logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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}}

See Also