[plug] Upgrade filesystem

James Devenish devenish at guild.uwa.edu.au
Sun Dec 14 22:44:22 WST 2003


In message <1071412126.1743.5.camel at syngery>
on Sun, Dec 14, 2003 at 10:28:46PM +0800, Chris Caston wrote:
> So my real question is what is the best way to upgrade the file system
> to EXT3 once I have upgrade the kernel?

Assuming you don't have an initrd-style system (I don't even know what
that is), then it's just the usual for you, I imagine. Something along
the lines of:

 - tune2fs -j /path/to/dev (for each fs to be changed)
 - change ext2 to ext3 in /etc/fstab
 - reboot

If you're not changing the root partition, then you can easily umount,
tune2fs, fsck, remount. Might as well Google for this, I presume. There
may be an extra step to avoid having a visible .journal file after
reboot, but this might be optional or something.





More information about the plug mailing list