table of contents
- trixie 2.41-5
- testing 2.41.3-4
- unstable 2.42-1
- experimental 2.42~rc2-1
| FINDFS(8) | System Administration | FINDFS(8) |
NAME¶
findfs - find a filesystem by label or UUID
SYNOPSIS¶
findfs TAGNAME=value
DESCRIPTION¶
findfs will search the block devices in the system for a filesystem or partition with the specified tag. The currently supported tags are:
LABEL=label
UUID=uuid
PARTUUID=uuid
PARTLABEL=label
If the filesystem or partition is found, the device name will be printed on stdout. If the input is not in the format of TAGNAME=value, then the input will be copied to the output without any modification.
You can get a complete overview about the filesystems and partitions in the system with one of the following commands:
lsblk --fs
partx --show disk
blkid
OPTIONS¶
-h, --help
-V, --version
EXIT STATUS¶
0
1
2
ENVIRONMENT¶
LIBBLKID_DEBUG=all
AUTHORS¶
findfs was originally written by Theodore Ts’o <tytso@mit.edu> and re-written for the util-linux package by Karel Zak <kzak@redhat.com>.
SEE ALSO¶
REPORTING BUGS¶
For bug reports, use the issue tracker <https://github.com/util-linux/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/>.
| 2026-03-09 | util-linux 2.42-rc2 |