Originally posted by SteveRiley
View Post
hear is the output of the 2 ls's
vinny@vinny-HP-G62:~$ ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 13 17:18 419b2146-8e8a-4d97-90ed-89e519e1dc0d -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 13 17:18 51916d2f-8366-4c7a-bccf-c40cc9d9b3bc -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 17:18 686ed85e-a21b-4a72-aa03-5e9b6c7d50b0 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 17:18 6d8f8f09-a999-4405-ad9a-e0df9224a3ba -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 17:18 ae361395-96de-41d9-8425-84ad84a2f965 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 17:18 e1f3a7e8-8884-4598-a25c-ecb5056462c9 -> ../../sda3
total 0
lrwxrwxrwx 1 root root 10 Mar 13 17:18 419b2146-8e8a-4d97-90ed-89e519e1dc0d -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 13 17:18 51916d2f-8366-4c7a-bccf-c40cc9d9b3bc -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 13 17:18 686ed85e-a21b-4a72-aa03-5e9b6c7d50b0 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 13 17:18 6d8f8f09-a999-4405-ad9a-e0df9224a3ba -> ../../sda7
lrwxrwxrwx 1 root root 10 Mar 13 17:18 ae361395-96de-41d9-8425-84ad84a2f965 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 13 17:18 e1f3a7e8-8884-4598-a25c-ecb5056462c9 -> ../../sda3
vinny@vinny-HP-G62:~$ ls -l /dev/disk/by-partuuid
ls: cannot access /dev/disk/by-partuuid: No such file or directory
ls: cannot access /dev/disk/by-partuuid: No such file or directory
Code:
sudo update-initramfs -u
VINNY
Comment