rubiks
Posts: 32
Joined: Mon Jul 13, 2015 10:14 pm

Can't mount my harddrive (Solved)

Wed Jul 29, 2015 3:50 am

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.
Last edited by rubiks on Thu Jul 30, 2015 4:23 am, edited 1 time in total.

Dorian_WD
Posts: 4
Joined: Tue Mar 03, 2015 8:32 am

Re: Can't mount my harddrive

Wed Jul 29, 2015 6:43 am

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

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Can't mount my harddrive

Wed Jul 29, 2015 8:16 am

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.

Return to “Troubleshooting”