term% cat index.txt HJFS(4) Kernel Interfaces Manual HJFS(4)
NAME
hjfs - file server
SYNOPSIS
hjfs [ -A ] [ -f file ] [ -m mem ] [ -n name ] [ -a announce-string ]
... [ -r ] [ -S ] [ -s ]
DESCRIPTION
Hjfs is an experimental file server with support for a cache and an
archival dump on a single partition.
The options are:
-A Require auth.
-f file
Use file as the disk.
-m mem Allocate mem megabytes to use for cache.
-n name
Use name as the name of the service.
-a announce-string
will announce and listen on the specified network address.
-r Ream the file system, erasing all of the old data.
-S Ignore permissions.
-s Read and write protocol messages on file descriptor zero.
SOURCE
/sys/src/cmd/hjfs
SEE ALSO
history(1), yesterday(1), cwfs(4), hjfs(8), prep(8), sd(3)
BUGS
Hjfs is a work in progress.
HJFS(4)