Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: NAS (Syncology) not able to mount properly
#7
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.

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
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: NAS (Syncology) not able to mount properly - by Tim Curtis - 02-19-2019, 02:21 PM

Forum Jump: