LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-09-2004, 06:31 PM   #1
sbalasuriya
LQ Newbie
 
Registered: Apr 2004
Posts: 17

Rep: Reputation: 0
Question SCSI tape drive


Hi Guys,

Want some help to get my tape drive work.

I have 2 SCSI disks and 1 SCSI tape drive. Disks are working fine.
But the tape drive not.

In /proc/scsi/scsi, I have

Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: FUJITSU Model: MAP3367NC Rev: 5207
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: FUJITSU Model: MAP3367NC Rev: 5207
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 08 Lun: 00
Vendor: SDR Model: GEM318 Rev: 0
Type: Processor ANSI SCSI revision: 02


Why Type: Processor in the 3rd entry ?

When I issue " mt -f /dev/st0 status", I get "/dev/st0: No such device".

And when I issue "mt -f /dev/sg2 status", I get "/dev/sg2: Operation not permitted".

Thanks in advance for any help.

-San
 
Old 08-09-2004, 06:51 PM   #2
Joey.Dale
Member
 
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: 39
do you have scsi tape support built into your kernel?

-Joey
 
Old 08-09-2004, 06:53 PM   #3
idaho
Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438

Rep: Reputation: 30
In your /proc/scsi/scsi listing I don't see anything that looks like a tape drive.

From Google, I get:
FUJITSU Model: MAP3367NC > 36GB 80PIN SCSI FUJITSU DRIVE
FUJITSU Model: MAP3367NC > 36GB 80PIN SCSI FUJITSU DRIVE
SDR Model: GEM318 > Altos G700 BPL4 disk cage

Perhaps you need to check your power and SCSI cable connections?
 
Old 08-10-2004, 03:47 AM   #4
sbalasuriya
LQ Newbie
 
Registered: Apr 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Drive model

Hi,

Actually the drive model is STD2401LW.

Now I can 't find drivers from anywhare ?
 
Old 08-10-2004, 03:55 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
The only driver you need is the SCSI tape module st. What distro are you running?

If it isn't loading try:
modprobe st
 
Old 08-10-2004, 05:06 AM   #6
sbalasuriya
LQ Newbie
 
Registered: Apr 2004
Posts: 17

Original Poster
Rep: Reputation: 0
It's RHEL 3.0.

[root@bear root]# modprobe st
[root@bear root]# mt -f /dev/st0 rewind
/dev/st0: No such device


May be I'll try a newer version of st ?
 
Old 08-10-2004, 06:46 AM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Check the output of dmesg. Do you see the tape drive?
Also try
cat /proc/scsi/scsi
Does anything show for the drive?

The device might be something other than /dev/st0. Do you have a /dev/scsi directory?
 
Old 08-10-2004, 08:22 PM   #8
sbalasuriya
LQ Newbie
 
Registered: Apr 2004
Posts: 17

Original Poster
Rep: Reputation: 0
I tried "dmesg|grep tape". Nothing.

But for dmesg|grep scsi it gives;

Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
Attached scsi generic sg2 at scsi0, channel 0, id 8, lun 0, type 3

----------------------------------------------------------------------------------

My /proc/scsi/scsi is;

[root@bear etc]# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: FUJITSU Model: MAP3367NC Rev: 5207
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 01 Lun: 00
Vendor: FUJITSU Model: MAP3367NC Rev: 5207
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 08 Lun: 00
Vendor: SDR Model: GEM318 Rev: 0
Type: Processor ANSI SCSI revision: 02

--------------------------------------------------------------------------

In the last entry "Type: Processor"


And I don't have a /dev/scsi/ directory.
 
Old 08-11-2004, 06:22 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Is the SCSI ID of the tape drive 8?
Are you using SCSI emulation?
 
Old 08-11-2004, 08:41 PM   #10
sbalasuriya
LQ Newbie
 
Registered: Apr 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Yes, ID 8.

>Are you using SCSI emulation?

How can I know ???

Regards.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help w/ SCSI Tape Drive verbal Linux - Hardware 13 05-20-2011 11:10 PM
SCSI Tape drive imahdi Solaris / OpenSolaris 1 01-05-2005 01:17 AM
scsi tape drive not found batman0315 Linux - Hardware 1 02-25-2004 08:52 AM
SCSI Tape Drive ghaas Red Hat 0 11-15-2003 03:38 PM
SCSI Tape Drive da_tibmeister Slackware 0 10-08-2003 08:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration