From: Karel Zak Date: Mon, 14 Aug 2017 09:30:37 +0000 (+0200) Subject: blockdev: document --setro more properly X-Git-Tag: v2.30.2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed8070a14daeb3175ea60b29a872a955ec61dbdd;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 c9eeb9b41e..d23829dfe2 100644 --- a/disk-utils/blockdev.8 +++ b/disk-utils/blockdev.8 @@ -75,7 +75,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