samba icon indicating copy to clipboard operation
samba copied to clipboard

Not accessible

Open hawk223 opened this issue 2 years ago • 0 comments

No shares are accessible or visible. If I enter \IP I get and open folder dialog and it says \IP is not accessible. You might not have permission to use this network resource......

If I enter \IP\Sharefolder I get Windows cannot access \IP\Sharefolder.

Logs says the user was created and the share was created. I can use bash and see the files are accessible in the container.

created using

docker run -d -p 139:139 -p 445:445 --hostname aaa
-e TZ=xxx --name samba
-v /data01:/opt elswork/samba
-u "1000:1000:noob:noob:password"
-s "Sharefolder:/opt:rw:noob"

I've done both sudo chown -R 1000:1000 data01/ sudo chmod -R 777 data01/

But I should see the folder at least even if I can't access it.

hawk223 avatar Mar 21 '22 15:03 hawk223