tldr/pages/linux/blkid.md

13 lines
265 B
Markdown
Raw Normal View History

2019-05-01 09:08:01 +01:00
# blkid
> Lists all recognized partitions and their Universally Unique Identifier (UUID).
> More information: <https://manned.org/blkid>.
2019-05-01 09:08:01 +01:00
- List all partitions:
`sudo blkid`
- List all partitions in a table, including current mountpoints:
`sudo blkid -o list`