man > findfs(8)

FINDFS(8) System Administration FINDFS(8)

🏷️ NAME

findfs - find a filesystem by label or UUID

🚀 Quick Reference

Use CaseCommandDescription
🔍 Find device by filesystem labelfindfs LABEL=labelSearch for a filesystem with the given label
🔍 Find device by filesystem UUIDfindfs UUID=uuidSearch for a filesystem with the given UUID
🔍 Find device by partition UUIDfindfs PARTUUID=uuidSearch for a partition with the given UUID (e.g., GPT)
🔍 Find device by partition labelfindfs PARTLABEL=labelSearch for a partition with the given label (e.g., GPT or MAC)
📋 List all filesystems/partitionslsblk --fsShow filesystem information for all block devices
📋 Show partition tablepartx --show Display partition details for a disk
📋 Show block device attributesblkidList all block devices with labels/UUIDs

📖 SYNOPSIS

findfs NAME=value

📝 DESCRIPTION

findfs will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags are:

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

🚪 Exit Codes

🌍 ENVIRONMENT

👤 AUTHORS

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

📚 SEE ALSO

🐛 REPORTING BUGS

For bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.

📦 AVAILABILITY

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/>.

findfs(8)
🏷️ NAME 🚀 Quick Reference 📖 SYNOPSIS 📝 DESCRIPTION 🚪 Exit Codes 🌍 ENVIRONMENT 👤 AUTHORS 📚 SEE ALSO 🐛 REPORTING BUGS 📦 AVAILABILITY

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)
Valid XHTML 1.0 Transitional!Valid CSS!