From: Karel Zak Date: Mon, 14 Aug 2017 09:30:37 +0000 (+0200) Subject: blockdev: document --setro more properly X-Git-Tag: v2.31-rc1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80701a7acebed7c4ed36b0c9a7396ecdcc142f40;p=thirdparty%2Futil-linux.git blockdev: document --setro more properly Addresses: https://github.com/karelzak/util-linux/issues/498 Signed-off-by: Karel Zak --- diff --git a/disk-utils/blockdev.8 b/disk-utils/blockdev.8 index 0f3291391c..ceaa83a9e6 100644 --- a/disk-utils/blockdev.8 +++ b/disk-utils/blockdev.8 @@ -80,7 +80,8 @@ Set filesystem readahead (same like \-\-setra on 2.6 kernels). .IP "\fB\-\-setra\fP \fIsectors\fP" Set readahead (in 512-byte sectors). .IP "\fB\-\-setro\fP" -Set read-only. +Set read-only. The currently active access to the device may not be affected by the change. For example +filesystem already mounted in read-write mode will not be affected. The change applies after remount. .IP "\fB\-\-setrw\fP" Set read-write. .SH AUTHOR