Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!spool.mu.edu!uwm.edu!ux1.cso.uiuc.edu!uicsl.csl.uiuc.edu!brando From: brando@uicsl.csl.uiuc.edu (Brandon Brown) Newsgroups: comp.unix.sysv386 Subject: Re: My friend is having trouble with SCSI tape on ISC 2.2 - HELP! Message-ID: <1991Feb18.161930.28630@ux1.cso.uiuc.edu> Date: 18 Feb 91 16:19:30 GMT References: <1991Feb17.002706.398@shawn.uucp> Sender: news@ux1.cso.uiuc.edu (News) Distribution: usa Organization: University of Illinois at Urbana Lines: 23 root@shawn.uucp (0000-Admin(0000)) writes: >Here are the vital statistics: > Running Interactive 2.2 > The computer is an XYZ brand (D-squared or something like that) > AMI BIOS > Adaptec 1542B Controller > Wren V drive (which is working perfectly) > Archive 2150S tape drive > Both SCSI devices (disk and tape) are external to the computer > Terminator resistors are installed in the Adaptec card and the > tape drive (which is at the far end of the cable) >The HDD device driver is in use, and it has been configured for a SCSI >tape drive. The device file /dev/tape is there, major number 11, minor >number 1. When trying the command: Yes, use /dev/ct0. If it isn't there you need to follow the manual pages to add it to the /etc/conf/node.d.... Well, I don't have the manual in front of me, but mknod /dev/ct0 c 41 8 will work. /dev/tape, I think is for dedicated controllers...