]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - misc/findfs.8.in
ext2fs: merge sparse fixes for unicode normalization
[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
7findfs \- Find a filesystem by label or UUID
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
d04ad325 16will search the disks in the system looking for a filesystem which has
0d608df1
TT
17a label matching
18.I label
d04ad325 19or a UUID equal to
0d608df1
TT
20.IR uuid .
21If the filesystem is found, the device name for the filesystem will
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