ONIZU

fstab messed up - solution (tune2fs)

May 21, 2007 / Dushyant Basson

linux

On editing the hard-disk partitions, the UUIDs of the partitions may get changed, resulting in problems mounting the partitions (on booting up the system).

This can be fixed by getting the right UUID of the partition by the tune2fs command:

sudo tune2fs -l /dev/hda3

Ref.: http://ubuntuforums.org/showthread.php?p=2429155