Score:0

can't write to dockerized samba server share from windows 10 machine

my flag

Hi so I am in the process of setting up a dockerized samba server and for the most part it's setup however I can't/don't have permission to write to the server from a windows 10 machine. I tried changing permissions on the directories but it seems docker doesnt really like that because as soon as I do the permissions/owners, basically all the info about the permissions of the files becomes corrupt and I can no longer access that share. ls -la just shows -????????? ? ? even for . and ... Any ideas what I'm doing wrong here?

smb.conf

[global]
  workgroup = WORKGROUP
  server string = Home File Storage
  server role = standalone server
  security = user
  map to guest = Bad User
  max log size = 50
  encrypt passwords = yes
  server services = -dns, -nbt
  disable netbios = yes
  smb ports = 445
  load printers = no
  # log level = 2
  hosts allow = 192.168.1. 172.16.0. 127.0.0.1
  # interfaces =  # in case we use --net=host

[Shared]
  comment = Share storage
  path = /Public
  public = yes
  writeable = yes
  browsable = yes
  only guest = yes

[ArthurStorage]
  comment = Personal Storage
  path = /Private
  valid users = Me
  public = no
  writable = yes
  browsable = yes
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.