FINDFS(8) System Administration FINDFS(8)
findfs - find a filesystem by label or UUID
| Use Case | Command | Description |
|---|---|---|
| 🔍 Find device by filesystem label | findfs LABEL=label | Search for a filesystem with the given label |
| 🔍 Find device by filesystem UUID | findfs UUID=uuid | Search for a filesystem with the given UUID |
| 🔍 Find device by partition UUID | findfs PARTUUID=uuid | Search for a partition with the given UUID (e.g., GPT) |
| 🔍 Find device by partition label | findfs PARTLABEL=label | Search for a partition with the given label (e.g., GPT or MAC) |
| 📋 List all filesystems/partitions | lsblk --fs | Show filesystem information for all block devices |
| 📋 Show partition table | partx --show | Display partition details for a disk |
| 📋 Show block device attributes | blkid | List all block devices with labels/UUIDs |
findfs NAME=value
findfs will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags are:
LABEL=<label> — 🏷️ Specifies filesystem label.UUID=<uuid> — 🔑 Specifies filesystem UUID.PARTUUID=<uuid> — 🧩 Specifies partition UUID. This partition identifier is supported for example for GUID Partition Table (GPT) partition tables.PARTLABEL=<label> — 🏷️ Specifies partition label (name). The partition labels are supported for example for GUID Partition Table (GPT) or MAC partition tables.If the filesystem or partition is found, the device name will be printed on stdout.
The complete overview about filesystems and partitions you can get for example by:
lsblk --fs
partx --show <disk>
blkid
LIBBLKID_DEBUG=all — 🐛 enables libblkid debug output.findfs was originally written by Theodore Ts’o <tytso AT mit.edu> and re-written for the util-linux package by Karel Zak <kzak AT redhat.com>.
For bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.
The findfs command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-15 21:35 @216.73.216.31
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)