X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.mount.xml;h=21177a26232605da1a99d318d62ff412d842786e;hb=845c53246f73a505f12bb7f685a530045fa60a40;hp=78b5f5257c3aea88603cd2782dffbf009be8edf2;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 78b5f5257..21177a262 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -48,7 +48,7 @@ - systemd.mount + mount.mount @@ -86,7 +86,7 @@ Mount units must be named after the mount point directories they control. Example: the mount point - /home/lennart must be configured + /home/lennart must be configured in a unit file home-lennart.mount. For details about the escaping logic used to convert a file system @@ -102,10 +102,21 @@ in the file system hierarchy, a dependency between both units is created automatically. - Mount points created at runtime independent on - unit files or /etc/fstab will be + Mount points created at runtime (independently of + unit files or /etc/fstab) will be monitored by systemd and appear like any other mount - unit in systemd. + unit in systemd. + See /proc/self/mountinfo description + in proc5. + + + Some file systems have special semantics as API + file systems for kernel-to-userspace and + userspace-to-userpace interfaces. Some of them may not + be changed via mount units, and cannot be disabled. + For a longer discussion see API + File Systems. @@ -145,8 +156,16 @@ h, ms. If a mount point is configured in both - /etc/fstab and a unit file, the - configuration in the latter takes precedence. + /etc/fstab and a unit file that + is stored below /usr the former + will take precedence. If the unit file is stored below + /etc it will take + precedence. This means: native unit files take + precedence over traditional configuration files, but + this is superseded by the rule that configuration in + /etc will always take precedence + over configuration in + /usr. @@ -163,7 +182,7 @@ options specific to the [Mount] section of mount units are the following: - + What= @@ -257,7 +276,7 @@ for compatibility reasons and should not be used in newly written mount files. - + FsckPassNo= @@ -281,8 +300,10 @@ systemd.kill5, systemd.service5, systemd.device5, + proc5, mount8, - systemd-fstab-generator8 + systemd-fstab-generator8, + systemd.directives7