Fedora Linux Support Community & Resources Center
  #1  
Old 14th September 2007, 03:18 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Unable to mount usb key

HI,
Here is my situation:
fedora core 4 on a x86_64 and machine
2 hard drive disk /dev/sda1 and /dev/sdb[1,2]

My usb driver are:
/sbin/lspci | grep USB
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)

The key is totally fonctional on other computer. It is fat 32 formatted

This is what happend in dmesg when I plug a usb key:
usb 1-10: new high speed USB device using ehci_hcd and address 30
usb 1-10: unable to read config index 0 descriptor/start
usb 1-10: can't read configurations, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 31
usb 1-10: unable to read config index 0 descriptor/start
usb 1-10: can't read configurations, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 32
usb 1-10: device descriptor read/all, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 33
usb 1-10: device descriptor read/all, error -110
usb 1-9: new high speed USB device using ehci_hcd and address 34
usb 1-9: device not accepting address 34, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 36
usb 1-10: device descriptor read/all, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 37
usb 1-10: device descriptor read/all, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 38
usb 1-10: device descriptor read/8, error -110
usb 1-10: device descriptor read/8, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 39
usb 1-10: device not accepting address 39, error -110

What is the error in dmesg?

Where sould I mount my usb key since sda and sdb are taken?

Thanks
Reply With Quote
  #2  
Old 14th September 2007, 04:57 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
Check the output of:

/sbin/lsusb

Some newer (especially ones from Kingston) usb thumb drives have some weird code or formatting that even newer versions of Fedora can't get a grip on.

The logical place FC4 would attatch the USB thumb drive to would be /dev/sdc1

Try, as root

mkdir /mnt/usbkey
mount -t vfat /dev/sdc1 /mnt/usbkey

Maybe time for an upgrade to Fedora 7 ?

Paul
Reply With Quote
  #3  
Old 14th September 2007, 05:10 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Thanks for this reply

Oh Oh, it is a Kingston... I did format it on a windows machine. It is now a fat32 drive.

There is no /sbin/lsusb : command not found

In my /dev, I don't have any sdc*, so cannot mount on it.

I don;t have time for an upgrade to FC7, way too much configuration done on the current OS.
Reply With Quote
  #4  
Old 14th September 2007, 05:23 PM
gthill's Avatar
gthill Offline
Registered User
 
Join Date: May 2005
Location: g-land, east java
Age: 49
Posts: 387
After plugging in the usb drive, type

$dmesg

If the device is recognised it will show up as the last entries and tell you what the dev name is

Here is an example of my dmesg after plugging a usb device in.
This gives you the mount information to mount it manually if it doesn't do it automatically
.
.
usb 2-3: new high speed USB device using ehci_hcd and address 26
usb 2-3: configuration #1 chosen from 1 choice
scsi13 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 26
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 13:0:0:0: Direct-Access ST325082 0A 0000 PQ: 0 ANSI: 0
sd 13:0:0:0: [sdc] 488397168 512-byte hardware sectors (250059 MB)
sd 13:0:0:0: [sdc] Write Protect is off
sd 13:0:0:0: [sdc] Mode Sense: 27 00 00 00
sd 13:0:0:0: [sdc] Assuming drive cache: write through
sd 13:0:0:0: [sdc] 488397168 512-byte hardware sectors (250059 MB)
sd 13:0:0:0: [sdc] Write Protect is off
sd 13:0:0:0: [sdc] Mode Sense: 27 00 00 00
sd 13:0:0:0: [sdc] Assuming drive cache: write through
sdc: sdc1
sd 13:0:0:0: [sdc] Attached SCSI disk
sd 13:0:0:0: Attached scsi generic sg3 type 0


As you can see it is /dev/sdc1
Reply With Quote
  #5  
Old 14th September 2007, 05:27 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
This is my dmesg just after I plug it in

usb 1-10: new high speed USB device using ehci_hcd and address 48
usb 1-10: device not accepting address 48, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 49
usb 1-10: unable to read config index 0 descriptor/all
usb 1-10: can't read configurations, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 50
usb 1-10: unable to read config index 0 descriptor/start
usb 1-10: can't read configurations, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 51

Does this means that it is not reconize. How can I tell the computer what it is so it can reconize it?

Thanks
Reply With Quote
  #6  
Old 14th September 2007, 05:34 PM
gthill's Avatar
gthill Offline
Registered User
 
