home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / 4BSD / Distributions / 4.4BSD-Alpha / Tim_Shoppa_Note < prev    next >
Encoding:
Text File  |  2000-06-16  |  1.5 KB  |  38 lines

  1. Note: these files were read from 9-track, and as per the following note,
  2. the 2nd and 3rd "raw tape files" are themselves already compressed.  file01 is
  3. 4080 records of 1024 bytes each, file02 is 1610 records of 20480
  4. bytes each (except for the last one which is 4329 bytes), and file03
  5. is 2677 records of 20480 bytes each (except for the last one which
  6. is 14435 bytes).  Note that the suggested 'dd' command in the
  7. letter below uses a blocksize of 10240 bytes.  Tim.
  8.  
  9. Letter attached to tape:
  10.  
  11.                         August 23, 1992 
  12.  
  13.     This is a distribution tape for the 4.4BSD-Alpha release.
  14. The package you received should have contained one 2400' 6250 BPI 9-track
  15. magnetic tape or one Exabyte 8mm cassette.  Both distribution tapes
  16. contain three files, however, the second and third files on the 9-track
  17. distribution format are compressed (see compress(1)).  The three files are
  18. as follows:
  19.  
  20.   1) A dump(8) of the root file system
  21.   2) A tar format archive of the "/usr" file system
  22.   3) A tar format archive of the "/usr/src" file system.
  23.  
  24.     The binaries and kernel on the tape support the Hewlett-Packard
  25. 9000/300 68000-based workstations, as detailed on the next page.  The dump
  26. does not contain a kernel, however, a compiled, generic kernel is part of the
  27. third file, in "/usr/src/sys/compile/GENERIC.hp300/vmunix".  The
  28. tar format archives can be extracted into the current directory with a
  29. command such as:
  30.  
  31.   tar xpf /dev/tapename
  32.  
  33. or, for the 9-track distribution format, with a command such as:
  34.  
  35.   dd if=/dev/tapename bs-10240 | uncompress | tar xf -
  36.  
  37.  
  38.