1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 16:55:23 +02:00
tldr/pages/linux/findfs.md
Managor 1f63ed5e22
linux*: refresh old pages part 1 (#16251)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-04-25 04:34:04 +03:00

20 lines
416 B
Markdown

# findfs
> Finds a filesystem by label or UUID.
> More information: <https://manned.org/findfs>.
- 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}}`