summaryrefslogtreecommitdiff
path: root/sys/man/4/sacfs
blob: 9b96628165178b938bdc4aeaab956bdbeb733f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH SACFS 4
.SH NAME
sacfs  \- compressed file system
.SH SYNOPSIS
.B disk/sacfs
[
.B -i
.I infd
.I outfd
]
[
.B -s
]
[
.B -m
.I mountpoint
]
.I file
.SH DESCRIPTION
Sacfs interprets the compressed, block based file system created by
.IR mksacfs (8)
and stored in
.I file
so that it can be mounted into a Plan 9 file system.
.I Sacfs
is typically used to create a stand alone file system from
a small persistent storage device, such as a flash rom.
It does not authenticate its clients and assumes each group
has a single member with the same name.
.PP
The
.B -s
flag causes
.I sacfs
to post its channel on
.BR #s/sacfs .
The
.B -i
flag causes
.I sacfs
to use file descriptors
.I infd
and
.I outfd
for its communication channel.
If neither
.B -s
nor
.B -i
are given,
.I sacfs
mounts itself on
.IR mountpoint
(default
.BR /n/c: ).
.SH SOURCE
.B /sys/src/cmd/disk/sacfs/sacfs.c
.SH "SEE ALSO"
.IR mksacfs (8)