Blame


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