April 13, 20251 yr Hi I have configured this share: When I try to access it from a Kubuntu VM running on Unraid I can only read. As soon as I try to create/move/delete folders/files Dolphin complains with "Access denied". I get the same result using smbclient. I also get the same result when changing the share to secure and then connect with the same username that has read/write rights and Dolphin also never asks for credentials. However as soon as I mount the share within the VM with mount -t cifs -o credentials=/home/tom/credentials/samba.txt,uid=tom,gid=tom,_netdev //tower.home/downloads /home/tom/downloads/ I have full access. What am I doing wrong? I don't want to mount all my shares across all the different VMs. Edited April 13, 20251 yr by Tom082
April 13, 20251 yr Author What is going on here? If I check with Dolphin I see this: How is this possible if the share is set to public? Edited April 13, 20251 yr by Tom082
April 13, 20251 yr Community Expert SMB perms are one thing, but then the smb user also needs to have write perms to the actual folder/files at the filesystem level. Usually those need to be owned by a user in the "users" group and have group write permissions. Edited April 13, 20251 yr by Kilrah
April 13, 20251 yr Author All the files and folders on Unraid have these permissions. My understanding is that this should work.
April 13, 20251 yr Author Solution However, after running this: Permissions look like this now: Dolphin is reporting this: So it's working now. I just don't understand why. The only difference is the execute flag and still the read/write behavior has changed. Can someone please explain? Edited April 13, 20251 yr by Tom082
April 13, 20251 yr Community Expert Directory permissions in Linux are often misunderstood as most the time folks are usually more concerned about file permissions. Try reading this and see if that helps: https://www.benhansen.io/linux-directory-permissions/ One of the things which I tend to dislike about many of the file managers is that they tend to ignore the 'group'. Unraid, in any type of a secured environment, tends to use the 'group' and its permissions to access things. I do use File Managers (mostly, the built-in Dynamix one) for file Unraid management but I use the standard Linux/Unix ls command for diagnosing problems using these switches: ls -al {/path-from-root-to-resource} This will show everything you need to know...
April 13, 20251 yr Author @Frank1940 Thank you very much. I'm still a Linux Noob (started ~4 weeks ago) so I still stumble quite often and have to read up a lot of stuff. Sometimes I can't find the obvious answer and then people like you providing help in forums save my day ❤️
October 7, 2025Oct 7 On 4/13/2025 at 8:42 AM, Tom082 said:However, after running this: Permissions look like this now: Dolphin is reporting this: So it's working now. I just don't understand why. The only difference is the execute flag and still the read/write behavior has changed. Can someone please explain?ok so call me a complete moron , but where is this screen in unraid? all i have is new permissions.......
October 7, 2025Oct 7 Community Expert Click on SHARESThen look under User Shares for the share in which you wan to change the permissions on. Next click on the icon to the left of the share name. These steps are basically indicated on this screenshot:
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.