Ostensibly, by matching the SCSI ids. From the looks of that output, you have three SCSI controllers. Two have one device, one has three. The one with three devices, ignoring manufacturer ids, check and match the SCSI id on the DLT itself. - billn On Thu, 31 Jul 2003 elemint@cox.net wrote: > Below is the output from cat /proc/scsi/scsi > > cat /proc/scsi/scsi > Attached devices: > Host: scsi0 Channel: 00 Id: 00 Lun: 00 > Vendor: DELL Model: PERCRAID RAID5 Rev: V1.0 > Type: Direct-Access ANSI SCSI revision: 02 > Host: scsi2 Channel: 00 Id: 03 Lun: 00 > Vendor: HP Model: C1118M Rev: 5.14 > Type: Medium Changer ANSI SCSI revision: 02 > Host: scsi2 Channel: 00 Id: 04 Lun: 00 > Vendor: HP Model: C1113M Rev: 1.14 > Type: Optical Device ANSI SCSI revision: 02 > Host: scsi2 Channel: 00 Id: 05 Lun: 00 > Vendor: HP Model: C1113M Rev: 1.14 > Type: Optical Device ANSI SCSI revision: 02 > Host: scsi3 Channel: 00 Id: 05 Lun: 00 > Vendor: NEC Model: CD-ROM DRIVE:466 Rev: 1.06 > Type: CD-ROM ANSI SCSI revision: 02 > > > how can I confirm which device my DLT tape drive is? > > > Jim > > > > From: "der.hans" > > Date: 2003/06/17 Tue PM 06:46:05 EDT > > To: plug-discuss@lists.plug.phoenix.az.us > > Subject: Re: DLT and Debian > > > > Am 17. Jun, 2003 schw=E4tzte elemint@cox.net so: > > > > > If a DLT drive is added to a Deian server does DLT or tape support ha= ve to > > > built into the kernel which would require a recompile or is the suppo= rt > > > already native in Debian for a DLT tape drive? > > > > The st module is pre-built for kernel packages from debian. > > > > modprobe st > > > > cat /proc/scsi/scsi to see if the tape drive is recognized. > > > > /dev/nst0 is the non-rewind device, /dev/st0 is the rewind device. Alwa= ys > > use the non-rewind device unless you explicitly need the rewind device. > > > > mt is used to manipulate the tape drive. mtx is for libraries. > > > > ciao, > > > > der.hans > > -- > > # https://www.LuftHans.com/ http://www.AZOTO.org/ > > # Nobody grows old merely by living a number of years. > > # We grow old by deserting our ideals. > > # Years may wrinkle the skin, but to give up enthusiasm > > # wrinkles the soul. -- Samuel Ullman > > > > --------------------------------------------------- > > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > > To subscribe, unsubscribe, or to change you mail settings: > > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > > > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >