LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   External USB Drive Problem in Fedora 14 (https://www.linuxquestions.org/questions/linux-hardware-18/external-usb-drive-problem-in-fedora-14-a-872128/)

nishith 03-31-2011 06:54 AM

External USB Drive Problem in Fedora 14
 
Hello.

I am getting "USB" drive error while inserting into USB Port in Fedora 14 i386. Yesterday, I was getting auto mounted drive of any external device,but since today morning, below error has occurred.

Using "tail -f /var/log/messages" command giving below output.

Mar 31 17:23:16 linuxguru kernel: [20441.804300] generic-usb 0003:04B3:310C.0004: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:02.0-1/input0
Mar 31 17:23:17 linuxguru kernel: [20442.713064] usb 1-2: new high speed USB device using ehci_hcd and address 5
Mar 31 17:23:17 linuxguru kernel: [20442.830104] usb 1-2: New USB device found, idVendor=0951, idProduct=1623
Mar 31 17:23:17 linuxguru kernel: [20442.830114] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 31 17:23:17 linuxguru kernel: [20442.830121] usb 1-2: Product: DataTraveler 120
Mar 31 17:23:17 linuxguru kernel: [20442.830127] usb 1-2: Manufacturer: Kingston
Mar 31 17:23:17 linuxguru kernel: [20442.830132] usb 1-2: SerialNumber: 000AEBFFB517A931851F0016


"fdisk -l" command is also not showing the drive volume label.

Please let me know how to mount "USB" external drives automatically? What was the problem & which file i need to check to troubleshoot the problem?

Advanced Thanks If Anyone Found Solution.
Nishith N.Vyas

bigrigdriver 03-31-2011 08:19 AM

Two possibilities come to mind:
a) have you run a system update between last night and this morning. If so, the udev rule governing external usb drives may have changed.
In a terminal, run "ls -l /etc/udev/rules.d" (or whatever the path to the udev rules is in Fedora). Run the command without the quotes. If any of the files changed between last night and this morning, you may have to edit one of them the get your usb drive mounting automagically again.
b) there is a right way and a wrong way to unplug an external hard drive. The right way is to unmount the drive, then stop the platters spinning before unplugging the drive. That is to prevent physical damage and also prevent possible data corruption. The wrong way is to simply unplug the drive while it is mounted and spinning.
So, you may have to consider the possibility that the drive is damaged. Test it by plugging it into another computer.

jefro 03-31-2011 04:58 PM

Boot to live cd and then see if the usb mounts correctly.


All times are GMT -5. The time now is 07:50 AM.