02-19-2019, 02:21 PM
Unfortunately the errors from the mount process are almost totally useless.
The only way to troubleshoot a failed mount is to fiddle with the mount parameters from the cmd line but even this is no guarantee that you will land on the right combination.
In any case here are the cmds for your mount string based on your screen shot.
The only way to troubleshoot a failed mount is to fiddle with the mount parameters from the cmd line but even this is no guarantee that you will land on the right combination.
In any case here are the cmds for your mount string based on your screen shot.
Code:
mkdir ./tmp
sudo mount -t cifs "//NAS/Hi-Res Music" -o username=guest,password='',rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "./tmp"
After testing remove the mount and temp dir
sudo umount ./tmp
sudo rmdir ./tmp