- Monday, February 14, 2011, 17:54
- File system, HOW TOs, Linux
There may come situations to convert Ext3 back to Ext2.For that follow this procedure
# umount /dev/hda1
#tune2fs -O ^has_journal /dev/hda1
#e2fsck /dev/hda1
Then edit /etc/fstab for mounting at boot time as ext2
Edit /etc/fstab and change /dev/hda1 to mount type ext2
Full story