Can not mount samba LibreELEC's shares on linux boxes

  • LibreELEC installation has few samba shares. While all this shares are readable for windows boxes, I can not mount shares to linux boxes

    I am trying

    mount -t cifs "//http://tv.lan/Media" -o vers=3\.0 /tmp/tv

    or

    mount -t cifs "//http://tv.lan/Media" /tmp/tv

    but receives the same error

    mount error(95): Operation not supported

    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

    dmesg tells

    Status code returned 0xc00000bb STATUS_NOT_SUPPORTED

    or, when I dont specify smb version

    [410003.990784] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.

    LibreELEC (official): 9.0.2 (RPi2.arm)