To get UUID of the partition /dev/sdc3, run:
[cc lang=”bash”]
blkid /dev/sdxx
[/cc]
You might use it to create /etc/fstab entry for this drive, if you can expect that it might get different letters of drive (for example it is USB drive)
Blog Piotra Ślatały | Peter Slatala's Blog
To get UUID of the partition /dev/sdc3, run:
[cc lang=”bash”]
blkid /dev/sdxx
[/cc]
You might use it to create /etc/fstab entry for this drive, if you can expect that it might get different letters of drive (for example it is USB drive)
Leave a Reply