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.

Docker mounts for shares with exclusive access

Featured Replies

I've enabled the exclusive shares option to bypass FUSE on a few of my shares, and now I'm having issues with directory mounts in a few docker containers. This makes sense since the exclusive shares use symlinks (ex. /mnt/user/appdata -> /mnt/cache/appdata). What's the best way to handle this? I fixed a few containers by mapping the appdata directory in /mnt/cache instead of /mnt/user, but I think it would be better to still be able to use '/mnt/user' for all paths.

Solved by Kilrah

  • Community Expert
2 minutes ago, D3r3k23 said:

having issues

What sort of issues? My appdata is an exclusive share but I still use /mnt/user/appdata for my containers.

  • Author
12 minutes ago, trurl said:

What sort of issues? My appdata is an exclusive share but I still use /mnt/user/appdata for my containers.

I don't understand exactly. But it looks like the appdata share is still working. For example in my code-server container, /config is mounted to /mnt/user/appdata/code-server/config. I had the array mounted as /array -> /mnt/user, then accessed files in shares through /array/<SHARE>.I don't understand symlinks and docker mounts very well, but maybe that means mounting the share directly (/mnt/user/appdata) works when it's a symlink, but my previous method of only mounting /mnt/user doesn't?

Edited by D3r3k23

  • Community Expert
  • Solution
17 minutes ago, D3r3k23 said:

but my previous method of only mounting /mnt/user doesn't?

This.

Never recommended to pass the entirety of /mnt/user to any container anyway as it gives it the ability to wipe your entire server, only pass what you need, do multiple mounts if needed...

Edited by Kilrah

  • Author
10 minutes ago, Kilrah said:

This.

Never recommended to pass the entirety of /mnt/user to any container anyway as it gives it the ability to wipe your entire server, only pass what you need, do multiple mounts if needed...

Great, that's easy to fix then. Thanks!

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.