Find Filesystem - Locate Filesystems by Label/UUID | Online Free DevTools by Hexmos

Locate filesystems with Findfs using label or UUID. Quickly identify partitions and disks on your Linux system. Free online tool, no registration required.

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