]> err.no Git - util-linux/commitdiff
mount: add notes about -o remount,ro,bind to mount.8
authorKarel Zak <kzak@redhat.com>
Mon, 14 Jun 2010 10:47:17 +0000 (12:47 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Jun 2010 10:47:17 +0000 (12:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8

index 093001b848704297f7a77f4fd3e5733097c2b219..e9f296295ddd2dc2e896fffd236aa9fdd302b821 100644 (file)
@@ -359,6 +359,21 @@ changed by a separate remount command, for example:
 .I newdir
 .RE
 
+Note that behavior of the remount operation depends on the /etc/mtab file. The
+first command stores the 'bind' flag to the /etc/mtab file and the second
+command reads the flag from the file.  If you have a system without the
+/etc/mtab file or if you explicitly define source and target for the remount
+command (then mount(8) does not read /etc/mtab), then you have to use bind flag
+(or option) for the remount command too. For example:
+
+.RS
+.br
+.B mount --bind
+.I olddir newdir
+.br
+.B mount -o remount,ro,bind
+.I olddir newdir
+.RE
 .RE
 
 .B The move operation.