2025-03-14 21:59:59 -06:00
|
|
|
# findfs
|
|
|
|
|
|
|
|
|
|
> Finds a filesystem by label or UUID.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/findfs>.
|
2025-03-14 21:59:59 -06: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}}`
|