1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 13:35:25 +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

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}}