04-03-2019, 09:08 PM
(04-03-2019, 08:47 PM)miklau Wrote:(04-03-2019, 08:36 PM)Tim Curtis Wrote: Looks ok.
What were the entries on the NAS Source screen?
Host/share
Userid
Password *****
Name
I also tried with "Guest" and no password. Stil the same error.
The challenge is that the errors reported by the mount command are almost useless.
I'd suggest trying the mount manually
Code:
mkdir /mnt/NAS/NAS540
sudo mount -t cifs "//NAS540/music" -o username="admin",password="**********",rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/NAS540"
sudo umount /mnt/NAS/NAS540
sudo rmdir /mnt/NAS/NAS540