You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: