Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.TH ARCHFS 4
2
.SH NAME
3
archfs \- mount mkfs-style archive
4
.SH SYNOPSIS
5
.B archfs
6
[
7
.B -abcC
8
]
9
[
10
.B -m 
11
.I mtpt
12
]
13
.I archfile
14
.SH DESCRIPTION
15
.I Archfs
16
mounts at
17
.I mtpt
18
(default
19
.BR /mnt/arch )
20
a file system presenting the contents of an 
21
archive in the format produced by
22
the
23
.B -a
24
flag to
25
.IR mkfs (8).
26
The
27
.BR -a ,
28
.BR -b ,
29
.BR -c ,
30
and
31
.B -C
32
flags control the flag argument
33
to the
34
.B mount
35
system call
36
(see
37
.IR bind (2))
38
as in the
39
.B mount
40
command
41
(see
42
.IR bind (1)).
43
.SH SOURCE
44
.B /sys/src/cmd/archfs.c
45
.SH SEE ALSO
46
.IR mkfs (8)