How to find disk UUID? 2022-01-07 0 minute read Tips tips , storage blkid ls lsblk 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