August 13, 2025Aug 13 I am facing issues when moving files between MacOS and Unraid, trying to dig into this.So usual issue is that I move file from Unraid to Mac but I receive a message telling me that the file could not be deleted.I go to settings, Run permission tool and then it is fixed.Any option to run this through a batch scheduling or something similra please ?Thnaks.
August 13, 2025Aug 13 How are you creating the files on the Unraid server. You probably want to fix the permissions issue at that level when the file is first created rather than doing it afterwards.
August 13, 2025Aug 13 7 hours ago, PAK888 said:So usual issue is that I move file from Unraid to Mac but I receive a message telling me that the file could not be deleted.The file(s) probably have read-only permissions at the Linux file level. (Read-only = copy) Many Docker and Linux VM hve file generation masks of -rw-r--r-- amd Unraid requires -rw-rw-rw- to work properly.
August 14, 2025Aug 14 Author 21 hours ago, Frank1940 said:The file(s) probably have read-only permissions at the Linux file level. (Read-only = copy) Many Docker and Linux VM hve file generation masks of -rw-r--r-- amd Unraid requires -rw-rw-rw- to work properly.Thanks for the explanations. How can I fix that please ? Is it in the docker config, but no idea which parameter to set.
August 14, 2025Aug 14 53 minutes ago, PAK888 said:Thanks for the explanations. How can I fix that please ? Is it in the docker config, but no idea which parameter to set.It will be something to do with the configuration of the docker container that is creating the files. You should ask in the support thread for that container how to get the permissions correct as it can vary for different containers but is typically something around setting UMASK.
August 14, 2025Aug 14 2 hours ago, PAK888 said:Thanks for the explanations. How can I fix that please ? Is it in the docker config, but no idea which parameter to set.You might want to read this post. It provides information about the Docker container setup that that works for Unraid: https://forums.unraid.net/topic/188600-share-permissions-changed-to-owner-99/#comment-1540351If they don't exist, you might have to create them. When you are editing the container, be sure that you open up the 'Show more .... ' at the bottom of the page.Hope this helps...
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.