--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # blkid > Lists all recognized partitions and their Universally Unique Identifier (UUID). > More information: . - List all partitions: `sudo blkid` - List all partitions in a table, including current mountpoints: `sudo blkid -o list`