LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-23-2002, 04:00 PM   #1
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Mounting SCSI devices


Hi, let's say I had a cdrecord output of this:

Code:
bash-2.05a# cdrecord -scanbus
Cdrecord 1.11a24 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
        0,0,0     0) 'TOSHIBA ' 'DVD-ROM SD-M1402' '1010' Removable CD-ROM
        0,1,0     1) 'YAMAHA  ' 'CRW2100E        ' '1.0H' Removable CD-ROM
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
scsibus1:
        1,0,0   100) 'Sony    ' 'MSAC-US1        ' '1.00' Removable Disk
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *
How would I mount the 'Sony' entry? I have tried the following:
/dev/sda1-4 and 10
/dev/sdb1-4 and 10
/dev/sdc1-4 and 10
/dev/sdd1-4 and 10
/dev/scd2
/dev/sr2

So I am now lost.

Any ideas would be appreciated, thanks!

Cool
 
Old 09-23-2002, 04:10 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Oh, and I guess here's some more possible relevant info:

Output from tail -f /var/log/messages:
Code:
Sep 23 14:10:19 masterc kernel: hub.c: USB new device connect on bus2/2/1, assigned device number 5
The "5" changes depending on if I have it mount at boot up, and if I plug and unplug the card.

Oh yeah, I guess that's relevant as well... This is a USB Memory Stick reader. MSAC-US1
I have previously mounted this device (on a previous install, where I didn't use scsi emulation for both my ROM drives) using /dev/sda1

Ok, any other info you may want, just ask, I'll be happy to provide it.

Thanks
 
Old 09-23-2002, 04:15 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
I more possible piece of info you may need:

Output from dmesg (only relevant sections):
Code:
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: TOSHIBA   Model: DVD-ROM SD-M1402  Rev: 1010
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: YAMAHA    Model: CRW2100E          Rev: 1.0H
  Type:   CD-ROM                             ANSI SCSI revision: 02
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
sr0: scsi3-mmc drive: 40x/40x cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12
sr1: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
And then the part of the device in question:
Code:
scsi1 : SCSI emulation for USB Mass Storage devices
  Vendor: Sony      Model: MSAC-US1          Rev: 1.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
usb.c: USB disconnect on device 3
hub.c: USB new device connect on bus2/2/1, assigned device number 4
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 4
Ok, well, that's all I can think of.

Thanks again
 
Old 09-23-2002, 05:00 PM   #4
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Hi Chad, I watching your post gaining replies, but there is none unfortunately, the only thing I can think of is that you might not have USB mass storage and/or HID support in kernel, double check your kernel configuration. I remember when I plugged in my USB zip drive it was picked up instantly as /dev/sda4, my dazzle-manezzle USB flash-flush card reader is collecting dust because I don't have a digital camera anymore and I haven't tried to hook it up with zip, when I'll get home I'll try to recover the dazzle-myshmanezzle card reader and hook it up to see what's up

Last edited by neo77777; 09-23-2002 at 05:02 PM.
 
Old 09-23-2002, 05:51 PM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Cool, yeah I was thinking the same thing, and recently switched back to 2.4.19, and was thinking maybe I forgot support, so I rebuilt it, but still no luck

Here's my lsmod:
Code:
root@masterc:~# lsmod
Module                  Size  Used by    Not tainted
ntfs                   49504   0  (unused)
8139too                13928   1 
mii                     1120   0  [8139too]
emu10k1                55816   0 
ac97_codec              9992   0  [emu10k1]
sound                  54284   0  [emu10k1]
soundcore               3556   7  [emu10k1 sound]
usb-storage            20980   0 
printer                 7424   0  (unused)
hid                    13192   0  (unused)
vfat                    9532   2  (autoclean)
fat                    29720   0  (autoclean) [vfat]
But thanks for the ideas anyway, it's something at least. Thanks!
 
Old 09-23-2002, 05:54 PM   #6
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
I hope I'll have something more when I get home, still at work, damn I need a drink
 
Old 09-23-2002, 06:02 PM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Didn't you just get done recovering from a "few" drinks

My wife says the best way to combat a hangover is with another drink I say Gatorade or Kool Aid are my best ways.

Anyway, I look forward to any info you'll have.

Cool
 
Old 09-23-2002, 06:05 PM   #8
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
No, I don't have a hangover, but with all this congrats going on in general I think I need to continue celebrating my B-Day
 
Old 09-23-2002, 08:07 PM   #9
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Chad, sorry buddy but I don't have the dazzler thing anymore, I've look everywhere, and I believe I gave it to my girlfriends father to use it, but unfortunately he took off to Ohio a couple of weeks ago, and I don't think I'd get it back in any time soon.
Sorry, it ain't work.
 
Old 09-24-2002, 01:48 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
That's ok, thanks for trying anyway, I will keep trying, and let you know if I ever get it going.

Cool
 
Old 09-24-2002, 05:33 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Ok this poor damn newbie has got no more ideas. I have tried every device that I can think of, and just about every single entry in /dev that isn't already used, and even most that have. I am about to give devfs a try after I finish getting my newest base LFS setup.

I am obviously missing something that I should probe, or something in my kernel, but I don't know what... Anyway, once I get started, I'll post my outcome from devfs, unless I figure something else out first.

Cool
 
Old 09-24-2002, 01:51 PM   #12
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
Ok so I went to bed last night before attempting a brand new feat to me, devfs. Well I guess sleep really does help you figure out some of your problems, so anyway, today I am going to rebuild my kernel, again, and try enabling a few things that I think might be pertinent for this. If it works, I will let you know what, and how I did it.

Cool
 
Old 09-25-2002, 02:06 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Original Poster
Rep: Reputation: 69
WOOHOO!!! Ok then, so I had to enable SCSI Hard Disk in the kernel as well

I really should have thought about that a LONG time ago, of course it's the last thing to come to mind...

Anyway, thanks for the attempted help, it was encouraging in the least

Cool
 
  


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
Mounting various SCSI devices KePSuX Linux - Hardware 2 10-08-2004 04:05 PM
SCSI tape devices sbalasuriya Linux - Software 3 09-28-2004 01:14 PM
allow non root users add devices to /proc/scsi/scsi ? ewto Linux - Newbie 5 10-14-2003 11:36 AM
mounting 2 ide-scsi devices /dev/cdrom and /dev/cdrom1 issue penguin123 Linux - Hardware 3 09-26-2003 08:36 PM
Can't Mount my SCSI devices! ewto Linux - Newbie 9 09-10-2003 12:44 AM

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

All times are GMT -5. The time now is 04:51 AM.

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