Tag Archives: fstab

UUID issue with new hard-drive

I just added a new hard-drive to my system. I created an ext3 partition and used vol_id and blkid to show the UUID. Based on that information, I edited the /etc/fstab file accordingly. When I try the sudo mount -a command, I get

and the mount fails.
To resolve that, just use

It updates the /dev/disk/by-uuid directory and your uuid mount works like a charm.