Unmount your ext2 filesystem, then issue:
# tune2fs -j /dev/hda1
Where /dev/hda1 is the ext2 FS you want to convert.
then edit your fstab and change /dev/hda1 entry to be ext3
Easy!
210/433
some Unix notes
Unmount your ext2 filesystem, then issue:
# tune2fs -j /dev/hda1
Where /dev/hda1 is the ext2 FS you want to convert.
then edit your fstab and change /dev/hda1 entry to be ext3
Easy!
210/433