]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - misc/findfs.8.in
ext4.5: add preprocessor hint
[thirdparty/e2fsprogs.git] / misc / findfs.8.in
CommitLineData
0d608df1
TT
1.\" -*- nroff -*-
2.\" Copyright 1993, 1994, 1995 by Theodore Ts'o. All Rights Reserved.
3.\" This file may be copied under the terms of the GNU Public License.
4.\"
5.TH FINDFS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6.SH NAME
e87bb84b 7findfs \- Find a file system by label or UUID
0d608df1 8.SH SYNOPSIS
d04ad325 9.B findfs
0d608df1
TT
10.BI LABEL= label
11.sp
12.B findfs
13.BI UUID= uuid
14.SH DESCRIPTION
15.B findfs
e87bb84b 16will search the disks in the system looking for a file system which has
0d608df1
TT
17a label matching
18.I label
d04ad325 19or a UUID equal to
0d608df1 20.IR uuid .
e87bb84b 21If the file system is found, the device name for the file system will
0d608df1
TT
22be printed on stdout.
23.PP
24.SH AUTHOR
d04ad325 25.B findfs
0d608df1
TT
26was written by Theodore Ts'o (tytso@mit.edu).
27.SH AVAILABILITY
28.B findfs
d04ad325 29is part of the e2fsprogs package and is available from
0d608df1
TT
30http://e2fsprogs.sourceforge.net.
31.SH SEE ALSO
32.BR fsck (8)
33