LinuxCommandLibrary

findfs

locate filesystems by label or UUID

TLDR

Search by filesystem label

$ findfs LABEL=[label]
copy
Search by filesystem UUID
$ findfs UUID=[uuid]
copy
Search by partition label (GPT or MAC)
$ findfs PARTLABEL=[partition_label]
copy
Search by partition UUID (GPT only)
$ findfs PARTUUID=[partition_uuid]
copy

SYNOPSIS

findfs tag=value

DESCRIPTION

findfs finds a filesystem by label or UUID and prints the device path. It searches all block devices for matching filesystem metadata.
Used in boot scripts and mount operations to locate filesystems reliably.

PARAMETERS

LABEL=label

Search by filesystem label
UUID=uuid
Search by filesystem UUID
PARTLABEL=label
Search by GPT/MAC partition label
PARTUUID=uuid
Search by GPT partition UUID

CAVEATS

Part of util-linux. PARTUUID only available on GPT partition tables. Labels and UUIDs must be unique for reliable matching.

SEE ALSO

blkid(8), lsblk(8), fstab(5)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community