Hi,
I had a Samba share set-up on a PI3B+ and I have just bought a PI4 and transferred the USB drive and then setup Samba in theory the same. I can view all the files on the USB drive, I can also pen them (pictures) but I can't change or add anything.
smb.conf:
[public]
comment = public storage
path = /media/pi/Data/Backup
valid users = pi
force group = pi
create mask = 0775
directory mask = 0775
read only = no
writeable = yes
changing workgroup to match Win 10 machine made no difference
ls -l:
total 4
drwxrwx--- 1 pi pi 4096 May 27 19:36 Pictures
drwx------ 1 pi pi 0 May 26 17:52 'Pictures - Archive'
pi@raspberrypi:/media/pi/Data/Backup $
I have tried lots of settings, but have obviously messed something up.