I am very new to any sort of linux and just started to use raspberry pi 2 running on raspbian. I just attached my WD Passport Ultra through USB port, which is powered by rpi itself.
with command sudo fdsik -l, i am able to see
/dev/sda
and
/dev/sda1
parts of the hdd and when i try to mount it manually it works but the problem just arises when i try to modify /etc/fstab file. Due to fact that the hdd is in ntfs format i already installed ntfs-3g to and modified
/etc/fstab
like this;
/dev/sda1 /home/wd ntfs-3g defaults 0 0
after rebooting, hdd is not mounted to the path at boot.
Can anyone help me understand what the problem can be?
Move your data, reformat as ext4, move your data back."
– rob Feb 20 '15 at 20:17