Saturday, May 31, 2008

fsck.ext3: Unable to resolve UUID

Decide to do a fsck on my laptop and realised that Ubuntu 8.04 has the above mentioned error. It doesn't affect anything since my laptop can still boot properly and everything is functioning.

fsck.ext3: Unable to resolve 'UUID=e05eb8bc-3445-4542-9efb-827870ad68c7'


my /etc/fstab reveals the following:

# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
# /dev/sda2
UUID=e05eb8bc-3445-4542-9efb-827870ad68c7 / ext3 defaults,errors=remount-ro 0 1


[ I removed my swap details]

and the command vol_id shows the following:
sudo vol_id -u /dev/sda2
e05eb8bc-3445-4542-9efb-827870ad68c7



Everything matches! I seriously don't know wth is causing this. >.<