Jump to content

File permissions in a share used by Deluge Docker


Go to solution Solved by Frank1940,

Recommended Posts

Posted

Hi
I have a Deluge Docker that downloads in a folder named torrent. When I want to move or delete a file in that folder it says I don't have permissions. When I go to tools and run new permissions on that share, I can do whatever I want with the files. How can I config Docker or Deluge or whatever so I have those rights from the get go?

Thanks for the help

 

  • Solution
Posted

Look in the settings for the Docker and see if there are container variables named   PUID   (set to 99) and   PGID   (set to 100)  

 

If there is a UMASK container variable set it to  000  or   0000  (the number  zero...)  

 

One more thing.  If this does not work, you should be posting the problem in the Support thread for the particular Docker container that you are using.  (There can  be problems with containers that are not specifically intended for use with Unraid if they write directly to the array...) 

 

You can also look at the permissions of a file that you have permission issues with the following command (Run the GUI Terminal):

ls -al  /mnt/user/{remainder-of-path-to-the-file-with-issue}

 

You can take a screen shot of the output to post up if you have question...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...