mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
blkid: add page (#2957)
This commit is contained in:
parent
f0195f18b5
commit
04a427a9e2
1 changed files with 11 additions and 0 deletions
11
pages/linux/blkid.md
Normal file
11
pages/linux/blkid.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue