View previous topic :: View next topic |
Author |
Message |
PSIRockin n00b

Joined: 12 Feb 2007 Posts: 3
|
Posted: Mon Feb 12, 2007 11:02 pm Post subject: [SOLVED]USB Mass storage not working, no /dev/sdf |
|
|
When I plug a USB Mass storage device into my computer, dmesg outputs this:
Code: | usb 2-6: new high speed USB device using ehci_hcd and address 2
usb 2-6: configuration #2 chosen from 1 choice
scsi8 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
scsi 8:0:0:0: Direct-Access TOSHIBA MK2006GAL BY30 PQ: 0 ANSI: 0 CCS
SCSI device sdf: 39063024 512-byte hdwr sectors (20000 MB)
sdf: Write Protect is off
sdf: Mode Sense: 00 4a 00 00
sdf: assuming drive cache: write through
SCSI device sdf: 39063024 512-byte hdwr sectors (20000 MB)
sdf: Write Protect is off
sdf: Mode Sense: 00 4a 00 00
sdf: assuming drive cache: write through
sdf: sdf1
sd 8:0:0:0: Attached scsi disk sdf
usb-storage: device scan complete
|
This implies I must mount /dev/sdf, right?
Well, there is no /dev/sdf. I must be doing something wrong. Any tips?
Last edited by PSIRockin on Tue Feb 13, 2007 3:59 am; edited 1 time in total |
|
Back to top |
|
 |
albright Advocate


Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Tue Feb 13, 2007 1:17 am Post subject: |
|
|
that's weird - of course, you wouldn't mount /dev/sdf since
that's not a partition but there should definitely *be* a
/dev/sdf. Dmesg says to mount /dev/sdf1 but I guess that
doesn't exist either, eh? |
|
Back to top |
|
 |
PSIRockin n00b

Joined: 12 Feb 2007 Posts: 3
|
Posted: Tue Feb 13, 2007 1:52 am Post subject: |
|
|
Right.
Right now I have a card reader attacked, and it seems to have mapped each of those to sdb, sdc, sdd, etc. Should I try detaching that? |
|
Back to top |
|
 |
albright Advocate


Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Tue Feb 13, 2007 3:12 am Post subject: |
|
|
Quote: | Right now I have a card reader attacked, and it seems to have mapped each of those to sdb, sdc, sdd, etc. Should I try detaching that? |
I can't think of anything else to do
See if with the card reader gone the usb stick shows up and works as
sdb .... I don't know what that would prove, but at least you could
use the thing. |
|
Back to top |
|
 |
PSIRockin n00b

Joined: 12 Feb 2007 Posts: 3
|
Posted: Tue Feb 13, 2007 3:55 am Post subject: |
|
|
Ah, a friend of mne fixed it. Udev wasn't set up properly. |
|
Back to top |
|
 |
|