https://bugs.kde.org/show_bug.cgi?id=376344
madc...@atlas.cz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madc...@atlas.cz --- Comment #23 from madc...@atlas.cz --- I believe I have been seeing this too but in a somewhat different setup. There are multiple shares with different access permissions set up on the server in question. I have no problems accessing my de-facto "home" folder, I do, however, get no write access to another folder even though the permissions set by Samba and the underlying FS seem to be correct. If I either mount the share manually or try to write to in from Windows there is no problem. Here is a relevant excerpt from smb.conf: [home] # This one works path = /mnt/storage/home valid users = @ECHMET_Users browsable = yes writable = yes read only = no force create mode = 600 force directory mode = 700 create mask = 700 directory mask = 700 [everyone] # This gets no write access through KIO path = /mnt/storage/everyone valid users = @ECHMET_Users browsable = yes writable = yes read only = no force create mode = 660 force directory mode = 770 create mask = 660 directory mask = 770 force group = ECHMET_Users KF5 5.34, KDE Apps 17.04.1, up-to-date Arch Linux. Since I need this working quite badly at work, can anybody at least point me where to look in the SMB KIO source? -- You are receiving this mail because: You are the assignee for the bug.