From: Martin Hundebøll Date: Mon, 4 May 2020 08:03:54 +0000 (+0200) Subject: man: document x-systemd.rw-only fstab option X-Git-Tag: v246-rc1~323^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15661%2Fhead;p=thirdparty%2Fsystemd.git man: document x-systemd.rw-only fstab option --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index d18773663fd..ed9ce635f22 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -359,6 +359,17 @@ Options= setting in a unit file. + + + + If a mount operation fails to mount the file system + read-write, it normally tries mounting the file system read-only instead. + This option disables that behaviour, and causes the mount to fail + immediately instead. This option is translated into the + ReadWriteOnly= setting in a unit file. + + +