]> git.lizzy.rs Git - plan9front.git/blob - sys/man/4/hjfs
nusb/ether: add RNDIS support (tested on Nexus 5)
[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 .B -a
19 .I announce-string
20 ] ... [
21 -r
22 ] [
23 .B -S
24 ] [
25 .B -s
26 ]
27 .SH DESCRIPTION
28 .I Hjfs
29 is an experimental file server with support for a cache and an archival dump on a single partition.
30 .PP
31 The options are:
32 .TF "n name"
33 .TP
34 .BI -A
35 Require auth.
36 .TP
37 .BI "-f " file
38 Use
39 .I file
40 as the disk.
41 .TP
42 .BI "-m " mem
43 Allocate
44 .I mem
45 megabytes to use for cache.
46 .TP
47 .BI "-n " name
48 Use
49 .I name
50 as the name of the service.
51 .TP
52 .BI "-a " announce-string
53 will announce and listen on the specified network address.
54 .TP
55 .B -r
56 Ream the file system, erasing all of the old data.
57 .TP
58 .B -S
59 Ignore permissions.
60 .TP
61 .B -s
62 Read and write protocol messages on file descriptor zero.
63 .PD
64 .SH SOURCE
65 .B /sys/src/cmd/hjfs
66 .SH "SEE ALSO"
67 .IR history (1),
68 .IR yesterday (1),
69 .IR cwfs (4),
70 .IR hjfs (8),
71 .IR prep (8),
72 .IR sd (3)
73 .SH BUGS
74 .LP
75 .I Hjfs
76 is a work in progress.