OK Guys
I've had a pi3 for a little while and finally got it to mount my NAS music folder (more luck than judgement) BUT now I've upgraded to the pi4 and what worked before doesn't work now.... here's my current issue:
If I type in a terminal:
sudo mount -t cifs -o username=admin,password=XXXXX,vers=1.0 //192.168.1.50/Volume1/music /home/pi/NAS325/music
and
sudo mount -a
OK! No problems, files there, playable by VLC - great!
But if instead I add the following to /etc/fstab:
//192.168.1.50/Volume1/music /home/pi/NAS325/music -t cifs -o username=admin,password=XXXXX,vers=1.0,x-systemd=automount default 0 0
and
sudo mount -a
I get:
mount: /etc/fstab: parse error at line 7 -- ignored
I've tried cat to look for wrong characters, spelling, even copy/paste through libreoffice - for the life of me (and what remains of my hair) I can't see the problem - how stupid am i being? (It's a Zyxel NSA325 box - needs cifs ver 1?)
Help and thanks
Ken