0

UUID : How to find avilable disk uuid in linux

Hi ....,

i want know avilable disks uuid in linux.... in my point i find disk uuids by using /etc/fstab and blkid.., Is there any other alternate commands is avilable to check disk uuid ...........?

UUID Partition Add a comment
cameron
asked Aug 31 2017

Answer

0

try this..........!

# dumpe2fs /dev/sda1 | grep UUID

# ls -l /dev/disk/by-uuid/

both commands will help you..........!

Add a comment
arunkumarak
asked Aug 31 2017
edited Oct 05 2018
Post your Answer