Problem mounting a disk over USB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have some data I need to get to on a harddrive that has a USB connection. I personally formatted that drive as ext3 and put the data on it from another linux box. Now the drive is home with me. I powered the drive up and made the usb connection. I also said
modprobe usb-storage
I already have two SATA drives in use which are sda an sdb.

Also
1013 > lsmod | grep usb
usb_storage            74505  0
scsi_mod              135529  3 usb_storage,libata,sd_mod
1014 > lsmod | grep scsi
scsi_mod              135529  3 usb_storage,libata,sd_mod

Here's what syslog had to say when I plugged in the usb connector:

Aug 13 18:29:27 saturn kernel: usb 1-5: new high speed USB device using ehci_hcd and address 11
Aug 13 18:29:27 saturn kernel: usb 1-5: device descriptor read/64, error -71
Aug 13 18:29:27 saturn kernel: usb 1-5: device descriptor read/64, error -71
Aug 13 18:29:27 saturn kernel: usb 1-5: new high speed USB device using ehci_hcd and address 12
Aug 13 18:29:27 saturn kernel: usb 1-5: device descriptor read/64, error -71
Aug 13 18:29:28 saturn kernel: usb 1-5: device descriptor read/64, error -71
Aug 13 18:29:28 saturn kernel: usb 1-5: new high speed USB device using ehci_hcd and address 13
Aug 13 18:29:28 saturn kernel: usb 1-5: device not accepting address 13, error -71
Aug 13 18:29:28 saturn kernel: usb 1-5: new high speed USB device using ehci_hcd and address 14
Aug 13 18:29:29 saturn kernel: usb 1-5: device not accepting address 14, error -71

Also, from /dev/ I ran
MAKEDEV sdc

Then when I try to run
mount -t ext3 /dev/sdc1 /mnt

all I get back is

[root@saturn dev]# mount -t ext3 /dev/sdc1 /mnt
mount: /dev/sdc1 is not a valid block device
[root@saturn dev]# lsmod

BTW,

[root@saturn dev]# ls -l /dev/sd*
brw-r-----  1 root disk  8,   0 Jun 26 09:14 /dev/sda
brw-r-----  1 root disk  8,   1 Jun 26 09:14 /dev/sda1
brw-r-----  1 root disk  8,  10 Jun 26 09:14 /dev/sda10
brw-r-----  1 root disk  8,  11 Jun 26 09:14 /dev/sda11
brw-r-----  1 root disk  8,   2 Jun 26 09:14 /dev/sda2
brw-r-----  1 root disk  8,   3 Jun 26 09:14 /dev/sda3
brw-r-----  1 root disk  8,   4 Jun 26 09:14 /dev/sda4
brw-r-----  1 root disk  8,   5 Jun 26 09:14 /dev/sda5
brw-r-----  1 root disk  8,   6 Jun 26 09:14 /dev/sda6
brw-r-----  1 root disk  8,   7 Jun 26 09:14 /dev/sda7
brw-r-----  1 root disk  8,   8 Jun 26 09:14 /dev/sda8
brw-r-----  1 root disk  8,   9 Jun 26 09:14 /dev/sda9
brw-r-----  1 root disk  8,  16 Jun 26 09:14 /dev/sdb
brw-r-----  1 root disk  8,  17 Jun 26 09:14 /dev/sdb1
brw-r-----  1 root disk  8,  32 Aug 13 18:12 /dev/sdc
brw-r-----  1 root disk  8,  33 Aug 13 18:12 /dev/sdc1
brw-r-----  1 root disk  8,  42 Aug 13 18:12 /dev/sdc10
brw-r-----  1 root disk  8,  43 Aug 13 18:12 /dev/sdc11
brw-r-----  1 root disk  8,  44 Aug 13 18:12 /dev/sdc12
brw-r-----  1 root disk  8,  45 Aug 13 18:12 /dev/sdc13
brw-r-----  1 root disk  8,  46 Aug 13 18:12 /dev/sdc14
brw-r-----  1 root disk  8,  47 Aug 13 18:12 /dev/sdc15
brw-r-----  1 root disk  8,  34 Aug 13 18:12 /dev/sdc2
brw-r-----  1 root disk  8,  35 Aug 13 18:12 /dev/sdc3
brw-r-----  1 root disk  8,  36 Aug 13 18:12 /dev/sdc4
brw-r-----  1 root disk  8,  37 Aug 13 18:12 /dev/sdc5
brw-r-----  1 root disk  8,  38 Aug 13 18:12 /dev/sdc6
brw-r-----  1 root disk  8,  39 Aug 13 18:12 /dev/sdc7
brw-r-----  1 root disk  8,  40 Aug 13 18:12 /dev/sdc8
brw-r-----  1 root disk  8,  41 Aug 13 18:12 /dev/sdc9

Can someone *PLEASE* tell me what to do? :-(


--
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux