May 26, 20251 yr Hello,I would like to check how to fix following issue:Each time when the Torrent download (Transmission Docker) is finished (new folder created in Shared folder) seems like the folder do NOT have right permission, so if I want to do something via Windows / SMB , I get error that unable to move/create folder.So I need to go into:Tools - New Permissions and select either all or the affected Disk1 or 2After is fine again.But it just drives me nuts , that i need to do it manually each time.Please is there any way how to fix it?Thanks!Processing: /mnt/disk1 ... chown -R nobody:users ... chmod -R go-rwx,u-x,go+u ... find -type d -exec chmod 777 {} \; ... sync Processing: /mnt/disk2 ... chown -R nobody:users ... chmod -R go-rwx,u-x,go+u ... find -type d -exec chmod 777 {} \;
May 26, 20251 yr Community Expert Solution 13 minutes ago, killeriq said:Tools - New PermissionsBe sure you don't run New Permissions on appdata.14 minutes ago, killeriq said:how to fix it?Edit settings.json in your transmission appdata and set the umask to 000
May 26, 20251 yr Community Expert See here: https://forums.unraid.net/topic/188600-share-permissions-changed-to-owner-99/#comment-1540351
May 26, 20251 yr Author Thanks...changed UMASK to 000, was 022 (or similar...). Will see if helps.I picked ALL in hereThanks for quick help!
May 26, 20251 yr Community Expert 1 hour ago, killeriq said:Thanks...changed UMASK to 000, was 022 (or similar...). Will see if helps.I picked ALL in hereThanks for quick help!Actually, you wanted to run it on Shares, Not Disks!And not on the appdata share! Pick the other shares that need fixing.
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.