Hi, did you somehow handle it? I have the same probleme. I get always this:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I typed this into the command line:
sudo mount -t cifs -o username=username,password=password,sec=ntlmv2 //192.168.0.101/config /home/ortin/hass_config
From Windows, ChromeOS and Android I am able to access, but not from an other ubuntu server maschine.
The log of the Samba Add-on shows:
{"timestamp": "2021-06-25T12:25:43.741313+0000", "type": "Authentication", "Authentication": {"version": {"major": 1, "minor": 2}, "eventId": 4625, "logonId": "0", "logonType": 3, "status": "NT_STATUS_NO_SUCH_USER", "localAddress": "ipv4:192.168.0.101:445", "remoteAddress": "ipv4:192.168.0.120:54448", "serviceDescription": "SMB2", "authDescription": null, "clientDomain": "", "clientAccount": "homeasstistant", "workstation": "", "becameAccount": null, "becameDomain": null, "becameSid": null, "mappedAccount": "homeasstistant", "mappedDomain": "", "netlogonComputer": null, "netlogonTrustAccount": null, "netlogonNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, "netlogonTrustAccountSid": null, "passwordType": "NTLMv2", "duration": 3058}}
Could this be the reason: NT_STATUS_NO_SUCH_USER?
I am running the version 9.5.1 of the Add-on.