summaryrefslogtreecommitdiffstats
path: root/misc/findfs.8.in
blob: 00c33abe78ba837e3a02a07dca2d02d7a5a286f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.\" -*- 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 file system 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 file system which has
a label matching
.I label
or a UUID equal to
.IR uuid .
If the file system is found, the device name for the file system 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)