04-04-2019, 08:50 PM
(04-03-2019, 09:08 PM)Tim Curtis Wrote:(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
Thanks Tim
I did try to run the commands but I was still not able to mount my NAS. I have double checked username and password and user authentication at ny NAS settings. everthing should be fine there as well. Here is result form terminal:
Code:
pi@moode:~ $ 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"
mount error: could not resolve address for NAS540: Unknown error
pi@moode:~ $ sudo mount -t cifs "smb://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"
Mounting cifs URL not implemented yet. Attempt to mount smb://NAS540/music
pi@moode:~ $ sudo umount /mnt/NAS/NAS540
umount: /mnt/NAS/NAS540: not mounted
Does that look any diffrent or maybe I ma not doing it right...