Friday, November 19, 2010

Converting ext2 filesystem to ext3

ext 2 stands for second extended file system. You may have installed your linux with an ext2 . If you wish to convert it to ext3, fire the command below

tune2fs -c 0 -i 30 -j /dev/hda1

Before doing this try checking your file system by using the command df -T. After rebooting, running the command df -T again should confirm that you've been successful.

www.linux.org

No comments:

Post a Comment