mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
1f63ed5e22
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
416 B
416 B
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}}