Join Date: May 2005
Location: g-land, east java
Age: 49
Posts: 387
leaving the drive connected
su -
passwd ****

#fdisk -l

what is the result of fdisk -l

is it recognised?

if so reformat it using
mkfs.vfat -n KINGSTON /dev/sd??

If you have data on it perhaps you can back it up to your windows machine first.
Reply With Quote
  #7  
Old 14th September 2007, 05:40 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
This my output of fdisk -l

/sbin/fdisk -l

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 24321 195254010 8e Linux LVM

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 250 2008093+ 83 Linux
/dev/sdb2 251 38913 310560547+ 83 Linux

Disk /dev/dm-0: 197.8 GB, 197803376640 bytes
255 heads, 63 sectors/track, 24048 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/dm-1 doesn't contain a valid partition table

It is the same wether or not the usb is plug. Look bad...
Reply With Quote
  #8  
Old 14th September 2007, 05:58 PM
gthill's Avatar
gthill Offline
Registered User
 
Join Date: May 2005
Location: g-land, east java
Age: 49
Posts: 387
Yes, it is not recognised.

Are other usb drives auto mounting on your system or at least being recognised?
Do you have a windows machine on which you can format it?
if so re format using Windows as vfat
You may have unplugged it while in operation and it could therefore be corrupted.

There may be other ways to do it and you could wait for someone else to post or you could just try the Windows format. Nothing to lose by it!

I bought a 4gb kingston thumb a few months ago and recall it came pre-loaded with some crap on it already. I usually reformat all drives when they are new but I don't remember if I had to use windows for the kingston.
Reply With Quote
  #9  
Old 14th September 2007, 06:03 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Quote:
Originally Posted by gthill
Are other usb drives auto mounting on your system or at least being recognised?
Yes the usb printer and It works plug, unplug, plug and works again.

Quote:
Originally Posted by gthill
Do you have a windows machine on which you can format it?
Already try fat and fat32 on the windows machine, both unusable on my linux machine.

Thanks for the help, I just hope there is a solution.
Reply With Quote
  #10  
Old 14th September 2007, 06:12 PM
gthill's Avatar
gthill Offline
Registered User
 
Join Date: May 2005
Location: g-land, east java
Age: 49
Posts: 387
Quote:
Originally Posted by spacemen12
Yes the usb printer and It works plug, unplug, plug and works again.



Already try fat and fat32 on the windows machine, both unusable on my linux machine.

Thanks for the help, I just hope there is a solution.

My last suggestion

try formatting as NTFS on your windows machine
then if you have ntfs-3g installed on your linux box you may be able to recognise it.
Reply With Quote
  #11  
Old 14th September 2007, 06:26 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Thanks for all those great suggestions, but it seen that the answer is something else.
Reply With Quote
  #12  
Old 14th September 2007, 06:33 PM
gthill's Avatar
gthill Offline
Registered User
 
Join Date: May 2005
Location: g-land, east java
Age: 49
Posts: 387
That's a bummer, please post your solution here when you get it.
Reply With Quote
  #13  
Old 14th September 2007, 08:49 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Hi,
Look like there is the same problem there (64 bit also).
http://ubuntuforums.org/archive/index.php/t-207683.html
Reply With Quote
  #14  
Old 17th September 2007, 02:47 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Hi,
Is this aproblem with my kernel configuration?

Will compiling and installing a new kernel will solve the problem?

Thanks
Reply With Quote
  #15  
Old 18th September 2007, 03:01 PM
spacemen12 Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Hi,
The "solution" is to disable usb 2 and run it trough usb 1 with this command:
modprobe -r ehci-hcd

The solution was found in this forum there: http://www.fedoraforum.org/forum/sho...0&page=1&pp=15

Thanks everyone who helped me with this
Reply With Quote
Reply

Tags
key, mount, unable, usb

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to mount NLS45 Using Fedora 3 15th February 2009 06:22 AM
Unable to mount cd/dvd learninlinux Installation and Live Media 4 10th April 2008 08:41 PM
USB hd - unable to mount SarahShreeve Hardware & Laptops 7 20th November 2007 02:07 PM
Unable to mount 2nd HDD emGo Hardware & Laptops 5 5th September 2007 06:52 PM
Unable to mount DVD iso thesource Using Fedora 15 11th October 2006 12:06 PM


Current GMT-time: 03:35 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat