Path: utzoo!attcan!uunet!ispd-newsserver!ism.isc.com!ico!dougp From: dougp@ico.isc.com (Doug Pintar) Newsgroups: comp.unix.sysv386 Subject: Re: Wangtek 5150ES/Adaptec 1542B and ISC 2.2 Keywords: SCSI-Tape, Interactive Message-ID: <1991Feb28.201302.23762@ico.isc.com> Date: 28 Feb 91 20:13:02 GMT References: Reply-To: dougp@ico.ISC.COM (Doug Pintar) Organization: Interactive Systems Corp., Boulder CO Lines: 23 In article stritzi@ss5 (Peer Stritzinger) writes: >I have problems installing my Wangtek SCSI Tape under Interactive Unix 2.2. > >ISC reports "2 SCSI DRIVES FOUND" during power-up. There is only one SCSI- >harddisk connected to the Adaptec 1542. Changing the SCSI-ID of the tape >doesn't have any effect. > I tried to reply via e-mail, but your 'from' line didn't work with my mailer. Here's the message: What problems are you having? The driver SHOULD report 2 drives found -- one disk and one tape. The device nodes should be /dev/ct c 41 8 ; rewind-on-close /dev/nrct c 41 0 ; no-rewind-on-close The driver does no buffering, so use the -C option on cpio (make sure the number you specify, when multiplied by 10, is a multiple of 512 and less than 384 KB) or pipe things through 'dd' using a big buffer for the tape (I use something like 'cpio -oBcv | dd ibs=5120 obs=320k of=/dev/ct'). Let me know if you still have problems, DLP