blkid: add page (#2957)

This commit is contained in:
newtant
2019-05-01 10:08:01 +02:00
committed by Starbeamrainbowlabs
parent f0195f18b5
commit 04a427a9e2

11
pages/linux/blkid.md Normal file
View 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`