summaryrefslogtreecommitdiffstats
path: root/misc-utils/findfs.8
blob: e7efa0705802a544246207dc78156d730ce193ac (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
'\" t
.\"     Title: findfs
.\"    Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.15
.\"      Date: 2022-05-11
.\"    Manual: System Administration
.\"    Source: util-linux 2.38.1
.\"  Language: English
.\"
.TH "FINDFS" "8" "2022-05-11" "util\-linux 2.38.1" "System Administration"
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\fI\\$2\fP <\\$1>\\$3
..
.als MTO URL
.if \n[.g] \{\
.  mso www.tmac
.  am URL
.    ad l
.  .
.  am MTO
.    ad l
.  .
.  LINKSTYLE blue R < >
.\}
.SH "NAME"
findfs \- find a filesystem by label or UUID
.SH "SYNOPSIS"
.sp
\fBfindfs\fP \fBNAME\fP=\fIvalue\fP
.SH "DESCRIPTION"
.sp
\fBfindfs\fP will search the block devices in the system looking for a filesystem or partition with specified tag. The currently supported tags are:
.sp
\fBLABEL\fP=\fI<label>\fP
.RS 4
Specifies filesystem label.
.RE
.sp
\fBUUID\fP=\fI<uuid>\fP
.RS 4
Specifies filesystem UUID.
.RE
.sp
\fBPARTUUID\fP=\fI<uuid>\fP
.RS 4
Specifies partition UUID. This partition identifier is supported for example for GUID Partition Table (GPT) partition tables.
.RE
.sp
\fBPARTLABEL\fP=\fI<label>\fP
.RS 4
Specifies partition label (name). The partition labels are supported for example for GUID Partition Table (GPT) or MAC partition tables.
.RE
.sp
If the filesystem or partition is found, the device name will be printed on stdout.
.sp
The complete overview about filesystems and partitions you can get for example by
.RS 3
.ll -.6i
.sp
\fBlsblk \-\-fs\fP
.sp
\fBpartx \-\-show <disk>\fP
.sp
\fBblkid\fP
.br
.RE
.ll
.sp
\fB\-h\fP, \fB\-\-help\fP
.RS 4
Display help text and exit.
.RE
.sp
\fB\-V\fP, \fB\-\-version\fP
.RS 4
Print version and exit.
.RE
.SH "EXIT STATUS"
.sp
\fB0\fP
.RS 4
success
.RE
.sp
\fB1\fP
.RS 4
label or uuid cannot be found
.RE
.sp
\fB2\fP
.RS 4
usage error, wrong number of arguments or unknown option
.RE
.SH "ENVIRONMENT"
.sp
LIBBLKID_DEBUG=all
.RS 4
enables libblkid debug output.
.RE
.SH "AUTHORS"
.sp
\fBfindfs\fP was originally written by \c
.MTO "tytso\(atmit.edu" "Theodore Ts\(cqo" ""
and re\-written for the util\-linux package by
.MTO "kzak\(atredhat.com" "Karel Zak" "."
.SH "SEE ALSO"
.sp
\fBblkid\fP(8),
\fBlsblk\fP(8),
\fBpartx\fP(8)
.SH "REPORTING BUGS"
.sp
For bug reports, use the issue tracker at \c
.URL "https://github.com/util\-linux/util\-linux/issues" "" "."
.SH "AVAILABILITY"
.sp
The \fBfindfs\fP command is part of the util\-linux package which can be downloaded from \c
.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."