X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.mount.xml;h=8527386594fb6e036a2189d57b8563b0fb2cab64;hp=bed2975509e10ea5c308e55f2e2a8fd798515700;hb=deb6120920e6341b1c16f5f088ab057358bb8fc4;hpb=1f19a534ea84458670ec011f6d1ba96f76e3f783 diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index bed297550..852738659 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -94,7 +94,7 @@ in a unit file home-lennart.mount. For details about the escaping logic used to convert a file system - path to a unit name see + path to a unit name, see systemd.unit5. Optionally, a mount unit may be accompanied by @@ -111,7 +111,7 @@ monitored by systemd and appear like any other mount unit in systemd. See /proc/self/mountinfo description - in proc5. + in proc5. Some file systems have special semantics as API @@ -124,7 +124,7 @@ - <filename>/etc/fstab</filename> + <filename>fstab</filename> Mount units may either be configured via unit files, or via /etc/fstab (see @@ -132,32 +132,91 @@ for details). Mounts listed in /etc/fstab will be converted into native units dynamically at boot and when the - configuration of the system manager is reloaded. See + configuration of the system manager is reloaded. In + general, configuring mount points through + /etc/fstab is the preferred + approach. See systemd-fstab-generator8 for details about the conversion. When reading /etc/fstab a few special mount options are understood by systemd which influence how dependencies are created for mount - points from /etc/fstab. systemd - will create a dependency of type - from either - local-fs.target or + points. systemd will create a dependency of type + or + (see option below), from + either local-fs.target or remote-fs.target, depending - whether the file system is local or remote. If - is set, an - automount unit will be created for the file - system. See - systemd.automount5 - for details. If - is - specified, it may be used to configure how long systemd - should wait for a device to show up before giving up - on an entry from - /etc/fstab. Specify a time in - seconds or explicitly specify a unit as - s, min, - h, ms. + whether the file system is local or remote. + + + + + + + An automount unit will be created + for the file system. See + systemd.automount5 + for details. + + + + + + Configure how long systemd should + wait for a device to show up before giving up on + an entry from + /etc/fstab. Specify a time in + seconds or explicitly append a unit as + s, min, + h, + ms. + + Note that this option can only be used in + /etc/fstab, and will be + ignored when part of Options= + setting in a unit file. + + + + + + + + With , this + mount will not be added as a dependency for + local-fs.target or + remote-fs.target. This means + that it will not be mounted automatically during + boot, unless it is pulled in by some other + unit. Option has the + opposite meaning and is the default. + + + + + + + With this + mount will be only wanted, not required, by + local-fs.target or + remote-fs.target. This means + that the boot will continue even if this mount + point is not mounted successfully. + + + + + + + An additional filesystem to be + mounted in the initramfs. See + initrd-fs.target description + in + systemd.special7. + + + If a mount point is configured in both /etc/fstab and a unit file that @@ -232,6 +291,21 @@ setting is optional. + + SloppyOptions= + + Takes a boolean + argument. If true, parsing of the + options specified in + Options= is + relaxed, and unknown mount options are + tolerated. This corresponds with + mount8's + -s + switch. Defaults to + off. + + DirectoryMode= Directories of mount @@ -260,8 +334,8 @@ Takes a unit-less value in seconds, or a time span value such as "5min 20s". Pass 0 to disable the timeout - logic. Default value is setted up in manager configuration - file via DefaultTimeoutStart=. + logic. The default value is set from the manager configuration + file's DefaultTimeoutStart= variable. @@ -276,14 +350,14 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.exec5, systemd.kill5, systemd.resource-control5, systemd.service5, systemd.device5, - proc5, + proc5, mount8, systemd-fstab-generator8, systemd.directives7