]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd.mount.xml
man: document x-systemd-device-timeout=
[thirdparty/systemd.git] / man / systemd.mount.xml
CommitLineData
cdb788e4
LP
1<?xml version='1.0'?> <!--*-nxml-*-->
2<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
3<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5
6<!--
7 This file is part of systemd.
8
9 Copyright 2010 Lennart Poettering
10
11 systemd is free software; you can redistribute it and/or modify it
12 under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
15
16 systemd is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with systemd; If not, see <http://www.gnu.org/licenses/>.
23-->
24
25<refentry id="systemd.mount">
26 <refentryinfo>
27 <title>systemd.mount</title>
28 <productname>systemd</productname>
29
30 <authorgroup>
31 <author>
32 <contrib>Developer</contrib>
33 <firstname>Lennart</firstname>
34 <surname>Poettering</surname>
35 <email>lennart@poettering.net</email>
36 </author>
37 </authorgroup>
38 </refentryinfo>
39
40 <refmeta>
41 <refentrytitle>systemd.mount</refentrytitle>
42 <manvolnum>5</manvolnum>
43 </refmeta>
44
45 <refnamediv>
46 <refname>systemd.mount</refname>
47 <refpurpose>systemd mount configuration files</refpurpose>
48 </refnamediv>
49
50 <refsynopsisdiv>
51 <para><filename>systemd.mount</filename></para>
52 </refsynopsisdiv>
53
54 <refsect1>
55 <title>Description</title>
56
57 <para>A unit configuration file whose name ends in
65232ea7
LP
58 <filename>.mount</filename> encodes information about
59 a file system mount point controlled and supervised by
60 systemd.</para>
cdb788e4
LP
61
62 <para>This man page lists the configuration options
63 specific to this unit type. See
64 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
65 for the common options of all unit configuration
66 files. The common configuration items are configured
67 in the generic [Unit] and [Install] sections. The
68 mount specific configuration options are configured
69 in the [Mount] section.</para>
70
71 <para>Additional options are listed in
ba60f905
LP
72 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
73 which define the execution environment the
74 <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>
75 binary is executed in.</para>
cdb788e4 76
e0cabd4b
LP
77 <para>Mount units must be named after the mount point
78 directories they control. Example: the mount point
cdb788e4
LP
79 <filename>/home/lennart</filename> must be configured
80 in a unit file
81 <filename>home-lennart.mount</filename>. For details
82 about the escaping logic used to convert a file system
83 path to a unit name see
84 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
65232ea7
LP
85
86 <para>Optionally, a mount unit may be accompanied by
87 an automount unit, to allow on-demand or parallelized
88 mounting. See
89 <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
e0cabd4b
LP
90
91 <para>If an mount point is beneath another mount point
b439c6ee 92 in the file system hierarchy, a dependency between both
e0cabd4b 93 units is created automatically.</para>
b36b082c
LP
94
95 <para>Mount points created at runtime independent on
96 unit files or <filename>/etc/fstab</filename> will be
97 monitored by systemd and appear like any other mount
98 unit in systemd.</para>
cdb788e4
LP
99 </refsect1>
100
101 <refsect1>
fa4ab997 102 <title><filename>/etc/fstab</filename></title>
cdb788e4
LP
103
104 <para>Mount units may either be configured via unit
105 files, or via <filename>/etc/fstab</filename> (see
106 <citerefentry><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>
107 for details).</para>
108
109 <para>When reading <filename>/etc/fstab</filename> a
110 few special mount options are understood by systemd
111 which influence how dependencies are created for mount
112 points from <filename>/etc/fstab</filename>. If
fa4ab997
LP
113 <option>x-systemd.mount</option> is specified as mount
114 option, then systemd will create a dependency of type
115 <option>Wants</option> from either
cdb788e4
LP
116 <filename>local-fs.target</filename> or
117 <filename>remote-fs.target</filename>, depending
118 whether the file system is local or remote. If
fa4ab997
LP
119 <option>x-systemd.automount</option> is set, an
120 automount unit will be created for the file
121 system. See
cdb788e4 122 <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>
fa4ab997
LP
123 for details. If
124 <option>x-systemd-device-timeout=</option> is
125 specified it may be used to configure how long systemd
126 should wait for a device to show up before giving up
127 on an entry from
128 <filename>/etc/fstab</filename>. Specify a time in
129 seconds or explicitly specifiy a unit as
130 <literal>s</literal>, <literal>min</literal>,
131 <literal>h</literal>, <literal>ms</literal>.</para>
cdb788e4
LP
132
133 <para>If a mount point is configured in both
b439c6ee 134 <filename>/etc/fstab</filename> and a unit file, the
cdb788e4
LP
135 configuration in the latter takes precedence.</para>
136 </refsect1>
137
138 <refsect1>
139 <title>Options</title>
140
141 <para>Mount files must include a [Mount] section,
142 which carries information about the file system mount points it
143 supervises. A number of options that may be used in
144 this section are shared with other unit types. These
145 options are documented in
146 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. The
65232ea7 147 options specific to the [Mount] section of mount
cdb788e4
LP
148 units are the following:</para>
149
150 <variablelist>
151
152 <varlistentry>
153 <term><varname>What=</varname></term>
154 <listitem><para>Takes an absolute path
155 of a device node, file or other
156 resource to mount. See
157 <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>
158 for details. If this refers to a
b439c6ee 159 device node, a dependency on the
cdb788e4
LP
160 respective device unit is
161 automatically created. (See
162 <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more information.)
163 This option is
164 mandatory.</para></listitem>
165 </varlistentry>
166
167 <varlistentry>
168 <term><varname>Where=</varname></term>
169 <listitem><para>Takes an absolute path
170 of a directory of the mount point. If
171 the mount point is not existing at
b439c6ee 172 time of mounting, it is created. This
cdb788e4
LP
173 string must be reflected in the unit
174 file name. (See above.) This option is
175 mandatory.</para></listitem>
176 </varlistentry>
177
178 <varlistentry>
179 <term><varname>Type=</varname></term>
180 <listitem><para>Takes a string for the
181 filesystem type. See
182 <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>
183 for details. This setting is
184 optional.</para></listitem>
185 </varlistentry>
186
187 <varlistentry>
188 <term><varname>Options=</varname></term>
189
190 <listitem><para>Mount options to use
191 when mounting. This takes a comma
96d4ce01 192 separated list of options. This
cdb788e4
LP
193 setting is optional.</para></listitem>
194 </varlistentry>
195
196 <varlistentry>
197 <term><varname>DirectoryMode=</varname></term>
198 <listitem><para>Directories of mount
199 points (and any parent directories)
200 are automatically created if
201 needed. This option specifies the file
202 system access mode used when creating
dd1eb43b
LP
203 these directories. Takes an access
204 mode in octal notation. Defaults to
cdb788e4
LP
205 0755.</para></listitem>
206 </varlistentry>
207
208 <varlistentry>
209 <term><varname>TimeoutSec=</varname></term>
210 <listitem><para>Configures the time to
211 wait for the mount command to
b439c6ee 212 finish. If a command does not exit
cdb788e4
LP
213 within the configured time the mount
214 will be considered failed and be shut
215 down again. All commands still running
216 will be terminated forcibly via
217 SIGTERM, and after another delay of
218 this time with SIGKILL. (See
219 <option>KillMode=</option> below.)
220 Takes a unit-less value in seconds, or
221 a time span value such as "5min
222 20s". Pass 0 to disable the timeout
223 logic. Defaults to
ecb963cc 224 90s.</para></listitem>
cdb788e4
LP
225 </varlistentry>
226
227 <varlistentry>
228 <term><varname>KillMode=</varname></term>
229 <listitem><para>Specifies how
230 processes of this mount shall be
231 killed. One of
232 <option>control-group</option>,
cdb788e4
LP
233 <option>process</option>,
234 <option>none</option>.</para>
235
236 <para>This option is mostly equivalent
237 to the <option>KillMode=</option>
238 option of service files. See
239 <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>
240 for details.</para></listitem>
241 </varlistentry>
2292707d
LP
242
243 <varlistentry>
244 <term><varname>KillSignal=</varname></term>
245 <listitem><para>Specifies which signal
246 to use when killing a process of this
247 mount. Defaults to SIGTERM.
248 </para></listitem>
249 </varlistentry>
250
ba035df2
LP
251 <varlistentry>
252 <term><varname>SendSIGKILL=</varname></term>
253 <listitem><para>Specifies whether to
254 send SIGKILL to remaining processes
255 after a timeout, if the normal
256 shutdown procedure left processes of
257 the mount around. Takes a boolean
258 value. Defaults to "yes".
259 </para></listitem>
260 </varlistentry>
cdb788e4
LP
261 </variablelist>
262 </refsect1>
263
264 <refsect1>
265 <title>See Also</title>
266 <para>
f3e219a2 267 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
cdb788e4
LP
268 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
269 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
270 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
271 <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
272 <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>
273 </para>
274 </refsect1>
275
276</refentry>