I'm trying to setup my fstab using UUIDs (I'm having a problem where they don't mount by dev/sd[abc] correctly)
I tried the command :
$ ls -l /dev/disk/by-uuid
and that listed two of my drives, but not the third, so I tried blkid (Which, if I'm reading the man page properly, should list all devices if given no arguments). This is the output:
:~$ blkid
:~$
Can anyone help with why blkid might not be working?
I tried the command :
$ ls -l /dev/disk/by-uuid
and that listed two of my drives, but not the third, so I tried blkid (Which, if I'm reading the man page properly, should list all devices if given no arguments). This is the output:
:~$ blkid
:~$
Can anyone help with why blkid might not be working?
Comment