mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:22:10 +02:00
11 lines
217 B
Markdown
11 lines
217 B
Markdown
# blkid
|
|
|
|
> Lists all recognized partitions and their Universally Unique Identifier (UUID).
|
|
|
|
- List all partitions:
|
|
|
|
`sudo blkid`
|
|
|
|
- List all partitions in a table, including current mountpoints:
|
|
|
|
`sudo blkid -o list`
|