Hi Mike, On Thu, 18 Oct 2001, Mike Chambers wrote: > > I am running fully updated system with all updates as of today's date, which > should basically is a full completed installed system and fully updated. > > What steps would I take to convert it to ext3?
tune2fs -j /dev/hdxn, edit the /etc/fstab entry, then remount it. (mount -o remount won't cut it) (http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html) > What extra packages are there to d/l if any? None, unless you skipped the dependencies. > The kernel is 2.4.9-6 so does that have ext3 support built in already or > as modules? Modular, so you'll need an initrd if you wish to mount / as ext3. David. _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
