Index of /Distributions/UCB/2.11BSD_patch277/

NameLast ModifiedSizeType
../ -  Directory
new/1996-Jul-01 01:06:36-  Directory
PATCHLEVEL1995-Nov-13 17:05:140.1Kapplication/octet-stream
README1995-Nov-13 17:06:291.5Kapplication/octet-stream
boot1995-Nov-13 17:09:1031.7Kapplication/octet-stream
disklabel1995-Nov-13 17:10:3735.3Kapplication/octet-stream
icheck1995-Nov-13 17:12:2530.6Kapplication/octet-stream
maketape.c1995-Nov-13 17:21:362.1Ktext/plain
maketape.data1995-Nov-13 17:22:100.1Kapplication/octet-stream
mkfs1995-Nov-13 17:23:0730.9Kapplication/octet-stream
mtboot1995-Nov-13 17:23:460.5Kapplication/octet-stream
restor1995-Nov-13 17:24:5633.2Kapplication/octet-stream
root.dump1995-Nov-13 17:41:314.2Mapplication/octet-stream
setup.ascii1995-Nov-13 17:43:56188.4Kapplication/octet-stream
setup.ps1995-Nov-13 17:46:52588.4Kapplication/postscript
tape1.1.lst1996-Jan-11 06:18:27312.0Kapplication/octet-stream
tape1.2.lst1996-Jan-11 06:19:3372.7Kapplication/octet-stream
tape1.tar11995-Nov-13 19:22:4830.0Mapplication/octet-stream
tape1.tar21995-Nov-13 19:40:094.8Mapplication/octet-stream
tape2.lst1996-Jan-11 06:21:24468.8Kapplication/octet-stream
tape2.tar1995-Nov-13 22:04:3739.1Mapplication/x-tar
	The format of a 2.11BSD boot tape is:

	File	Block		Content
	 #	 Size
	----	-----		-------
	 0	512		bootblock,bootblock,boot
	 1	1024		disklabel
	 2	1024		mkfs
	 3	1024		restor
	 4	1024		icheck
	 5	10240		root.dump
	 6	10240		tape1.tar1
	 7	10240		tape1.tar2
	 8	10240		tape2.tar1

	 The complete kit will fit on a TK50 (barely) or a 6250BPI 9-track.
	 Obviously a DAT (4mm) or 8mm tape will have no problem.

	 For TK25 or 1600BPI 9-track files 0 thru 7 go on volume 1 and
	 file 8 goes on a second volume by itself (it barely fits, be sure
	 you don't have a tape that's short of being a 2400' reel).

	 You can either use the 'maketape' program to write files 0 thru 4
	 on the tape or use a series of 'dd' commands.

	 To use 'maketape':

		cc -o maketape maketape.c
		./maketape /dev/nrmt0 maketape.data
		dd if=root.dump of=/dev/nrmt0 bs=10240c
		dd if=tape1.tar1 of=/dev/nrmt0 bs=10240c
		dd if=tape1.tar2 of=/dev/nrmt0 bs=10240c
		dd if=tape2.tar of=/dev/rmt0 bs=10240c

	Using only 'dd':

		cat mtboot mtboot boot | dd of=/dev/nrmt0 obs=512 conv=osync
		foreach i (disklabel mkfs restor icheck)
		  dd if=${i} of=/dev/nrmt0 obs=1024 conv=osync
		end
		dd if=root.dump of=/dev/nrmt0 bs=10240c
		dd if=tape1.tar1 of=/dev/nrmt0 bs=10240c
		dd if=tape1.tar2 of=/dev/nrmt0 bs=10240c
		dd if=tape2.tar of=/dev/rmt0 bs=10240c

	The setup and installation documents are in the files 'setup.ascii'
	and 'setup.ps'.  The first file is plain ASCII text while the second
	is postscript suitable for sending to a laser printer or ghostview.
Unix Archive mirror by unixpeople.org