summaryrefslogtreecommitdiff
path: root/9mount.1
diff options
context:
space:
mode:
Diffstat (limited to '9mount.1')
-rw-r--r--9mount.112
1 files changed, 8 insertions, 4 deletions
diff --git a/9mount.1 b/9mount.1
index a4884b0..66ce7ef 100644
--- a/9mount.1
+++ b/9mount.1
@@ -1,4 +1,4 @@
-.TH "9mount" "1" "04 September 2007" "9mount" "User commands"
+.TH "9mount" "1" "23 July 2008" "9mount" "User commands"
.SH NAME
9mount, 9bind, 9umount \- mount/unmount 9p filesystems
.SH SYNOPSIS
@@ -55,16 +55,20 @@ SPEC determines which file tree to mount when attaching to file servers that
export multiple trees
.TP
-c CACHE
-turns on caching using CACHE mode. Currently only
+turns on caching using CACHE mode. Supported modes are
.I loose
-cache mode is available, which is suitable for exclusive read-only mounts.
+(suitable for exclusive read-only mounts),
+.IR fscache ,
+and
+.IR mmap .
.TP
-d DEBUG
comma seperated list of channels for which to enable debug output. Possible
channels include: err, devel, 9p, vfs, conv, mux, trans, alloc, fcall.
.TP
-m MSIZE
-specifies the maximum length of a single 9p message in bytes.
+specifies the maximum length of a single 9p message in bytes. Must be less
+than or equal to 8192 for non-root users.
.PP
.B 9bind
performs a bind mount, making the tree visible at directory OLD also visible