From 1f06c70d9cfc4c5cdfc0e58758cda13e58e66c26 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 18 Nov 2009 16:11:01 +0100 Subject: mount: add a note about bind-dir remounts Signed-off-by: Karel Zak --- mount/mount.8 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'mount/mount.8') 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. -- cgit v1.2.3-55-g7522