In article <[EMAIL PROTECTED]>,
David Baron  <[EMAIL PROTECTED]> wrote:
>Thanks to all the good advice here, I made the switch to ext3. It was quite 
>painless, was neither doable nor necessitating a CD-boot.
>
>Just did the tune2fs -j and edited the fstab and rebooted.
>
>Note that on boot now, I get a warning something like:
>ext2 loader warning, ext3 superblock ..... mounted ext3, filesystem ext2.
>
>Besides this, runs perfectly and survived one switch off with a flawless fsck.

You must set the filesystems as ext3 in /etc/fstab. Not only that,
you need to make sure ext3 is compiled into the kernel (not a module)
or loaded in initrd, and tell the kernel that the root filesystem is
of type ext3 instead of ext2. Otherwise the kernel will mount it
as ext2.

Add in /etc/lilo.conf append="rootfstype=ext3" at the appropriate
kernel image, then run lilo and reboot.

Mike.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to