]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/findmnt.8.adoc
Merge branch 'PR/libsmartcols-cell-data' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / misc-utils / findmnt.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
6c64d12d
MB
2= findmnt(8)
3:doctype: manpage
4:man manual: System Administration
5:man source: util-linux {release-version}
6:page-layout: base
7:command: findmnt
2c646c80 8:plus: +
6c64d12d
MB
9
10== NAME
11
12findmnt - find a filesystem
13
14== SYNOPSIS
15
16*findmnt* [options]
17
18*findmnt* [options] _device_|_mountpoint_
19
97c5380f 20*findmnt* [options] [*--source*] _device_ [*--target* _path_|*--mountpoint* _mountpoint_]
6c64d12d
MB
21
22== DESCRIPTION
23
544e64e0 24*findmnt* will list all mounted filesystems or search for a filesystem. The *findmnt* command is able to search in _/etc/fstab_, _/etc/mtab_ or _/proc/self/mountinfo_. If _device_ or _mountpoint_ is not given, all filesystems are shown.
6c64d12d 25
544e64e0 26The device may be specified by device name, major:minor numbers, filesystem label or UUID, or partition label or UUID. Note that *findmnt* follows *mount*(8) behavior where a device name may be interpreted as a mountpoint (and vice versa) if the *--target*, *--mountpoint* or *--source* options are not specified.
6c64d12d 27
97c5380f
KZ
28The command-line option *--target* accepts any file or directory and then *findmnt* displays the filesystem for the given path.
29
0c605abb 30The command prints all mounted filesystems in the tree-like format by default. The default output, is subject to change. So whenever possible, you should avoid using default output in your scripts. Always explicitly define expected columns by using *--output columns-list* in environments where a stable output is required.
6c64d12d 31
bdc8c71d 32The relationship between block devices and filesystems is not always one-to-one. The filesystem may use more block devices. This is why *findmnt* provides SOURCE and SOURCES (pl.) columns. The column SOURCES displays all devices where it is possible to find the same filesystem UUID (or another tag specified in _fstab_ when executed with *--fstab* and *--evaluate*).
177c9ec7 33
6c64d12d
MB
34== OPTIONS
35
36*-A*, *--all*::
2c646c80 37Disable all built-in filters and print all filesystems.
6c64d12d
MB
38
39*-a*, *--ascii*::
2c646c80 40Use ascii characters for tree formatting.
6c64d12d
MB
41
42*-b*, *--bytes*::
4c989ad4 43include::man-common/in-bytes.adoc[]
6c64d12d
MB
44
45*-C*, *--nocanonicalize*::
2c646c80 46Do not canonicalize paths at all. This option affects the comparing of paths and the evaluation of tags (LABEL, UUID, etc.).
6c64d12d
MB
47
48*-c*, *--canonicalize*::
2c646c80 49Canonicalize all printed paths.
6c64d12d 50
4441e511
KZ
51*--deleted*::
52Print filesystems where target (mountpoint) is marked as deleted by kernel.
53
6c64d12d 54*-D*, *--df*::
360946bb 55Imitate the output of *df*(1). This option is equivalent to *-o SOURCE,FSTYPE,SIZE,USED,AVAIL,USE%,TARGET* but excludes all pseudo filesystems. Use *--all* to print all filesystems.
6c64d12d 56
2c646c80
MB
57*-d*, *--direction* _word_::
58The search direction, either *forward* or *backward*.
6c64d12d
MB
59
60*-e*, *--evaluate*::
344b0cd4 61Convert all tags (LABEL, UUID, PARTUUID, or PARTLABEL) to the corresponding device names for the SOURCE column. It's an unusual situation, but the same tag may be duplicated (used for more devices). For this purpose, there is SOURCES (pl.) column. This column displays by multi-line cell all devices where the tag is detected by libblkid. This option makes sense for _fstab_ only.
6c64d12d
MB
62
63*-F*, *--tab-file* _path_::
2c646c80 64Search in an alternative file. If used with *--fstab*, *--mtab* or *--kernel*, then it overrides the default paths. If specified more than once, then tree-like output is disabled (see the *--list* option).
6c64d12d
MB
65
66*-f*, *--first-only*::
2c646c80 67Print the first matching filesystem only.
6c64d12d 68
eb4e426c
KZ
69*-H*, *--list-columns*::
70List the available columns, use with *--json* or *--raw* to get output in machine-readable format.
71
6c64d12d 72*-i*, *--invert*::
2c646c80 73Invert the sense of matching.
6c64d12d
MB
74
75*-J*, *--json*::
2c646c80 76Use JSON output format.
6c64d12d
MB
77
78*-k*, *--kernel*::
e6743239 79Search in _/proc/self/mountinfo_. The output is in the tree-like format. This is the default. The output contains only mount options maintained by kernel (see also *--mtab*).
6c64d12d
MB
80
81*-l*, *--list*::
2c646c80 82Use the list output format. This output format is automatically enabled if the output is restricted by the *-t*, *-O*, *-S* or *-T* option and the option *--submounts* is not used or if more that one source file (the option *-F*) is specified.
6c64d12d
MB
83
84*-M*, *--mountpoint* _path_::
2c646c80 85Explicitly define the mountpoint file or directory. See also *--target*.
6c64d12d
MB
86
87*-m*, *--mtab*::
2c646c80 88Search in _/etc/mtab_. The output is in the list format by default (see *--tree*). The output may include user space mount options.
6c64d12d
MB
89
90*-N*, *--task* _tid_::
2c646c80 91Use alternative namespace _/proc/<tid>/mountinfo_ rather than the default _/proc/self/mountinfo_. If the option is specified more than once, then tree-like output is disabled (see the *--list* option). See also the *unshare*(1) command.
6c64d12d
MB
92
93*-n*, *--noheadings*::
2c646c80 94Do not print a header line.
6c64d12d
MB
95
96*-O*, *--options* _list_::
2c646c80
MB
97Limit the set of printed filesystems. More than one option may be specified in a comma-separated list. The *-t* and *-O* options are cumulative in effect. It is different from *-t* in that each option is matched exactly; a leading _no_ at the beginning does not have global meaning. The "no" can used for individual items in the list. The "no" prefix interpretation can be disabled by "{plus}" prefix.
98//TRANSLATORS: Keep {plus} untranslated.
6c64d12d
MB
99
100*-o*, *--output* _list_::
2c646c80
MB
101Define output columns. See the *--help* output to get a list of the currently supported columns. The *TARGET* column contains tree formatting if the *--list* or *--raw* options are not specified.
102+
103The default list of columns may be extended if _list_ is specified in the format _{plus}list_ (e.g., *findmnt -o {plus}PROPAGATION*).
104//TRANSLATORS: Keep {plus} untranslated.
6c64d12d
MB
105
106*--output-all*::
2c646c80 107Output almost all available columns. The columns that require *--poll* are not included.
6c64d12d
MB
108
109*-P*, *--pairs*::
152c17aa 110Produce output in the form of key="value" pairs. All potentially unsafe value characters are hex-escaped (\x<code>). See also option *--shell*.
295bbcf6
KZ
111+
112Note that SOURCES column, use multi-line cells. In these cases, the column use an array-like formatting in the output, for example *name=("aaa" "bbb" "ccc")*.
6c64d12d
MB
113
114*-p*, *--poll*[_=list_]::
2c646c80
MB
115Monitor changes in the _/proc/self/mountinfo_ file. Supported actions are: mount, umount, remount and move. More than one action may be specified in a comma-separated list. All actions are monitored by default.
116+
117The time for which *--poll* will block can be restricted with the *--timeout* or *--first-only* options.
118+
119The standard columns always use the new version of the information from the mountinfo file, except the umount action which is based on the original information cached by *findmnt*. The poll mode allows using extra columns:
120+
121*ACTION*;;
122mount, umount, move or remount action name; this column is enabled by default
123*OLD-TARGET*;;
124available for umount and move actions
125*OLD-OPTIONS*;;
126available for umount and remount actions
6c64d12d
MB
127
128*--pseudo*::
2c646c80 129Print only pseudo filesystems.
6c64d12d 130
925a9b5d
MB
131*--shadow*::
132Print only filesystems over-mounted by another filesystem.
133
6c64d12d 134*-R*, *--submounts*::
544e64e0 135Print recursively all submounts for the selected filesystems. The restrictions defined by options *-t*, *-O*, *-S*, *-T* and *--direction* are not applied to submounts. All submounts are always printed in tree-like order. The option enables the tree-like output format by default. This option has no effect for *--mtab* or *--fstab*.
6c64d12d
MB
136
137*-r*, *--raw*::
2c646c80 138Use raw output format. All potentially unsafe characters are hex-escaped (\x<code>).
295bbcf6
KZ
139+
140Note that column SOURCES, use multi-line cells. In these cases, the column may produce more strings on the same line.
6c64d12d
MB
141
142*--real*::
2c646c80 143Print only real filesystems.
6c64d12d
MB
144
145*-S*, *--source* _spec_::
2c646c80 146Explicitly define the mount source. Supported specifications are _device_, __maj__**:**_min_, **LABEL=**__label__, **UUID=**__uuid__, **PARTLABEL=**__label__ and **PARTUUID=**__uuid__.
6c64d12d
MB
147
148*-s*, *--fstab*::
2c646c80 149Search in _/etc/fstab_. The output is in the list format (see *--list*).
6c64d12d
MB
150
151*-T*, *--target* _path_::
2c646c80 152Define the mount target. If _path_ is not a mountpoint file or directory, then *findmnt* checks the _path_ elements in reverse order to get the mountpoint (this feature is supported only when searching in kernel files and unsupported for *--fstab*). It's recommended to use the option *--mountpoint* when checks of _path_ elements are unwanted and _path_ is a strictly specified mountpoint.
6c64d12d
MB
153
154*-t*, *--types* _list_::
2c646c80 155Limit the set of printed filesystems. More than one type may be specified in a comma-separated list. The list of filesystem types can be prefixed with *no* to specify the filesystem types on which no action should be taken. For more details see *mount*(8).
6c64d12d
MB
156
157*--tree*::
344b0cd4 158Enable tree-like output if possible. The options is silently ignored for tables where is missing child-parent relation (e.g., _fstab_).
6c64d12d 159
76649018
KZ
160*--shadowed*::
161Print only filesystems over-mounted by another filesystem.
162
6c64d12d 163*-U*, *--uniq*::
2c646c80 164Ignore filesystems with duplicate mount targets, thus effectively skipping over-mounted mount points.
6c64d12d
MB
165
166*-u*, *--notruncate*::
2c646c80 167Do not truncate text in columns. The default is to not truncate the *TARGET*, *SOURCE*, *UUID*, *LABEL*, *PARTUUID*, *PARTLABEL* columns. This option disables text truncation also in all other columns.
6c64d12d
MB
168
169*-v*, *--nofsroot*::
2c646c80 170Do not print a [/dir] in the SOURCE column for bind mounts or btrfs subvolumes.
6c64d12d
MB
171
172*-w*, *--timeout* _milliseconds_::
2c646c80 173Specify an upper limit on the time for which *--poll* will block, in milliseconds.
6c64d12d
MB
174
175*-x*, *--verify*::
e6743239 176Check mount table content. The default is to verify _/etc/fstab_ parsability and usability. It's possible to use this option also with *--tab-file*. It's possible to specify source (device) or target (mountpoint) to filter mount table. The option *--verbose* forces *findmnt* to print more details.
6c64d12d
MB
177
178*--verbose*::
e6743239 179Force *findmnt* to print more information (*--verify* only for now).
6c64d12d
MB
180
181*--vfs-all*::
2c646c80 182When used with *VFS-OPTIONS* column, print all VFS (fs-independent) flags. This option is designed for auditing purposes to list also default VFS kernel mount options which are normally not listed.
6c64d12d 183
152c17aa
KZ
184*-y*, *--shell*::
185The column name will be modified to contain only characters allowed for shell variable identifiers. This is usable, for example, with *--pairs*. Note that this feature has been automatically enabled for *--pairs* in version 2.37, but due to compatibility issues, now it's necessary to request this behavior by *--shell*.
186
2b2d3172
MB
187include::man-common/help-version.adoc[]
188
90e0342b
MM
189== EXIT STATUS
190
191The exit value is 0 if there is something to display, or 1 on any error
192(for example if no filesystem is found based on the user's filter
193specification, or the device path or mountpoint does not exist).
194
6c64d12d
MB
195== ENVIRONMENT
196
e6743239 197*LIBMOUNT_FSTAB*=<path>::
344b0cd4 198overrides the default location of the _fstab_ file
6c64d12d 199
e6743239 200*LIBMOUNT_MTAB*=<path>::
344b0cd4 201overrides the default location of the _mtab_ file
6c64d12d 202
e6743239 203*LIBMOUNT_DEBUG*=all::
2c646c80 204enables libmount debug output
6c64d12d 205
e6743239 206*LIBSMARTCOLS_DEBUG*=all::
2c646c80 207enables libsmartcols debug output
6c64d12d 208
e6743239 209*LIBSMARTCOLS_DEBUG_PADDING*=on::
28af0586 210use visible padding characters.
6c64d12d
MB
211
212== EXAMPLES
213
214*findmnt --fstab -t nfs*::
2c646c80 215Prints all NFS filesystems defined in _/etc/fstab_.
6c64d12d
MB
216
217*findmnt --fstab /mnt/foo*::
2c646c80 218Prints all _/etc/fstab_ filesystems where the mountpoint directory is _/mnt/foo_. It also prints bind mounts where _/mnt/foo_ is a source.
6c64d12d
MB
219
220*findmnt --fstab --target /mnt/foo*::
2c646c80 221Prints all _/etc/fstab_ filesystems where the mountpoint directory is _/mnt/foo_.
6c64d12d
MB
222
223*findmnt --fstab --evaluate*::
2c646c80 224Prints all _/etc/fstab_ filesystems and converts LABEL= and UUID= tags to the real device names.
6c64d12d
MB
225
226*findmnt -n --raw --evaluate --output=target LABEL=/boot*::
2c646c80 227Prints only the mountpoint where the filesystem with label "/boot" is mounted.
6c64d12d
MB
228
229*findmnt --poll --mountpoint /mnt/foo*::
2c646c80 230Monitors mount, unmount, remount and move on _/mnt/foo_.
6c64d12d
MB
231
232*findmnt --poll=umount --first-only --mountpoint /mnt/foo*::
2c646c80 233Waits for _/mnt/foo_ unmount.
6c64d12d
MB
234
235*findmnt --poll=remount -t ext3 -O ro*::
2c646c80 236Monitors remounts to read-only mode on all ext3 filesystems.
6c64d12d
MB
237
238== AUTHORS
239
ff6009fd 240mailto:kzak@redhat.com[Karel Zak]
6c64d12d
MB
241
242== SEE ALSO
243
244*fstab*(5),
245*mount*(8)
246
625e9c61 247include::man-common/bugreports.adoc[]
6c64d12d 248
625e9c61 249include::man-common/footer.adoc[]
6c64d12d
MB
250
251ifdef::translation[]
625e9c61 252include::man-common/translation.adoc[]
6c64d12d 253endif::[]