Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rclone mount permissions

Featured Replies

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. 

 

 

rclone settings.jpg

unraid ui.jpg

Edited by Subby28

  • 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...

image.thumb.png.bc866388ff1e13a1fdbaaa09ef84516b.png

 

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.