November 20, 20223 yr Hi guys... just starting out with Unraid and having a few issues with some docker apps. I am trying to use Syncthing and SABnzb as examples, and neither of them can access the share folders I have setup. Is there a setting I am missing to allow them to R/W into the share directories I have created. Example of the Syncthing issue is attached.
November 21, 20223 yr Your screenshot seems to show trying to write to /mnt/user, which is probably not mapped as such. The container will have path mappings, where you tell the application where to look to find the files you need it to work on. For example, if the mapping is /media on the container side, and /mnt/user on the host side, then the contents of /mnt/user will show up at /media from the containers point of view. Take a look at your containers config path mappings to determine what paths will show up inside the app.
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.