Skip to content

Not accessible #30

@hawk223

Description

@hawk223

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions