How to connect to synology NAS with SMB1 disabled

  • Hello,

    How to connect to a share on synology NAS which has minimum protocol set to SMB2?

    Libreelec is latest, just installed, DSM on synology is also latest as for today. With SMB1 enabled in otherwise the same configuration connection works OK.

    foormanek

  • If you don't need SMB, I would completely drop that and use NFS instead.

    I know, that's not an answer for your question, but it will help.

  • Kodi only supports SMB1 at the moment, so in order to use SMB2 you will need to mount using the kernel cifs driver. This can be done using mount in autostart.sh or a systemd service unit.

    You'll need to specify "cifs" filesystem and "vers=2.0" option.