]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blockdev: document --setro more properly
authorKarel Zak <kzak@redhat.com>
Mon, 14 Aug 2017 09:30:37 +0000 (11:30 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Aug 2017 09:30:37 +0000 (11:30 +0200)
Addresses: https://github.com/karelzak/util-linux/issues/498
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/blockdev.8

index 0f3291391cc95600dd29689f0041e2ba2d256e11..ceaa83a9e602bd12726fb649b023955383e79c83 100644 (file)
@@ -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