]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-mount.xml
sd-bus: Add sd_bus_add_node_enumerator docs
[thirdparty/systemd.git] / man / systemd-mount.xml
CommitLineData
514094f9 1<?xml version='1.0'?>
3a54a157
ZJS
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
0307f791 4<!-- SPDX-License-Identifier: LGPL-2.1+ -->
450442cf
LP
5
6<refentry id="systemd-mount"
7 xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <refentryinfo>
10 <title>systemd-mount</title>
11 <productname>systemd</productname>
450442cf
LP
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>systemd-mount</refentrytitle>
16 <manvolnum>1</manvolnum>
17 </refmeta>
18
19 <refnamediv>
20 <refname>systemd-mount</refname>
d20a328f
ZJS
21 <refname>systemd-umount</refname>
22 <refpurpose>Establish and destroy transient mount or auto-mount points</refpurpose>
450442cf
LP
23 </refnamediv>
24
25 <refsynopsisdiv>
26 <cmdsynopsis>
27 <command>systemd-mount</command>
28 <arg choice="opt" rep="repeat"><replaceable>OPTIONS</replaceable></arg>
29 <arg choice="plain"><replaceable>WHAT</replaceable></arg>
30 <arg choice="opt"><replaceable>WHERE</replaceable></arg>
31 </cmdsynopsis>
32 <cmdsynopsis>
33 <command>systemd-mount</command>
34 <arg choice="opt" rep="repeat"><replaceable>OPTIONS</replaceable></arg>
35 <arg choice="plain"><option>--list</option></arg>
36 </cmdsynopsis>
d20a328f 37 <cmdsynopsis>
9017f5d8 38 <command>systemd-mount</command>
d20a328f 39 <arg choice="opt" rep="repeat"><replaceable>OPTIONS</replaceable></arg>
9017f5d8
YW
40 <arg choice="plain"><option>--umount</option></arg>
41 <arg choice="plain" rep="repeat"><replaceable>WHAT|WHERE</replaceable></arg>
d20a328f 42 </cmdsynopsis>
450442cf
LP
43 </refsynopsisdiv>
44
45 <refsect1>
46 <title>Description</title>
47
48 <para><command>systemd-mount</command> may be used to create and start a transient <filename>.mount</filename> or
49 <filename>.automount</filename> unit of the file system <replaceable>WHAT</replaceable> on the mount point
50 <replaceable>WHERE</replaceable>.</para>
51
52 <para>In many ways, <command>systemd-mount</command> is similar to the lower-level
98e9d710 53 <citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> command, however instead
450442cf
LP
54 of executing the mount operation directly and immediately, <command>systemd-mount</command> schedules it through
55 the service manager job queue, so that it may pull in further dependencies (such as parent mounts, or a file system
56 checker to execute a priori), and may make use of the auto-mounting logic.</para>
57
f0e3650d
LP
58 <para>The command takes either one or two arguments. If only one argument is specified it should refer to
59 a block device or regular file containing a file system (e.g. <literal>/dev/sdb1</literal> or
60 <literal>/path/to/disk.img</literal>). The block device or image file is then probed for a file system
61 label and other metadata, and is mounted to a directory below <filename>/run/media/system/</filename>
62 whose name is generated from the file system label. In this mode the block device or image file must
63 exist at the time of invocation of the command, so that it may be probed. If the device is found to be a
64 removable block device (e.g. a USB stick) an automount point instead of a regular mount point is created
65 (i.e. the <option>--automount=</option> option is implied, see below).</para>
450442cf
LP
66
67 <para>If two arguments are specified the first indicates the mount source (the <replaceable>WHAT</replaceable>) and
68 the second indicates the path to mount it on (the <replaceable>WHERE</replaceable>). In this mode no probing of the
69 source is attempted, and a backing device node doesn't have to exist yet. However, if this mode is combined with
70 <option>--discover</option>, device node probing for additional metadata is enabled, and – much like in the
71 single-argument case discussed above – the specified device has to exist at the time of invocation of the
72 command.</para>
73
74 <para>Use the <option>--list</option> command to show a terse table of all local, known block devices with file
75 systems that may be mounted with this command.</para>
d20a328f
ZJS
76
77 <para><command>systemd-umount</command> can be used to unmount a mount or automount point. It is the same
8cc7661d 78 as <command>systemd-mount</command> <option>--umount</option>.</para>
450442cf
LP
79 </refsect1>
80
81 <refsect1>
82 <title>Options</title>
83
84 <para>The following options are understood:</para>
85
86 <variablelist>
87
88 <varlistentry>
89 <term><option>--no-block</option></term>
90
91 <listitem>
92 <para>Do not synchronously wait for the requested operation to finish. If this is not specified, the job will
93 be verified, enqueued and <command>systemd-mount</command> will wait until the mount or automount unit's
94 start-up is completed. By passing this argument, it is only verified and enqueued.</para>
95 </listitem>
96 </varlistentry>
97
a362c069
YW
98 <varlistentry>
99 <term><option>-l</option></term>
100 <term><option>--full</option></term>
101
102 <listitem>
103 <para>Do not ellipsize the output when <option>--list</option> is specified.</para>
104 </listitem>
105 </varlistentry>
106
450442cf 107 <xi:include href="standard-options.xml" xpointer="no-pager"/>
a5279634 108 <xi:include href="standard-options.xml" xpointer="no-legend" />
450442cf
LP
109 <xi:include href="standard-options.xml" xpointer="no-ask-password"/>
110
111 <varlistentry>
112 <term><option>--quiet</option></term>
113 <term><option>-q</option></term>
114
115 <listitem><para>Suppresses additional informational output while running.</para></listitem>
116 </varlistentry>
117
118 <varlistentry>
119 <term><option>--discover</option></term>
120
121 <listitem><para>Enable probing of the mount source. This switch is implied if a single argument is specified on
122 the command line. If passed, additional metadata is read from the device to enhance the unit to create. For
123 example, a descriptive string for the transient units is generated from the file system label and device
124 model. Moreover if a removable block device (e.g. USB stick) is detected an automount unit instead of a regular
3f9a0a52 125 mount unit is created, with a short idle timeout, in order to ensure the file-system is placed in a clean
450442cf
LP
126 state quickly after each access.</para></listitem>
127 </varlistentry>
128
129 <varlistentry>
130 <term><option>--type=</option></term>
131 <term><option>-t</option></term>
132
133 <listitem><para>Specifies the file system type to mount (e.g. <literal>vfat</literal>, <literal>ext4</literal>,
134 …). If omitted (or set to <literal>auto</literal>) the file system is determined automatically.</para></listitem>
135 </varlistentry>
136
137 <varlistentry>
138 <term><option>--options=</option></term>
139 <term><option>-o</option></term>
140
141 <listitem><para>Additional mount options for the mount point.</para></listitem>
142 </varlistentry>
143
e09fc884
ZJS
144 <varlistentry>
145 <term><option>--owner=<replaceable>USER</replaceable></option></term>
146
147 <listitem><para>Let the specified user <replaceable>USER</replaceable> own the mounted file system.
148 This is done by appending <option>uid=</option> and <option>gid=</option> options to the list
149 of mount options. Only certain file systems support this option.</para></listitem>
150 </varlistentry>
151
450442cf
LP
152 <varlistentry>
153 <term><option>--fsck=</option></term>
154
155 <listitem><para>Takes a boolean argument, defaults to on. Controls whether to run a file system check
156 immediately before the mount operation. In the automount case (see <option>--automount=</option> below) the
157 check will be run the moment the first access to the device is made, which might slightly delay the
158 access.</para></listitem>
159 </varlistentry>
160
161 <varlistentry>
162 <term><option>--description=</option></term>
163
164 <listitem><para>Provide a description for the mount or automount unit. See <varname>Description=</varname> in
165 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
166 </para></listitem>
167 </varlistentry>
168
169 <varlistentry>
170 <term><option>--property=</option></term>
171 <term><option>-p</option></term>
172
173 <listitem><para>Sets a unit property for the mount unit that is created. This takes an assignment in the same
174 format as <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
175 <command>set-property</command> command.</para>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry>
180 <term><option>--automount=</option></term>
181
182 <listitem><para>Takes a boolean argument. Controls whether to create an automount point or a regular mount
183 point. If true an automount point is created that is backed by the actual file system at the time of first
184 access. If false a plain mount point is created that is backed by the actual file system immediately. Automount
185 points have the benefit that the file system stays unmounted and hence in clean state until it is first
186 accessed. In automount mode the <option>--timeout-idle-sec=</option> switch (see below) may be used to ensure
187 the mount point is unmounted automatically after the last access and an idle period passed.</para>
188
189 <para>If this switch is not specified it defaults to false. If not specified and <option>--discover</option> is
190 used (or only a single argument passed, which implies <option>--discover</option>, see above), and the file
191 system block device is detected to be removable, it is set to true, in order to increase the chance that the
192 file system is in a fully clean state if the device is unplugged abruptly.</para></listitem>
193 </varlistentry>
194
195 <varlistentry>
196 <term><option>-A</option></term>
197
198 <listitem><para>Equivalent to <option>--automount=yes</option>.</para></listitem>
199 </varlistentry>
200
201 <varlistentry>
202 <term><option>--timeout-idle-sec=</option></term>
203
204 <listitem><para>Takes a time value that controls the idle timeout in automount mode. If set to
205 <literal>infinity</literal> (the default) no automatic unmounts are done. Otherwise the file system backing the
206 automount point is detached after the last access and the idle timeout passed. See
207 <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details on
208 the time syntax supported. This option has no effect if only a regular mount is established, and automounting
209 is not used.</para>
210
211 <para>Note that if <option>--discover</option> is used (or only a single argument passed, which implies
212 <option>--discover</option>, see above), and the file system block device is detected to be removable,
213 <option>--timeout-idle-sec=1s</option> is implied.</para></listitem>
214 </varlistentry>
215
216 <varlistentry>
217 <term><option>--automount-property=</option></term>
218
219 <listitem><para>Similar to <option>--property=</option>, but applies additional properties to the automount
220 unit created, instead of the mount unit.</para></listitem>
221 </varlistentry>
222
223 <varlistentry>
2fc1afca 224 <term><option>--bind-device</option></term>
450442cf 225
2fc1afca
OH
226 <listitem><para>This option only has an effect in automount mode,
227 and controls whether the automount unit shall be bound to the backing device's lifetime. If set, the
228 automount point will be removed automatically when the backing device vanishes. By default the automount point
450442cf
LP
229 stays around, and subsequent accesses will block until backing device is replugged. This option has no effect
230 in case of non-device mounts, such as network or virtual file system mounts.</para>
231
232 <para>Note that if <option>--discover</option> is used (or only a single argument passed, which implies
233 <option>--discover</option>, see above), and the file system block device is detected to be removable, this
234 option is implied.</para></listitem>
235 </varlistentry>
236
237 <varlistentry>
238 <term><option>--list</option></term>
239
240 <listitem><para>Instead of establishing a mount or automount point, print a terse list of block devices
241 containing file systems that may be mounted with <literal>systemd-mount</literal>, along with useful metadata
242 such as labels, etc.</para></listitem>
243 </varlistentry>
244
d20a328f
ZJS
245 <varlistentry>
246 <term><option>-u</option></term>
cec2a20d 247 <term><option>--umount</option></term>
d20a328f
ZJS
248
249 <listitem><para>Stop the mount and automount units corresponding to the specified mount points
9017f5d8
YW
250 <replaceable>WHERE</replaceable> or the devices <replaceable>WHAT</replaceable>.
251 <command>systemd-mount</command> with this option or <command>systemd-umount</command> can take multiple arguments
6f6165bf
YW
252 which can be mount points, devices, <filename>/etc/fstab</filename> style node names, or backing files
253 corresponding to loop devices, like
254 <command>systemd-mount --umount /path/to/umount /dev/sda1 UUID=xxxxxx-xxxx LABEL=xxxxx /path/to/disk.img</command>.
3747daa2
YW
255 Note that when <option>-H</option> or <option>-M</option> is specified, only absolute paths to mount points are
256 supported.</para></listitem>
d20a328f
ZJS
257 </varlistentry>
258
dc336483
YW
259 <varlistentry>
260 <term><option>-G</option></term>
261 <term><option>--collect</option></term>
262
263 <listitem><para>Unload the transient unit after it completed, even if it failed. Normally, without this option,
264 all mount units that mount and failed are kept in memory until the user explicitly resets their failure state with
265 <command>systemctl reset-failed</command> or an equivalent command. On the other hand, units that stopped
266 successfully are unloaded immediately. If this option is turned on the "garbage collection" of units is more
1b2ad5d9 267 aggressive, and unloads units regardless if they exited successfully or failed. This option is a shortcut for
dc336483
YW
268 <command>--property=CollectMode=inactive-or-failed</command>, see the explanation for
269 <varname>CollectMode=</varname> in
270 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> for further
271 information.</para></listitem>
272 </varlistentry>
273
450442cf
LP
274 <xi:include href="user-system-options.xml" xpointer="user" />
275 <xi:include href="user-system-options.xml" xpointer="system" />
276 <xi:include href="user-system-options.xml" xpointer="host" />
277 <xi:include href="user-system-options.xml" xpointer="machine" />
278
279 <xi:include href="standard-options.xml" xpointer="help" />
280 <xi:include href="standard-options.xml" xpointer="version" />
281 </variablelist>
282
283 </refsect1>
284
285 <refsect1>
286 <title>Exit status</title>
287
288 <para>On success, 0 is returned, a non-zero failure
289 code otherwise.</para>
290 </refsect1>
291
292 <refsect1>
293 <title>The udev Database</title>
294
2dd67817 295 <para>If <option>--discover</option> is used, <command>systemd-mount</command> honors a couple of additional udev
450442cf
LP
296 properties of block devices:</para>
297
298 <variablelist class='udev-directives'>
299 <varlistentry>
300 <term><varname>SYSTEMD_MOUNT_OPTIONS=</varname></term>
301
302 <listitem><para>The mount options to use, if <option>--options=</option> is not used.</para></listitem>
303 </varlistentry>
304
305 <varlistentry>
306 <term><varname>SYSTEMD_MOUNT_WHERE=</varname></term>
307
308 <listitem><para>The file system path to place the mount point at, instead of the automatically generated
309 one.</para></listitem>
310 </varlistentry>
311 </variablelist>
312 </refsect1>
313
1e4960b8
LP
314 <refsect1>
315 <title>Example</title>
316
317 <para>Use a udev rule like the following to automatically mount all USB storage plugged in:</para>
318
319 <programlisting>ACTION=="add", SUBSYSTEMS=="usb", SUBSYSTEM=="block", ENV{ID_FS_USAGE}=="filesystem", \
320 RUN{program}+="/usr/bin/systemd-mount --no-block --automount=yes --collect $devnode"</programlisting>
321 </refsect1>
322
450442cf
LP
323 <refsect1>
324 <title>See Also</title>
325 <para>
326 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
98e9d710 327 <citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
450442cf
LP
328 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
329 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
330 <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
331 <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
332 <citerefentry><refentrytitle>systemd-run</refentrytitle><manvolnum>1</manvolnum></citerefentry>
333 </para>
334 </refsect1>
335
336</refentry>