How to find disk UUID?

0 minute read

Here are several ways to find the UUID of disks in Linux:

blkid

user $ sudo blkid | grep UUID=

ls

user $ ls -l /dev/disk/by-uuid

lsblk

user $ sudo lsblk -f