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