Samba does not transfer files

I am not able to transfer files. Displays this warning.

Service pid machine Connected at
Meus docs 6537 macbook-pro Fri Jul 17 15:58:27 2020

Locked files:
Pid Uid DenyMode Access R/W Oplock SharePath Name Time
6537 1002 DENY_NONE 0x100081 RDONLY NONE /mnt/hd_ext . Fri Jul 17 15:58:30 2020

The folder is configured like this

[Meus docs]
path = /mnt/hd_ext
browseable = yes
writeable = yes
create mask = 0777
directory mask = 0777
public = yes
force user = rgnldo
valid users = rgnldo

Mode security: user
Map quest: bad password

Did you add user rgnldo per the wiki page? … https://wiki.ipfire.org/addons/samba/config

Suricata was preventing traffic to my Macbook IP.
I added the IP. It works now.

Just setting in the web interface. But it doesn’t. You need to give permission in the HD mounting folder.

chmod -R 777 /mnt/hd_ext

The ipfire option writeable = yes and scripts were enough to solve. But it doesn’t

options:

[Docs]
comment = rgnldo´s docs in Seagate Expansion
path = /mnt/hd_ext/docs
dos filetimes = yes
fake directory create times = yes
valid users = rgnldo
invalid users =
read list = rgnldo
write list = rgnldo

Work now