I want to mount my external HDD, but my Raspberry Pi can't recognize anything.
I loaded usb-storage
with modprobe
, but if I insert the HDD into the USB port, nothing changes. I can't see any changes neither in the lsusb -l
, nor in dmesg
, nor in /var/log/everything.log
. If I insert my mouse or keyboard, or USB hub, I can see that the system recognizes it, but if I insert the HDD I can't see anything. Like nothing happened.
What should I do to mount my external HDD?
I've tried it with two different HDDs; neither worked.
fdisk -l
say? – ArchHaskeller Aug 02 '12 at 18:51dmesg
? – Thorbjørn Ravn Andersen Aug 12 '12 at 09:25