12-17-2018, 09:36 PM
@Paul1
Notice these lines in your log?
They suggest a mismatch in protocol levels between your NAS and your moOde player.
Here's a piece I extracted from a stackexchange post (https://unix.stackexchange.com/questions...-supported
You may have to experiment with the protocol level you specify in the NAS Config panel. Possible values include
(Apparently, the latest version 3.1.1 was introduced with Windows 10.)
I have no idea what values the Synology DSM O/S accepts. Their documentation is lacking in technical details.
Regards,
Kent
Notice these lines in your log?
Code:
20181217 213954 wrk_sourcemount(): sysoutput=(mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs))
20181217 213954 wrk_sourcemount(): Mount error: (mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs))
They suggest a mismatch in protocol levels between your NAS and your moOde player.
Here's a piece I extracted from a stackexchange post (https://unix.stackexchange.com/questions...-supported
Quote:There are several different mount error messages which can be traced back to mismatched protocol level. A non-exhaustive list (feel free to edit answer and add more):
mount error(13): Permission denied
mount error(95): Operation not supported
mount error(121): Remote I/O error
You may have to experiment with the protocol level you specify in the NAS Config panel. Possible values include
Code:
vers=1.0
vers=2.0
vers=2.1
vers=3.0
vers=3.0.2
vers=3.1.1
(Apparently, the latest version 3.1.1 was introduced with Windows 10.)
I have no idea what values the Synology DSM O/S accepts. Their documentation is lacking in technical details.
Regards,
Kent