Try this, I got my first Rpi this week and puzzled over this too - but got it to reliably mount a Mac-Mini folder on startup when I remembered to configure it to "Wait for Network". Extra line in fstab is: //192.168.X.XX/pi/Public /home/pi/MacDrive cifs defaults,uid=pi,gid=pi,user=pi,password=raspbe...