Blame


1 0657d222 2005-01-16 devnull .TH VACFS 4
2 0657d222 2005-01-16 devnull .SH NAME
3 0657d222 2005-01-16 devnull vacfs \- a Venti-based file system
4 0657d222 2005-01-16 devnull .SH SYNOPSIS
5 0657d222 2005-01-16 devnull .B vacfs
6 0657d222 2005-01-16 devnull [
7 865d0e5e 2005-01-16 devnull .B -dip
8 0657d222 2005-01-16 devnull ]
9 0657d222 2005-01-16 devnull [
10 0657d222 2005-01-16 devnull .B -h
11 0657d222 2005-01-16 devnull .I host
12 0657d222 2005-01-16 devnull ]
13 0657d222 2005-01-16 devnull [
14 be3e3514 2008-04-17 rsc .B -m
15 be3e3514 2008-04-17 rsc .I mtpt
16 be3e3514 2008-04-17 rsc ]
17 be3e3514 2008-04-17 rsc [
18 865d0e5e 2005-01-16 devnull .B -s
19 0657d222 2005-01-16 devnull .I srvname
20 0657d222 2005-01-16 devnull ]
21 ce8d6f24 2011-06-13 rsc [
22 ce8d6f24 2011-06-13 rsc .B -M
23 ce8d6f24 2011-06-13 rsc .I mem
24 ce8d6f24 2011-06-13 rsc ]
25 0657d222 2005-01-16 devnull .I vacfile
26 0657d222 2005-01-16 devnull .SH DESCRIPTION
27 0657d222 2005-01-16 devnull .I Vacfs
28 0657d222 2005-01-16 devnull interprets the file system created by
29 d32deab1 2020-08-16 rsc .MR vac (1)
30 0657d222 2005-01-16 devnull so that it can be mounted into a Plan 9 file hierarchy.
31 865d0e5e 2005-01-16 devnull The data for the file system is stored on a Venti server
32 0657d222 2005-01-16 devnull with a root fingerprint specified in
33 0657d222 2005-01-16 devnull .IR vacfile .
34 0657d222 2005-01-16 devnull .I Vacfs
35 0657d222 2005-01-16 devnull is currently rather limited: access is read-only,
36 0657d222 2005-01-16 devnull clients are not authenticated, and groups are assumed to
37 0657d222 2005-01-16 devnull contain a single member with the same name.
38 0657d222 2005-01-16 devnull These restrictions should eventually be removed.
39 0657d222 2005-01-16 devnull .PP
40 977b25a7 2020-08-14 rsc Options to
41 0657d222 2005-01-16 devnull .I vacfs
42 0657d222 2005-01-16 devnull are:
43 0657d222 2005-01-16 devnull .TP
44 0657d222 2005-01-16 devnull .B -d
45 0657d222 2005-01-16 devnull Print debugging information to standard error.
46 0657d222 2005-01-16 devnull .TP
47 0657d222 2005-01-16 devnull .BI -h " host
48 0657d222 2005-01-16 devnull The network address of the Venti server.
49 0657d222 2005-01-16 devnull The default is taken from the environment variable
50 0657d222 2005-01-16 devnull .BR venti .
51 0657d222 2005-01-16 devnull If this variable does not exist, then the default is the
52 977b25a7 2020-08-14 rsc metaname
53 865d0e5e 2005-01-16 devnull .BR $venti .
54 865d0e5e 2005-01-16 devnull .\" which can be configured via
55 865d0e5e 2005-01-16 devnull .\" .IR ndb (6).
56 0657d222 2005-01-16 devnull .TP
57 0657d222 2005-01-16 devnull .B -i
58 0657d222 2005-01-16 devnull Use file descriptors 0 and 1 as the 9P communication channel rather than create a pipe.
59 0657d222 2005-01-16 devnull .TP
60 be3e3514 2008-04-17 rsc .BI -m " mtpt
61 be3e3514 2008-04-17 rsc The location to mount the file system. The default is not to mount.
62 be3e3514 2008-04-17 rsc .TP
63 0657d222 2005-01-16 devnull .BI -p
64 0657d222 2005-01-16 devnull Disables permission checking.
65 0657d222 2005-01-16 devnull .TP
66 0657d222 2005-01-16 devnull .B -s
67 0657d222 2005-01-16 devnull The name of the 9P service to post.
68 0657d222 2005-01-16 devnull The default is
69 0657d222 2005-01-16 devnull .BR vacfs. name \fR,
70 0657d222 2005-01-16 devnull where
71 0657d222 2005-01-16 devnull .I name
72 0657d222 2005-01-16 devnull is
73 0657d222 2005-01-16 devnull .I vacfile
74 0657d222 2005-01-16 devnull without any directory name or
75 0657d222 2005-01-16 devnull .L .vac
76 0657d222 2005-01-16 devnull extension.
77 ce8d6f24 2011-06-13 rsc .TP
78 ce8d6f24 2011-06-13 rsc .BI -M " mem
79 ce8d6f24 2011-06-13 rsc The amount of memory, in bytes, allocated to the block cache. The default is 16M.
80 0657d222 2005-01-16 devnull .PD
81 0657d222 2005-01-16 devnull .SH SOURCE
82 0657d222 2005-01-16 devnull .B \*9/src/cmd/vac
83 0657d222 2005-01-16 devnull .SH "SEE ALSO"
84 d32deab1 2020-08-16 rsc .MR vac (1) ,
85 977b25a7 2020-08-14 rsc Plan 9's
86 977b25a7 2020-08-14 rsc .IR venti (8)