1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:35:22 +02:00
tldr/pages/linux/findfs.md

21 lines
416 B
Markdown
Raw Normal View History

2020-02-13 12:23:48 +11:00
# findfs
> Finds a filesystem by label or UUID.
> More information: <https://manned.org/findfs>.
2020-02-13 12:23:48 +11:00
- 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}}`