plan9fox/sys/man/4/hjfs

77 lines
964 B
Plaintext
Raw Normal View History

2012-10-06 03:49:53 +00:00
.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
] [
2013-01-07 01:13:54 +00:00
.B -a
.I announce-string
] ... [
2012-10-06 03:49:53 +00:00
-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
2012-10-06 17:27:40 +00:00
.BI -A
2012-10-06 03:49:53 +00:00
Require auth.
.TP
2012-10-06 17:27:40 +00:00
.BI "-f " file
2012-10-06 03:49:53 +00:00
Use
.I file
as the disk.
.TP
2012-10-06 17:27:40 +00:00
.BI "-m " mem
2012-10-06 03:49:53 +00:00
Allocate
.I mem
megabytes to use for cache.
.TP
2012-10-06 17:27:40 +00:00
.BI "-n " name
2012-10-06 03:49:53 +00:00
Use
.I name
as the name of the service.
.TP
2013-01-07 01:13:54 +00:00
.BI "-a " announce-string
will announce and listen on the specified network address.
.TP
2012-10-06 17:27:40 +00:00
.B -r
2012-10-06 03:49:53 +00:00
Ream the file system, erasing all of the old data.
.TP
2012-10-06 17:27:40 +00:00
.B -S
2012-10-06 03:49:53 +00:00
Ignore permissions.
.TP
2012-10-06 17:27:40 +00:00
.B -s
2012-10-06 03:49:53 +00:00
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
2013-01-09 13:47:49 +00:00
is a work in progress.