Upload Tizen:Base source
[framework/base/util-linux-ng.git] / misc-utils / findfs.8
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 "February 2009" "Linux" "MAINTENANCE COMMANDS"
6 .SH NAME
7 findfs \- Find a filesystem by label or UUID
8 .SH SYNOPSIS
9 .B findfs
10 .BI LABEL= label
11 .sp
12 .B findfs
13 .BI UUID= uuid
14 .SH DESCRIPTION
15 .B findfs
16 will search the disks in the system looking for a filesystem which has
17 a label matching
18 .I label
19 or a UUID equal to
20 .IR uuid .
21 If the filesystem is found, the device name for the filesystem will
22 be printed on stdout.
23 .PP
24 .SH AUTHOR
25 .B findfs
26 was originally written by Theodore Ts'o (tytso@mit.edu) and re-written for
27 util-linux-ng package by Karel Zak (kzak@redhat.com).
28 .SH AVAILABILITY
29 .B findfs
30 The blkid command is part of the util-linux-ng package and is available from
31 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
32 .SH SEE ALSO
33 .BR blkid (8)
34 .BR fsck (8)
35