Blame misc/findfs.8.in

Packit a62e42
.\" -*- nroff -*-
Packit a62e42
.\" Copyright 1993, 1994, 1995 by Theodore Ts'o.  All Rights Reserved.
Packit a62e42
.\" This file may be copied under the terms of the GNU Public License.
Packit a62e42
.\" 
Packit a62e42
.TH FINDFS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
Packit a62e42
.SH NAME
Packit a62e42
findfs \- Find a filesystem by label or UUID
Packit a62e42
.SH SYNOPSIS
Packit a62e42
.B findfs
Packit a62e42
.BI LABEL= label
Packit a62e42
.sp
Packit a62e42
.B findfs
Packit a62e42
.BI UUID= uuid
Packit a62e42
.SH DESCRIPTION
Packit a62e42
.B findfs
Packit a62e42
will search the disks in the system looking for a filesystem which has
Packit a62e42
a label matching
Packit a62e42
.I label
Packit a62e42
or a UUID equal to
Packit a62e42
.IR uuid .
Packit a62e42
If the filesystem is found, the device name for the filesystem will
Packit a62e42
be printed on stdout.
Packit a62e42
.PP
Packit a62e42
.SH AUTHOR
Packit a62e42
.B findfs
Packit a62e42
was written by Theodore Ts'o (tytso@mit.edu).
Packit a62e42
.SH AVAILABILITY
Packit a62e42
.B findfs
Packit a62e42
is part of the e2fsprogs package and is available from
Packit a62e42
http://e2fsprogs.sourceforge.net.
Packit a62e42
.SH SEE ALSO
Packit a62e42
.BR fsck (8)
Packit a62e42