Section: MAINTENANCE COMMANDS (8)Updated: February 2009Local indexUp
NAME
findfs - Find a filesystem by label or UUID
SYNOPSIS
findfsLABEL=label
findfsUUID=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).