1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 11:55:34 +02:00

blkid: add example (#16492)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Managor 2025-05-14 20:43:26 +03:00 committed by GitHub
parent e3e9d172b4
commit 57827f2844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,3 +10,7 @@
- List all partitions in a table, including current mountpoints:
`sudo blkid {{[-o|--output]}} list`
- Get the UUID of the filesystem on a partition:
`blkid {{[-s|--match-tag]}} UUID {{[-o|--output]}} value {{/dev/sdXY}}`