1.

How To Convert An Ext2 Filesystem To Ext3?

Answer»

 Change the /etc/fstab to specify ext3 for DESIRED filesystem(s)
Create the ext3 journal on the EXT2 filesystem(s) as:
# TUNE2FS -j 
If the KERNEL needs to have access to the ext3 module at boot time, create a NEW initial ramdisk as:
# mkinitrd /boot/initrd-.img

 Change the /etc/fstab to specify ext3 for desired filesystem(s)
Create the ext3 journal on the ext2 filesystem(s) as:
# tune2fs -j 
If the kernel needs to have access to the ext3 module at boot time, create a new initial ramdisk as:
# mkinitrd /boot/initrd-.img



Discussion

No Comment Found