Access to folders through Samba Share

Hi all,

Hoping you can tell me what I’m doing wring… My Hassio 2021 version is running on a Raspberry PI.

I’m trying to access HA through Samba Share on Windows 10. But getting the following error:
image
“A specified logon session does not exist. It may already have been terminated.”

This is the log returned in Samba Share:

Processing section "[config]"
Processing section "[addons]"
Processing section "[ssl]"
Processing section "[share]"
Processing section "[backup]"
Processing section "[media]"
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
create_connection_session_info: guest user (from session setup) not permitted to access this share (backup)
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
Registered MSG_REQ_POOL_USAGE

My Samba Share config:

username: hassio
password: <secret>
workgroup: WORKGROUP
compatibility_mode: false
veto_files:
  - ._*
  - .DS_Store
  - Thumbs.db
  - icon?
  - .Trashes
allow_hosts:
  - 10.0.0.0/8
  - 172.16.0.0/12
  - 192.168.0.0/16
  - 192.168.1.0/16
  - 192.168.1.15
interface: ""

Does it work from something other than a Windows PC - or at least from a different windows PC?

Ah err… very good suggestion. Turns out it works fine from another machine. There must be some sort of restriction on the original PC. thanks so much for the suggestion.