mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 09:52:03 +00:00
Update cheatsheets
This commit is contained in:
25
linux/findfs
Normal file
25
linux/findfs
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# findfs
|
||||
|
||||
> Finds a filesystem by label or UUID.
|
||||
> More information: <https://mirrors.edge.kernel.org/pub/linux/utils/util-linux>.
|
||||
|
||||
- Search block devices by filesystem label:
|
||||
|
||||
`findfs LABEL={{label}}`
|
||||
|
||||
- Search by filesystem UUID:
|
||||
|
||||
`findfs UUID={{uuid}}`
|
||||
|
||||
- Search by partition label (GPT or MAC partition table):
|
||||
|
||||
`findfs PARTLABEL={{partition_label}}`
|
||||
|
||||
- Search by partition UUID (GPT partition table only):
|
||||
|
||||
`findfs PARTUUID={{partition_uuid}}`
|
||||
Reference in New Issue
Block a user