01-14-2021, 10:50 PM
Hi, not sure if this is a lack of a feature or a bug. When mounting a Samba share, Moode issues the following command:
mount -t cifs "//<NAS_HOST>/volume2/Music" -o username="blah",password="blah",rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/MY_NAS_SMBSHARE"
My Synology DS216+II is configured to support a MIN of v2 and max of v3. It took me awhile to figure out that I had to use SSH and commandline to mount the share if I did not want to downgrade to v1.
I found that the moode.log and other logs did not contain any errors... however it definitely does not work.
Assuming I'm correct about this, I would think a lot of users are getting stuck here and abandoning the effort. Ideally moode/linux would automatically figure out the right version OR the UI would ask the user which version to use.
Thanks!
mount -t cifs "//192.168.1.114/volume2/Music" -o username="admin",password="jmm0079",rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/MCTBOXSMB"
mount -t cifs "//192.168.1.114/volume2/Music" -o username="admin",password="jmm0079",rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/MCTBOXSMB"
mount -t cifs "//<NAS_HOST>/volume2/Music" -o username="blah",password="blah",rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/MY_NAS_SMBSHARE"
My Synology DS216+II is configured to support a MIN of v2 and max of v3. It took me awhile to figure out that I had to use SSH and commandline to mount the share if I did not want to downgrade to v1.
I found that the moode.log and other logs did not contain any errors... however it definitely does not work.
Assuming I'm correct about this, I would think a lot of users are getting stuck here and abandoning the effort. Ideally moode/linux would automatically figure out the right version OR the UI would ask the user which version to use.
Thanks!
mount -t cifs "//192.168.1.114/volume2/Music" -o username="admin",password="jmm0079",rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/MCTBOXSMB"
mount -t cifs "//192.168.1.114/volume2/Music" -o username="admin",password="jmm0079",rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/MCTBOXSMB"