I just bought a Raspberry Pi and want to start using it as a NAS. I'm fairly new to this, but I've gotten this far.
I've got an external hard drive (freshly formatted NTFS) connected with a USB cable to my Raspberry Pi and am connected through SSH terminal (I don’t have an external display to use).
Every time my Pi reboots, I have to remount the drive in order to use it.
I added this line to /etc/fstab
file:
/dev/sda1 /media/NAS ntfs-3g defaults 0 0
For as far as I understand, that’s all I need to make my Raspberry Pi auto mount my USB hard drive as soon as it reboots.
What am I doing wrong?
mount /media/NAS
manually work? What distribution are you using? – Gilles 'SO- stop being evil' May 25 '15 at 14:39