Blkid - List Partitions and UUIDs | Online Free DevTools by Hexmos
List partitions and their UUIDs with Blkid. Easily identify devices and mount points on your Linux system. Free online tool, no registration required.
blkid
List all recognized partitions and their Universally Unique Identifier (UUID). More information: https://manned.org/blkid.
- List all partitions:
sudo blkid
- List all partitions in a table, including current mountpoints:
sudo blkid {{[-o|--output]}} list
- Get the UUID of the filesystem on a partition:
sudo blkid {{[-s|--match-tag]}} UUID {{[-o|--output]}} value {{/dev/sdXY}}