summaryrefslogtreecommitdiff
path: root/static/plan9-4e/man4/sacfs.4
diff options
context:
space:
mode:
Diffstat (limited to 'static/plan9-4e/man4/sacfs.4')
-rw-r--r--static/plan9-4e/man4/sacfs.459
1 files changed, 59 insertions, 0 deletions
diff --git a/static/plan9-4e/man4/sacfs.4 b/static/plan9-4e/man4/sacfs.4
new file mode 100644
index 00000000..9b966281
--- /dev/null
+++ b/static/plan9-4e/man4/sacfs.4
@@ -0,0 +1,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)