X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.mount.xml;h=d1940831a9d6bd14f23442386a66eaf55088f8ee;hb=236bc7573a400b77e515c441a34419b133d11b18;hp=bcaae33418002c90210bb7338a507b614fa00e33;hpb=4819ff0358b6317c195fd4b1768e03d09c871070;p=elogind.git diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index bcaae3341..d1940831a 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -75,7 +75,14 @@ binary is executed in, and in systemd.kill5 which define the way the processes are - terminated. + terminated. Note that the User= and Group= options are + not particularly useful for mount units specifying a + Type= option or using configuration + not specified in /etc/fstab; + mount8 + will refuse options that aren't listed in + /etc/fstab if it is not run as + UID 0. Mount units must be named after the mount point directories they control. Example: the mount point @@ -91,14 +98,22 @@ mounting. See systemd.automount5. - If an mount point is beneath another mount point + If a mount point is beneath another mount point 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. + + 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. @@ -133,7 +148,7 @@ should wait for a device to show up before giving up on an entry from /etc/fstab. Specify a time in - seconds or explicitly specifiy a unit as + seconds or explicitly specify a unit as s, min, h, ms. @@ -177,7 +192,7 @@ Where= Takes an absolute path of a directory of the mount point. If - the mount point is not existing at + the mount point does not exist at the time of mounting, it is created. This string must be reflected in the unit file name. (See above.) This option is