]> git.lizzy.rs Git - plan9front.git/blob - sys/man/4/tapefs
Make 'g' grep recursively by default.
[plan9front.git] / sys / man / 4 / tapefs
1 .TH TAPEFS 4
2 .SH NAME
3 32vfs, cpiofs, tapfs, tarfs, tpfs, v6fs, v10fs, zipfs \- mount archival file systems
4 .SH SYNOPSIS
5 .B fs/32vfs
6 [
7 .B -b
8 .I blocksize
9 ]
10 [
11 .B -m
12 .I mountpoint
13 ]
14 [
15 .B -p
16 .I passwd
17 ]
18 [
19 .B -g
20 .I group
21 ]
22 .I file
23 .br
24 .B fs/cpiofs
25 .br
26 .B fs/tapfs
27 .br
28 .B fs/tarfs
29 .br
30 .B fs/tpfs
31 .br
32 .B fs/v6fs
33 .br
34 .B fs/v10fs
35 .br
36 .B fs/zipfs
37 .br
38 .SH DESCRIPTION
39 These commands interpret data from traditional tape or file system formats
40 stored in
41 .IR file ,
42 and mount their contents (read-only) into a Plan 9 file system.
43 The optional
44 .B -p
45 and
46 .B -g
47 flags specify Unix-format password (respectively group) files
48 that give the mapping between the numeric user- and group-ID
49 numbers on the media and the strings reported by Plan 9 status
50 inquiries.
51 The
52 .B -m
53 flag introduces the name at which the new file system should be
54 attached; the default is
55 .BR /n/tapefs .
56 .PP
57 .I 32vfs
58 interprets raw disk images of 32V systems, which are ca. 1978 research Unix systems for
59 the VAX (512 byte block size, the default), and also pre-FFS Berkeley VAX systems (1KB block size).
60 .PP
61 .I Cpiofs
62 interprets
63 .B cpio
64 tape images.
65 .PP
66 .I Tarfs
67 interprets
68 .I tar
69 tape images.
70 .PP
71 .I Tpfs
72 interprets
73 .I tp
74 tapes from the Fifth through Seventh Edition research Unix systems.
75 .PP
76 .I Tapfs
77 interprets
78 .I tap
79 tapes from the pre-Fifth Edition era.
80 .PP
81 .I V6fs
82 interprets disk images from the
83 Fifth and Sixth edition research Unix systems (512B block size).
84 .PP
85 .I V10fs
86 interprets disk images from the
87 Tenth Edition research Unix systems (4KB block size).
88 .PP
89 .I Zipfs
90 interprets zip archives (see
91 .IR gzip (1)).
92 .SH SOURCE
93 .PP
94 These commands are constructed in a highly stereotyped
95 way using the files
96 .I fs.c
97 and
98 .I util.c
99 in
100 .BR /sys/src/cmd/tapefs ,
101 which in
102 turn derive substantially from
103 .IR ramfs (4).
104 .SH "SEE ALSO
105 .IR intro (5),
106 .IR ramfs (4).