Skip to content

Commit

Permalink
findfs: add page (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-empty authored Feb 13, 2020
1 parent 8169ae1 commit a0f1158
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/linux/findfs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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}}`

0 comments on commit a0f1158

Please sign in to comment.