summaryrefslogtreecommitdiff
path: root/mount/mount.8
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-10-04 15:07:30 +0200
committerKarel Zak <kzak@redhat.com>2007-10-04 15:07:30 +0200
commitf92dc20fcb9bb9f15ac95e0e3d6ae96ecfb59619 (patch)
treef7db2d29d6abe5c56a61e77e2e5de1434ba37f20 /mount/mount.8
parenta6d35e6d68b18184deae0226b99f41b958049666 (diff)
downloadutil-linux-old-f92dc20fcb9bb9f15ac95e0e3d6ae96ecfb59619.tar.gz
mount: cleanup "none" fstype usage
* disable to call /sbin/mount.none * rewrite fstype to "none" for MS_BIND and MS_MOVE * add notes about "none" to fstab.5 and mount.8 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/mount.8')
-rw-r--r--mount/mount.85
1 files changed, 5 insertions, 0 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index 01001ade..54b11d46 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -108,6 +108,11 @@ file hierarchy somewhere else. The call is
.br
.B "mount --bind olddir newdir"
.RE
+or fstab entry is:
+.RS
+.br
+.B "/olddir /newdir none bind"
+.RE
After this call the same contents is accessible in two places.
One can also remount a single file (on a single file).