Results 1 to 5 of 5
When I plug my usb falsh drive into my new Gentoo box (which is running a 2.6.7 kernel), no /dev/sda1 appears. I can mount the flash drive when I am ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-21-2004 #1Just Joined!
- Join Date
- Apr 2004
- Location
- Australia
- Posts
- 16
cant mount USB Flash drive
When I plug my usb falsh drive into my new Gentoo box (which is running a 2.6.7 kernel), no /dev/sda1 appears. I can mount the flash drive when I am using the kernel off the 2004.2 LiveCD. This is the releveant output from dmesg:
Can someone please tell me what my problem is (or what logs they would like posted)?Code:usb 1-5: new high speed USB device using address 2 usb 1-5: control timeout on ep0out ehci_hcd 0000:00:02.2: Unlink after no-IRQ? Different ACPI or APIC settings may help. usb 1-5: control timeout on ep0out usb 1-5: device not accepting address 2, error -110 usb 1-5: new high speed USB device using address 3 usb 1-5: control timeout on ep0out usb 1-5: control timeout on ep0out usb 1-5: device not accepting address 3, error -110 usb 1-5: new high speed USB device using address 4 usb 1-5: control timeout on ep0out
- 12-31-2004 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
For a good tutorial on this issue please read this
If you encounter any error after this, please post again with detailed error message\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 01-24-2005 #3Just Joined!
- Join Date
- Apr 2004
- Location
- Australia
- Posts
- 16
Firstly, sorry about leaving this so long, I have been on hols.
I plug the flash drive in, and when I try the mount step (mount -t vfat /dev/sda1 /mnt/somemountpoint), I get:
mount: special device /dev/sda1 does not exist
That is all I get on my console. If I run dmesg, I get what I posted above (the 1st post).
- 01-24-2005 #4Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
Make sure the sda1 is connected...
type in terminalthe output will be all drive partition notice the sd* that your usb is on, and you'll be able to mount it without any problemCode:fdisk -l (FDSIK -L)
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 01-25-2005 #5Just Joined!
- Join Date
- Apr 2004
- Location
- Australia
- Posts
- 16
This command lists all my hd* devices but says nothing about sd*. There are no /dev/sd* files either.


Reply With Quote
