summaryrefslogtreecommitdiffstats
path: root/mount/mount.8
diff options
context:
space:
mode:
authorKarel Zak2009-11-18 16:11:01 +0100
committerKarel Zak2009-11-18 16:11:01 +0100
commit1f06c70d9cfc4c5cdfc0e58758cda13e58e66c26 (patch)
treeb078d4a952b566553819c42d17e63b5bbcc5fcfb /mount/mount.8
parentfdisk: offer aligned first sector (diff)
downloadkernel-qcow2-util-linux-1f06c70d9cfc4c5cdfc0e58758cda13e58e66c26.tar.gz
kernel-qcow2-util-linux-1f06c70d9cfc4c5cdfc0e58758cda13e58e66c26.tar.xz
kernel-qcow2-util-linux-1f06c70d9cfc4c5cdfc0e58758cda13e58e66c26.zip
mount: add a note about bind-dir remounts
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/mount.8')
-rw-r--r--mount/mount.813
1 files changed, 12 insertions, 1 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index 5e6936155..c36ef6f94 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -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.