A Simple ISAPI Filter for Authentication on IIS
Nice n' Easy JQuery Image Rotator
Getting Set up with Ogre 3D on Ubuntu
Installing Xdebug for use with Eclipse on Ubuntu Linux
Development Resource Project
Changing Mailman Python Scripts for Virtual Host Support
Microsoft Office Open XML
Buy the Sun Music

Upgrading the Root Filesystem from EXT2 to EXT3

Tuesday, 24 January 12, 11:27 am
compton
Before starting, it's a good idea to run a disk check. Run the following command to create the necessary file and then reboot:

sudo touch /forcefsck


The following command converts the filesystem to EXT3, by creating the necessary journal.

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


Edit /etc/fstab replacing ext2 with ext3 for the root filesystem mount.

Next we need to rebuild the Linux boot image using the mkinitrd tool.

Unrolling the Change


If it goes wrong, and you need to convert back to EXT2, your best bet is to do it unmounted. In other words, boot into a different OS installed elsewhere. The simple choice is a Linux Live CD for pretty much any distro.

umount /dev/sda1 tune2fs -O ^has_journal /dev/sda1 e2fsck /dev/sda1 Edit /etc/fstab to change /dev/sda1 to mount as ext2 mount /dev/sda1
 
Leave Comment

/xkcd/ The bacon

About This Page