mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 15:50:22 +00:00
Update cheatsheets
This commit is contained in:
17
linux/blkid
Normal file
17
linux/blkid
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# blkid
|
||||
|
||||
> Lists all recognized partitions and their Universally Unique Identifier (UUID).
|
||||
> More information: <https://manned.org/blkid>.
|
||||
|
||||
- List all partitions:
|
||||
|
||||
`sudo blkid`
|
||||
|
||||
- List all partitions in a table, including current mountpoints:
|
||||
|
||||
`sudo blkid -o list`
|
||||
Reference in New Issue
Block a user