findfs(8) - Linux man page

Name

findfs - Find a filesystem by label or UUID

Synopsis

findfs LABEL=label

findfs UUID=uuid

Description

findfs will search the disks in the system looking for a filesystem which has a label matching label or a UUID equal to uuid. If the filesystem is found, the device name for the filesystem will be printed on stdout.

Author

findfs was originally written by Theodore Ts'o (tytso@mit.edu) and re-written for util-linux-ng package by Karel Zak (kzak@redhat.com).

Availability

The findfs command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.

See Also

blkid(8) fsck(8)

Referenced By

libblkid(3), wipefs(8)