System Grab Bag

View all TLDR pages from Linux (or from all pages)

findfs

Finds a filesystem by label or UUID. More information: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.