I'm a bit of a linux novice. I have an external 1 TByte Western Digital elements hard drive. It isn't appearing in /dev/ like my usb stick does.
My setup: -
- Powered USB hub to power the hard drive (2 Amp)
- USB hub connected to the Pi
- Pi separately powered by a micro usb + usb plug (1 Amp)
if I use dmesg it shows that it has recognised the drive but timed out: -
Code: Select all
[ 16.562849] usb 1-1.2: new high speed USB device number 4 using dwc_otg
[ 16.703572] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
[ 16.720865] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 16.738899] usb 1-1.2: Product: USB 2.0 Hub
[ 16.768427] hub 1-1.2:1.0: USB hub found
[ 16.805453] hub 1-1.2:1.0: 4 ports detected
[ 17.102722] usb 1-1.2.1: new high speed USB device number 5 using dwc_otg
[ 17.243323] usb 1-1.2.1: New USB device found, idVendor=1a40, idProduct=0101
[ 17.272502] usb 1-1.2.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 17.298929] usb 1-1.2.1: Product: USB 2.0 Hub
[ 17.329198] hub 1-1.2.1:1.0: USB hub found
[ 17.362869] hub 1-1.2.1:1.0: 4 ports detected
[ 17.672725] usb 1-1.2.1.4: new high speed USB device number 6 using dwc_otg
[ 17.794020] usb 1-1.2.1.4: New USB device found, idVendor=1058, idProduct=1042
[ 17.822586] usb 1-1.2.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 17.870440] usb 1-1.2.1.4: Product: Elements 1042
[ 17.892525] usb 1-1.2.1.4: Manufacturer: Western Digital
[ 17.912515] usb 1-1.2.1.4: SerialNumber: 57584E314335324E35313833
[ 17.958952] scsi0 : usb-storage 1-1.2.1.4:1.0
[ 18.993652] scsi 0:0:0:0: Direct-Access WD Elements 1042 1007 PQ: 0 ANSI: 6
[ 19.039430] sd 0:0:0:0: [sda] Spinning up disk....
[ 20.626139] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 21.072509] ....
[ 24.865578] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SS
[ 25.112454] ....................
[ 45.181074] EXT4-fs (mmcblk0p3): mounting ext3 file system using the ext4 subsystem
[ 45.197326] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 45.312770] .....................
[ 245.537937] sd 0:0:0:0: timing out command, waited 180s
[ 425.551141] sd 0:0:0:0: timing out command, waited 180s
All the best,
Ash