mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
blkid: add example (#16492)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
e3e9d172b4
commit
57827f2844
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue