My external 2TB drive just failed.
It was mounted over USB, but I can't get it recognised enough to run fsck on it.
I'm watching /var/log/messages when I plug it in and it just seems to be doing this:
syslog
Any ideas what I can do to get at it to run some repair utils on it?
I tried fsck /dev/sdb1 (internal drive is sda1) but No such file or directory while trying to open /dev/sdb1
Nothing sees the drive.
It was mounted over USB, but I can't get it recognised enough to run fsck on it.
I'm watching /var/log/messages when I plug it in and it just seems to be doing this:
Code:
Nov 8 00:06:56 localhost kernel: [ 140.870191] usb 1-5.1: new high speed USB device using ehci_hcd and address 12 Nov 8 00:07:24 localhost kernel: [ 168.770207] usb 1-5.1: new high speed USB device using ehci_hcd and address 13 Nov 8 00:07:52 localhost kernel: [ 196.950209] usb 1-5.1: new high speed USB device using ehci_hcd and address 14 Nov 8 00:08:20 localhost kernel: [ 224.840201] usb 1-5.1: new high speed USB device using ehci_hcd and address 15 Nov 8 00:08:48 localhost kernel: [ 252.740182] usb 1-5.1: new high speed USB device using ehci_hcd and address 16 Nov 8 00:09:16 localhost kernel: [ 280.650206] usb 1-5.1: new high speed USB device using ehci_hcd and address 17 Nov 8 00:09:44 localhost kernel: [ 308.800205] usb 1-5.1: new high speed USB device using ehci_hcd and address 18 Nov 8 00:10:12 localhost kernel: [ 336.710212] usb 1-5.1: new high speed USB device using ehci_hcd and address 19 Nov 8 00:10:40 localhost kernel: [ 364.610237] usb 1-5.1: new high speed USB device using ehci_hcd and address 20 Nov 8 00:11:08 localhost kernel: [ 392.520223] usb 1-5.1: new high speed USB device using ehci_hcd and address 21
Code:
[/Nov 8 00:17:45 localhost kernel: [ 790.080283] usb 1-5.1: new high speed USB device using ehci_hcd and address 36 Nov 8 00:17:46 localhost kernel: [ 790.660512] hub 1-5:1.0: unable to enumerate USB device on port 1 Nov 8 00:17:46 localhost kernel: [ 790.900281] usb 1-5.1: new high speed USB device using ehci_hcd and address 37 Nov 8 00:18:01 localhost kernel: [ 805.980275] usb 1-5.1: device descriptor read/64, error -110 Nov 8 00:18:14 localhost kernel: [ 818.620530] hub 1-5:1.0: unable to enumerate USB device on port 1 Nov 8 00:18:14 localhost kernel: [ 818.860275] usb 1-5.1: new high speed USB device using ehci_hcd and address 38 Nov 8 00:18:29 localhost kernel: [ 833.940284] usb 1-5.1: device descriptor read/64, error -110 Nov 8 00:18:42 localhost kernel: [ 846.591752] hub 1-5:1.0: unable to enumerate USB device on port 1 Nov 8 00:18:42 localhost kernel: [ 846.830120] usb 1-5.1: new high speed USB device using ehci_hcd and address 39 Nov 8 00:18:57 localhost kernel: [ 861.910297] usb 1-5.1: device descriptor read/64, error -110
I tried fsck /dev/sdb1 (internal drive is sda1) but No such file or directory while trying to open /dev/sdb1
Nothing sees the drive.
Comment