]> err.no Git - util-linux/commitdiff
mount: add a note about bind-dir remounts
authorKarel Zak <kzak@redhat.com>
Wed, 18 Nov 2009 15:11:01 +0000 (16:11 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Nov 2009 15:11:01 +0000 (16:11 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8

index 5e693615548ee24caa28edb8c37a3146b9eee0fa..c36ef6f940774cb65fe6fa55759adb0929374e71 100644 (file)
@@ -163,7 +163,18 @@ or shortoption
 
 Note that the filesystem mount options will remain the same as those
 on the original mount point, and cannot be changed by passing the -o
-option along with --bind/--rbind.
+option along with --bind/--rbind. The mount options can be
+changed by a separate remount command, for example:
+
+.RS
+.br
+.B mount --bind
+.I olddir newdir
+.br
+.B mount -o remount,ro
+.I newdir
+.RE
+
 .RE
 
 .B The move operation.