home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14714 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.4 KB

  1. From: kev@hpcpbla.bri.hp.com (Kevin Jones)
  2. Date: Mon, 11 Jan 1993 08:34:01 GMT
  3. Subject: Re: compressed-mode with DAT-Streamer
  4. Message-ID: <9740073@hpcpbla.bri.hp.com>
  5. Organization: HP Computer Peripherals Bristol, UK
  6. Path: sparky!uunet!usc!sdd.hp.com!hpscit.sc.hp.com!hplextra!otter.hpl.hp.com!hpltoad!hpopd!hpcpbla!kev
  7. Newsgroups: comp.sys.hp
  8. References: <1993Jan8.103049.22586@knipp.en.open.de>
  9. Lines: 22
  10.  
  11. Assuming you are using HP-UX, create device files for compressed and 
  12. uncompressed drives. Bits 6 and 7 of the minor number control compression:
  13.  
  14. mknod /dev/rmt/0mn c 54 0x0e0103   # Uncompressed
  15. mknod /dev/rmt/0mnc c 54 0x0e01c3  # Compressed
  16.  
  17. For umcompressed use the "0mn" device file, for compressed the "0mnc" file.
  18.  
  19.  
  20. -----------------------------------------------------------------
  21. Kevin Jones.                       | Hewlett Packard Ltd,
  22.                                    | Computer Peripherals Bristol,
  23. kev%hpcpbla@hplb.hpl.hp.com        | Filton Road,
  24.                                    | Stoke Gifford,
  25. Tel: 011 44 272 228351             | Bristol.   BS12 6QZ.
  26.                                    | ENGLAND.
  27. -----------------------------------------------------------------
  28.  
  29. This response does not represent the official position of, or
  30. statement by, the Hewlett-Packard Company.  The above data is
  31. provided for informational purposes only. It is supplied
  32. without warranty of any kind.
  33.