From ad765605254d822df8b0557835444197ba12790d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= Date: Mon, 4 May 2020 10:03:54 +0200 Subject: [PATCH] man: document x-systemd.rw-only fstab option --- man/systemd.mount.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. + + +