Find out the UUID of a hard drive
Works for version 9.10
Recently I needed the UUID of one of my hard drives. To find this out simply type:
sudo blkid /dev/sda1
where /dev/sda1 is the device / hard drive
Under previous versions of Ubuntu you could use:
sudo vol_id /dev/sda1
sudo blkid /dev/sda1
where /dev/sda1 is the device / hard drive
Under previous versions of Ubuntu you could use:
sudo vol_id /dev/sda1