I am trying to permanently mount a NAS drive to my raspberry pi (running debian) by adding a line to the file
/etc/fstab
the line is like this:
//192.168.a.real ip/photo/PhotoFrame /home/pi/NAS/photo/PhotoFrame cifs username=jeremy,password=my-real-password,workgroup=WORKGROUP,vers=1.0,users,auto,sec=ntlm,user_xattr 0 0
This gives me the error:
pi@raspberrypi:~ $ sudo mount -a
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)