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