From: Karel Zak Date: Wed, 18 Nov 2009 15:11:01 +0000 (+0100) Subject: mount: add a note about bind-dir remounts X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f06c70d9cfc4c5cdfc0e58758cda13e58e66c26;p=util-linux mount: add a note about bind-dir remounts Signed-off-by: Karel Zak --- diff --git a/mount/mount.8 b/mount/mount.8 index 5e693615..c36ef6f9 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.