diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-10-06 03:49:53 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-10-06 03:49:53 +0000 |
commit | 349abfcd795125bf09fae588944d98b9d871cbc9 (patch) | |
tree | 0f7aac8e09424147db66dc135257c0e2423639c9 /sys/man/4 | |
parent | 16a9d6bbd359ad7b99e1370d31e471d0bf2bfe59 (diff) |
add /sys/man/4/hjfs
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/hjfs | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/sys/man/4/hjfs b/sys/man/4/hjfs new file mode 100644 index 000000000..3d793f9ee --- /dev/null +++ b/sys/man/4/hjfs @@ -0,0 +1,70 @@ +.TH HJFS 4 +.SH NAME +hjfs \- file server +.SH SYNOPSIS +.B hjfs +[ +.B -A +] [ +.B -f +.I file +] [ +.B -m +.I mem +] [ +.B -n +.I name +] [ +-r +] [ +.B -S +] [ +.B -s +] +.SH DESCRIPTION +.I Hjfs +is an experimental file server with support for a cache and an archival dump on a single partition. +.PP +The options are: +.TF "n name" +.TP +.BI A +Require auth. +.TP +.BI "f " file +Use +.I file +as the disk. +.TP +.BI "m " mem +Allocate +.I mem +megabytes to use for cache. +.TP +.BI "n " name +Use +.I name +as the name of the service. +.TP +.B r +Ream the file system, erasing all of the old data. +.TP +.B S +Ignore permissions. +.TP +.B s +Read and write protocol messages on file descriptor zero. +.PD +.SH SOURCE +.B /sys/src/cmd/hjfs +.SH "SEE ALSO" +.IR history (1), +.IR yesterday (1), +.IR cwfs (4), +.IR hjfs (8), +.IR prep (8), +.IR sd (3) +.SH BUGS +.LP +.I Hjfs +is a work in progress. It does not yet listen for network connections. |