May 16, 20251 yr Hi, Can anyone help with a permission issue with an rclone mount? I'm using the GUI - and I think i'm missing something. I am unable to access the mount from any dockers. Just says permission denied. I can access the mount fine from the unRAID UI. "group" and "other" are showing read only. I thought the only setting i had to alter in the rclone gui was "allow other", but no dice. Any help would be much appreciated. Edited May 16, 20251 yr by Subby28
May 17, 20251 yr Community Expert this seems more like a remote source issue and how they connect. ?nfs samba? how does the remote connect to the kopia share? share permission are different then file permission and can both afect each other... if using samba you may need to disable the web UI share tab and use the extra smb option to manul set the share using addational smb options that set file permission and or force the read write user for the kopia share... example smb config for share only that can be pasted into the samba extra configurations [kopia-rsync] path = /mnt/user/kopia-rsync comment = Rsync share for Kopia backup browseable = yes guest ok = yes public = yes writeable = yes force user = root force group = root create mask = 0777 directory mask = 0777 case sensitive = auto preserve case = yes short preserve case = yes vfs objects = catia fruit streams_xattr fruit:encoding = native this will make share kopia-rsync and see share settings to 777 and user to root samba will then read write to the path (which should be you /mnt/disk/kopia path....) rclone works with sftp. you can easily enable that on unraid or install a sftp docker like sftp-fail2ban using sftp as the way to connect from host to remote sahre... Otherwise I'm reading this backwards and you have unraid unassigned disk connected to a share, in which case these issue still the same how are yo connecting to the remote machine. and fixing the file permission and share permission...
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.