Page 1 of 1

Can't mount my harddrive (Solved)

Posted: Wed Jul 29, 2015 3:50 am
by rubiks
I try to mount my harddrive to my Rpi as a shared drive.

I can see my harddrive under
lsusb
but I can't see it under

Code: Select all

sudo fdisk -l
Please help.

My western digital is portable drive power through pi's usb and I have changed the /boot/config.txt with

Code: Select all

max_usb_current=1
Harddrive format NTFS and installed

Code: Select all

sudo apt-get install ntfs-3g
Solved: not enough power to powered the external drive.

Re: Can't mount my harddrive

Posted: Wed Jul 29, 2015 6:43 am
by Dorian_WD
Hey rubiks,

How is the hard drive formatted and can you share the exact model of the HDD as well as its capacity? You can check this topic for some ideas: viewtopic.php?f=28&t=69565

Regards,
Dorian_WD

Re: Can't mount my harddrive

Posted: Wed Jul 29, 2015 8:16 am
by rpdom
What does the lsusb show for your hard drive? It might be that the adaptor is not supported.

Also, the output from dmesg can be useful. Plug your drive in to the Pi, wait about 3-4 seconds, then do "dmesg | tail -20" then post the results of that.