LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 03-21-2007, 05:56 AM   #1
manyoo
LQ Newbie
 
Registered: Dec 2006
Posts: 10

Rep: Reputation: 0
What's wrong with my USB disk?


I just can't use my USB disk now.when pluged in,the disk can't be mounted and the "dmesg" output is as following:
[17186166.044000] usb 2-1: new full speed USB device using uhci_hcd and address 2
[17186167.200000] SCSI subsystem initialized
[17186167.300000] Initializing USB Mass Storage driver...
[17186167.300000] scsi0 : SCSI emulation for USB Mass Storage devices
[17186167.300000] usb-storage: device found at 2
[17186167.300000] usb-storage: waiting for device to settle before scanning
[17186167.300000] usbcore: registered new driver usb-storage
[17186167.300000] USB Mass Storage support registered.
[17186172.304000] Vendor: USB Model: Flash Disk Rev: 2.00
[17186172.304000] Type: Direct-Access ANSI SCSI revision: 02
[17186172.312000] usb-storage: device scan complete
[17186172.408000] Driver 'sd' needs updating - please use bus_type methods
[17186172.416000] SCSI device sda: 509696 512-byte hdwr sectors (261 MB)
[17186172.416000] sda: assuming drive cache: write through
[17186172.420000] SCSI device sda: 509696 512-byte hdwr sectors (261 MB)
[17186172.420000] sda: assuming drive cache: write through
[17186172.420000] sda: sda1
[17186172.428000] sd 0:0:0:0: Attached scsi disk sda
[17186172.596000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[17186174.992000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[17186250.232000] usb 2-1: USB disconnect, address 2
[17186672.184000] usb 2-2: new full speed USB device using uhci_hcd and address 3
[17186672.320000] scsi1 : SCSI emulation for USB Mass Storage devices
[17186672.320000] usb-storage: device found at 3
[17186672.320000] usb-storage: waiting for device to settle before scanning
[17186677.324000] Vendor: USB Model: Flash Disk Rev: 2.00
[17186677.324000] Type: Direct-Access ANSI SCSI revision: 02
[17186677.328000] SCSI device sda: 509696 512-byte hdwr sectors (261 MB)
[17186677.328000] sda: assuming drive cache: write through
[17186677.332000] SCSI device sda: 509696 512-byte hdwr sectors (261 MB)
[17186677.332000] sda: assuming drive cache: write through
[17186677.332000] sda: sda1
[17186677.340000] sd 1:0:0:0: Attached scsi disk sda
[17186677.340000] sd 1:0:0:0: Attached scsi generic sg0 type 0
[17186677.340000] usb-storage: device scan complete
[17186678.796000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[17186740.992000] usb 2-2: USB disconnect, address 3
[17191738.652000] usb 2-1: new full speed USB device using uhci_hcd and address 4
[17191738.772000] usb 2-1: device descriptor read/64, error -71
[17191738.996000] usb 2-1: device descriptor read/64, error -71
[17191739.212000] usb 2-1: new full speed USB device using uhci_hcd and address 5
[17191739.332000] usb 2-1: device descriptor read/64, error -71
[17191739.556000] usb 2-1: device descriptor read/64, error -71
[17191739.772000] usb 2-1: new full speed USB device using uhci_hcd and address 6
[17191740.180000] usb 2-1: device not accepting address 6, error -71
[17191740.292000] usb 2-1: new full speed USB device using uhci_hcd and address 7
[17191740.700000] usb 2-1: device not accepting address 7, error -71
[17192538.152000] usb 2-1: new full speed USB device using uhci_hcd and address 8
[17192538.272000] usb 2-1: device descriptor read/64, error -71
[17192538.496000] usb 2-1: device descriptor read/64, error -71
[17192538.712000] usb 2-1: new full speed USB device using uhci_hcd and address 9
[17192538.832000] usb 2-1: device descriptor read/64, error -71
[17192539.060000] usb 2-1: device descriptor read/64, error -71
[17192539.276000] usb 2-1: new full speed USB device using uhci_hcd and address 10
[17192539.684000] usb 2-1: device not accepting address 10, error -71
[17192539.796000] usb 2-1: new full speed USB device using uhci_hcd and address 11
[17192540.204000] usb 2-1: device not accepting address 11, error -71


I took it to a windows machine and it didn't work.Is it broken?
Anyone help me?
 
Old 03-21-2007, 06:58 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Try reformatting the usb media, it looks/sounds like the file allocation table is corrupt.

Any data on the media is lost, sorry
 
Old 03-21-2007, 07:30 AM   #3
manyoo
LQ Newbie
 
Registered: Dec 2006
Posts: 10

Original Poster
Rep: Reputation: 0
Thanks a lot, but could you tell me how to format it?
when i plug it in,there is no /dev/sda or /dev/sda1.
 
Old 03-21-2007, 08:14 AM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Are you sure??? What does the typed command show?? /sbin/fdisk -l

You say you have Windows, use it to reformat the media as FAT32 or VFAT (whichever term you like best).
 
Old 03-21-2007, 08:27 AM   #5
manyoo
LQ Newbie
 
Registered: Dec 2006
Posts: 10

Original Poster
Rep: Reputation: 0
there is no output of the command.
I will try it in windows again.
Thanks
 
Old 03-21-2007, 02:14 PM   #6
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
Quote:
[17186172.304000] Vendor: USB Model: Flash Disk Rev: 2.00
Why do the vendor: and model: strings not appear? If you know that information you can go to the vendors site and look for downloadable repair/recover utilites.
 
Old 09-28-2007, 12:14 PM   #7
cheesus
Member
 
Registered: Jan 2005
Location: Munich, Germany
Distribution: SuSE
Posts: 186

Rep: Reputation: 25
look here:
http://www.linuxquestions.org/questi...09#post2906709
 
  


Reply



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
Disk is keep spining. What is wrong ? simjii SUSE / openSUSE 2 12-12-2005 11:51 PM
Redhat 9.0 wrong disk drhackler Linux - Software 6 05-13-2005 04:06 AM
USB external Disk reports wrong size alans Linux - Hardware 1 03-17-2005 08:57 AM
disk geometry wrong? blotch *BSD 0 01-07-2005 04:00 PM
new disk wrong size? Greg21 *BSD 5 04-17-2004 05:46 PM

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

All times are GMT -5. The time now is 04:37 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