Hi guys,
I have a RPi B+ 8gig microSD Raspbarian sept 2014.
I want to connect to a samba nas drive and I have the correct line in fstab. (I think).
//10.0.0.1/fritz.nas/ /home/pi/share cifs credentials=/home/pi/.naam,auto,uid=1000,gid=1000 0 0
The file /home/pi/.naam has user and password and domain in it.
But every boot, I have to do "mount -a " and only then the drive gets mounted. How to get it mount during boot?
Thx in advance, Pitmaster