LinuxQuestions.org
Visit Jeremy's Blog.
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 04-29-2005, 05:48 PM   #1
oldtrout
LQ Newbie
 
Registered: Dec 2004
Location: Nova Scotia Canada
Posts: 13

Rep: Reputation: 0
Help needed to run a SCSI Jaz drive.


I am very new to the Linux world.

I am currently running Suse Linux Professional 9.1

When I installed Linux it correctly identified all of my on board hardware with one exception, my internal Iomega SCSI Jaz 2GB drive. This drive is attached to an older WD PCI scsi card which according to the hardware identifier in YAST, Linux does see. However, it does not see the Jaz drive attached to it.

I have tried booting with and without a disc in the drive, and have tried inserting a disc once Linux has booted to see if Linux would pick it up. It did not do so.

I have no idea at all as to how to get access to the drive under Suse Linux 9.1

As I am so new to the Linux world, I do not even know where to begin to try to resolve this problem. Any help anyone can offer in helping me both see and use the drive will be GREATLY appreciated.

I have executed MOUNT under a root terminal session and my hard drive and two cdroms are listed, but not the Jaz drive. I have also exectued dmesg |grep hd and in the response I see no mention of a Jaz drive.

I am now at the limit of my experience and need help to go from here.

Thanking you in advance for any help you may be able to provide...

Oldtrout
 
Old 04-30-2005, 07:11 PM   #2
tw001_tw
Member
 
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551
Blog Entries: 4

Rep: Reputation: 31
Besides typing mount to see what is mounted, have you tried to mount the jazz disk?

Try as root or 'su':
1- inserting the jaz disk
2- type: mkdir /jazdisk
3- type: mount /dev/sda1 /jazdisk (or maybe: mount -t vfat /dev/sda1 /mnt/jazdisk )
4- type: cd /jazdisk
5- type: ls (if files are on the disk, they should show up)

Try this, and post if it works, or where you get stuck w/ any error messages.
good luck
-tw
 
Old 04-30-2005, 10:49 PM   #3
randyding
Member
 
Registered: May 2004
Posts: 552

Rep: Reputation: 31
I've got an internal iomega scsi zip-100 disk here, we should be able to compare and see where things go wrong. First please post the output of this command.
$ cat /proc/scsi/scsi
This should identify if the scsi disk is seen and what ID it is currently set to. This is what mine looks like, you can see the ZIP disk in my list, and you should see your JAZZ disk in your list. Note it does not matter if there is a disk in the drive or not.
Code:
$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: MAXTOR   Model: ATLAS10K4_36WLS  Rev: DFV0
  Type:   Direct-Access                    ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 01 Lun: 00
  Vendor: MAXTOR   Model: ATLAS10K4_36WLS  Rev: DFV0
  Type:   Direct-Access                    ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: PLEXTOR  Model: CD-R   PX-W4012S Rev: 1.02
  Type:   CD-ROM                           ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 05 Lun: 00
  Vendor: TOSHIBA  Model: DVD-ROM SD-M1711 Rev: 1005
  Type:   CD-ROM                           ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 06 Lun: 00
  Vendor: IOMEGA   Model: ZIP 100          Rev: J.03
  Type:   Direct-Access                    ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: Generic  Model: STORAGE DEVICE   Rev: 0125
  Type:   Direct-Access                    ANSI SCSI revision: 02
If the Jazz disk shows up, then do the following.
Log in as root this time, and run this command
# tail -f /var/log/messages
Your syslog file may be different on your distro, you'll have to figure out what that is first.
The last 10 messages from the syslog file should be displayed and the command prompt will not return (yet).

Now put the disk in the jazz drive and some new messages should print out within a couple seconds. This is the output I get when I put in my zip disk into the scsi drive, you should see something similar.
Code:
Apr 30 22:24:13 entropy kernel: sdc: Spinning up disk....ready
Apr 30 22:24:13 entropy kernel: SCSI device sdc: 196608 512-byte hdwr sectors (101 MB)
Apr 30 22:24:13 entropy kernel: sdc: Write Protect is off
Apr 30 22:24:13 entropy kernel: sdc: cache data unavailable
Apr 30 22:24:13 entropy kernel: sdc: assuming drive cache: write through
Apr 30 22:24:13 entropy kernel: SCSI device sdc: 196608 512-byte hdwr sectors (101 MB)
Apr 30 22:24:13 entropy kernel: sdc: Write Protect is off
Apr 30 22:24:13 entropy kernel: sdc: cache data unavailable
Apr 30 22:24:13 entropy kernel: sdc: assuming drive cache: write through
Apr 30 22:24:13 entropy kernel:  sdc: sdc4
This tells me that to mount my zip disk I'd have to run the following commands as root.
# mkdir /mnt/zip
# mount /dev/sdc4 /mnt/zip
You may need an option, like -t vfat or -t ext2, depending on how your disk was formatted.

Last edited by randyding; 04-30-2005 at 11:32 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
All that JAZ: Mounting my Jaz - SCSI RKendrick SUSE / openSUSE 6 04-11-2005 11:37 AM
GRUB or LILO boot to SCSI drive on SCSI system w/ IDE card mkl838 Linux - General 1 03-06-2005 09:01 PM
Suggestions needed for a OS to run on a FLASH DRIVE kemplej Linux - Distributions 1 11-02-2004 05:23 PM
cannot mount jaz drive pwtct Linux - Newbie 2 07-22-2004 02:39 AM
dual boot when linux on 1 drive, win on other drive, both scsi? nornad Red Hat 3 04-08-2004 08:44 AM

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

All times are GMT -5. The time now is 02:57 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