blob: f3f132de112692be34b5f039ae6cf97d5a186af6 (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
.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
] [
.B -a
.I announce-string
] ... [
-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
.BI "-a " announce-string
will announce and listen on the specified network address.
.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.
|