samba permissions?

I cant seem to delete or extract anything on a samba share. these are my settings right now. pretty much default. it kind of keeps me from organizing some things due to them being in archives sometimes.

[global]

workgroup = WORKGROUP
server string = %h server
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog only = no
syslog = 0

panic action = /usr/share/samba/panic-action %d

security = user
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes

passwd program = /usr/bin/passwd %u
passwd chat = Enter\snew\s\spassword:* %n\n Retype\snew\s\spassword:* %n\n password\supdated\ssuccessfully .
pam password change = yes
map to guest = bad user

load printers = no
printcap name = /dev/null
disable spoolss = yes

[dietpi]
comment = DietPi Share
path = /mnt/679758cc-bff6-428c-bb54-723e0ab23319
browseable = yes
create mask = 0775
directory mask = 0775
valid users = dietpi
writeable = yes
max connections = 8

Can you share following

ls -la /mnt/679758cc-bff6-428c-bb54-723e0ab23319
lsblk -o name,fstype,label,size,ro,type,mountpoint,partuuid,uuid
total 144
drwxrwxrwx    5 root   root     4096 Nov 23 20:28 .
drwxr-xr-x    7 root   root     4096 Dec  9 20:43 ..
drwx------    4 dietpi dietpi   4096 Nov 23 20:28 .Trash-1000
drwx------    2 root   root    16384 Nov 22 23:07 lost+found
drwxrwxr-x 1812 dietpi dietpi 118784 Dec  9 20:09 z
NAME FSTYPE LABEL   SIZE RO TYPE MOUNTPOINT PARTUUID                             UUID
sda               111.8G  0 disk                                                
├─sda1
│    vfat           128M  0 part /boot      0140a7f0-01                          E547-094A
└─sda2
     ext4         111.7G  0 part /          0140a7f0-02                          196af0eb-3cdf-4d16-a819-6d064fbd60ff
sdb                16.4T  0 disk                                                
└─sdb1
     ext4   zzzzz  16.4T  0 part /mnt/67975 cdfd21d4-d34c-4f88-8f3a-c42254ee2f04 679758cc-bff6-428c-bb54-723e0ab23319

At least folder z should be writable. And creating new folder should be possible as well because you have set 777 permissions for the main folder on that external disk

I just figured it out. I was just clicking around with my samba share and it told me that i dont have permission and it has to do with transmission/debian not giving it to me. any way to get transmission quit lording over permissions or is this new security? this is only happening with multi file archives in torrents that are in a folder i think. i thought it had to do with corruption but i checked using the torrent by re adding it to the client.

can you share the content of the directory you try to adjust/edit via samba?