GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
Convert Ext2 to Ext3 |
Converting from a standard ext2 disk format to a journalled ext3 format is easy, since it simply involves adding a journal file. It can be done while the system is running with:
# tune2fs -j /dev/hda1 |