SAMBA folder not visible

Hi all,
I installed SAMBA on HA (container installation) following the guide at this URL

I don’t know why the first reboot I saw the Public folder but without the possibily to browse the content, and now after a server reboot I don’t see anything.

Configuration file is this:

[Public]
path = /usr/share/hassio
writable = yes
guest ok = yes
guest only = yes
read only = no
create mode = 0777
directory mode = 0777
force user = nobody
create mask = 0777
directory mask = 0777
force user = root
force create mode = 0777
force directory mode = 0777
hosts allow =

and I confirm that my local network is Workgroup (I use WINDOWS pc)

Many thanks
Br

Did you start smbd?

Samba logs in the standard Linux manner. What do the logs show you?

What os are you on?

rebooted, now I see the folder Public but unfortunatelly I cannot have access to it

image

I have no idea what this does, but it can’t be right.

No logs, no issue. I specifically referred to logs, why ignore people who try to help?

I tried to set force user = nobody but is not correct.

Could it be that path is wrong ? path = /usr/share/hassio

Can you please tell me where I can find the correct path?

many thanks

Still you don’t produce any logs.

That is the correct path for HA Supervised , but since you run HA Container, ou have to check your docker compose file, or your docker run command.