]> git.lizzy.rs Git - plan9front.git/blob - sys/man/4/hjfs
3d793f9ee6c0c6c792a48127c155f40d8483af3f
[plan9front.git] / sys / man / 4 / hjfs
1 .TH HJFS 4
2 .SH NAME
3 hjfs \- file server
4 .SH SYNOPSIS
5 .B hjfs
6 [
7 .B -A
8 ] [
9 .B -f
10 .I file
11 ] [
12 .B -m
13 .I mem
14 ] [
15 .B -n
16 .I name
17 ] [
18 -r
19 ] [
20 .B -S
21 ] [
22 .B -s
23 ]
24 .SH DESCRIPTION
25 .I Hjfs
26 is an experimental file server with support for a cache and an archival dump on a single partition.
27 .PP
28 The options are:
29 .TF "n name"
30 .TP
31 .BI A
32 Require auth.
33 .TP
34 .BI "f " file
35 Use
36 .I file
37 as the disk.
38 .TP
39 .BI "m " mem
40 Allocate
41 .I mem
42 megabytes to use for cache.
43 .TP
44 .BI "n " name
45 Use
46 .I name
47 as the name of the service.
48 .TP
49 .B r
50 Ream the file system, erasing all of the old data.
51 .TP
52 .B S
53 Ignore permissions.
54 .TP
55 .B s
56 Read and write protocol messages on file descriptor zero.
57 .PD
58 .SH SOURCE
59 .B /sys/src/cmd/hjfs
60 .SH "SEE ALSO"
61 .IR history (1),
62 .IR yesterday (1),
63 .IR cwfs (4),
64 .IR hjfs (8),
65 .IR prep (8),
66 .IR sd (3)
67 .SH BUGS
68 .LP
69 .I Hjfs
70 is a work in progress. It does not yet listen for network connections.