Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 1997 21:05:47 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Stan Brown <stanb@netcom.com>
Cc:        Free BSD Questions list <freebsd-questions@freebsd.com>
Subject:   Re: SCSI tape drive device names
Message-ID:  <Pine.BSF.3.96.970409210310.4997e-100000@localhost>
In-Reply-To: <199704061305.JAA06215@netcom7.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 6 Apr 1997, Stan Brown wrote:

> 	i posted yesterday asking about device names for SCSII tapes. I
> have yet
> 	to recieve any information.
> 
> 	I have read the Jandbook, and Ican't figure it out from there
> could
> 	some knowledgable person please tell me what the device name for
> my HP
> 	DATA drive at SCSII ID 3 on my first and only SCSII controler
> should be? 
> 	It is BTW the only device on the SCSII bus except the controler. 

The SCSI tape device is st0. YOu can always find the attached device by
looking at the dmesg output...

ncr0 <ncr 53c815 scsi> rev 3 int a irq 10 on pci0:12
ncr0 waiting for scsi devices to settle
(ncr0:3:0): "PLEXTOR CD-ROM PX-4XCE 1.00" type 5 removable SCSI 2
cd0(ncr0:3:0): CD-ROM 
cd0(ncr0:3:0): 5.7 MB/s (175 ns, offset 8)
^^^ here...

(ncr0:6:0): "IOMEGA ZIP 100 D.09" type 0 removable SCSI 2
sd0(ncr0:6:0): Direct-Access 
^^^ and here...

This is assuming that

device st0 

is in your kernel.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970409210310.4997e-100000>