On Sat, Apr 27, 2002 at 06:19:20AM +0800, John Summerfield wrote: > > One of the advantages of ext3 is that you can covert from ext2 to ext3 > without unloading/reloading. > > read up on tune2fs for more.
I have used tune2fs several times without any problems to add ext3 journaling. > > The RH installer (at least anaconda) can do it as part of the upgrade > process. I made some modifications to the linuxrc and rhsetup scripts that allow for the filesystem type (ext2 or ext3) to be chosen at bootup. There are only 3 or 4 places where you can change the explicit ext2 to a variable (e.g. $FSTYPE) that can then be passed in the redhat parm file. -- David Rock [EMAIL PROTECTED]
