PDA

View Full Version : help knoppix cant see my usb drive have read all faqs



marynobrain
04-14-2004, 02:47 AM
hello, i'm new to linux, using knoppix on new systemax tourbook laptop
when i run knoppix from cd it boots up fine and recognises usb (or at least mentions usb) during loading but once i get into it, the system
can't see my usb drive. my hard drive comes pre-mounted as hda1, where is the usb drive? i read the faq, there is no sda or
sda1,there is a dev/usb/ but with millions of entries so how do i know which is the usb drive, do i have do mount it myself and
if so how ?
have read stuff here and tried things
when i run lsusb i get
bus 003 device 001:10 0000:0000
bus 002 device 001:10 0000:0000
bus 001 device 001:10 0000:0000
if that's any help. as you can see i don't know what i'm doing so idiotproof instructions would be great!

thanks
mary :shock:

mightydavefish
04-14-2004, 07:15 AM
If you run "dmesg" in a console you can look for lines like this:

USB Mass Storage support registered.
hub.c: new USB device 00:10.0-2, assigned address 5
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: FUJITSU Model: MHJ2181AT Rev: 0811
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 35433216 512-byte hdwr sectors (18142 MB)
sda: sda1 sda2 < sda5 sda6 > sda4
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 5

To see if your drive has been found. You can then mount it yourself with mount /dev/sda6 /mnt/sda6 (tho with the number of the partition you want).
I had a problem lately where the ehcd-hcd module was preventing my usb drive from working. You can try removing that module with rmmod ehcd-hcd and disconnect and reconnect your usb drive and see if it was found.

mcaycedo
04-14-2004, 02:45 PM
Try to boot another machine with Knoppix and conncet the USB drive there. I have had many USB dispositives.

1 Usb 1.0 64 mb thumb disk Cigarr Pro, work flawlessly
1 Usb 2.0 128 mb thumb disk Apacer, no way in Linux
1 Usb 2.0 256 mb thumb disk gneric, no way in Linux (appears in the desktop but the system was unable to read it)
1 Usb 1.0 IDE enclosure generic, no way in linux
1 Usb 2.0 IDE enclosure generic, work flawlessly

So, is a tricky task. Some USB work without a glitch, another need more work

marynobrain
04-14-2004, 07:43 PM
If you run "dmesg" in a console USB Mass Storage device found at 5....


To see if your drive has been found. You can then mount it yourself with mount /dev/sda6 /mnt/sda6 (tho with the number of the partition you want).
thanks, that's just the kind of precise info i needed.

I had a problem lately where the ehcd-hcd module was preventing my usb drive from working. You can try removing that module with rmmod ehcd-hcd and disconnect and reconnect your usb drive and see if it was found.
I'd love to pretend i understood that last bit... :shock:
thanks for replying, and with just the kind of precise info i needed.will try this later when my brain comes back online.

marynobrain
04-14-2004, 07:47 PM
Try to boot another machine with Knoppix and conncet the USB drive there. I have had many USB dispositives.

1 Usb 1.0 64 mb thumb disk Cigarr Pro, work flawlessly
1 Usb 2.0 128 mb thumb disk Apacer, no way in Linux
1 Usb 2.0 256 mb thumb disk gneric, no way in Linux (appears in the desktop but the system was unable to read it)
1 Usb 1.0 IDE enclosure generic, no way in linux
1 Usb 2.0 IDE enclosure generic, work flawlessly

So, is a tricky task. Some USB work without a glitch, another need more work
aha i never thought it could be the usb drive itself... its a bytestor 128mb usb 2 i suspect by the build quality that it's at the lower end of the market... will try on my dad's machine and then get my muvo back from my brother and try that one too. thanks for the tip.