On 03/20/2015 12:49 PM, Heinz Diehl wrote:
Hi,
F21, fully updated, no longer boots cleanly. After to tries, I found the culprit:
suddenly, the physical device (/dev/sda) has got a UUID, and it's the same as the one /home has. So no wonder that /home can't be mounted. I have not the slightest clue what could have given /dev/sda a UUID.
So how to remove it?
Thanks, Heinz.
vi /etc/fstab probably.. ls -l /dev/disk/by-uuid |grep UUID to see what UUID's are there, not sure which one you have for /home.
ls -l /dev/disk/by-uuid|grep sdb4 lrwxrwxrwx 1 root root 10 Mar 18 15:37 0514b132-c06e-4b52-8c15-82a5ff272e40 -> ../../sdb4
mine looks like this: grep /home /etc/fstab UUID=0514b132-c06e-4b52-8c15-82a5ff272e40 /home ext4 defaults 1 2