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.

Share log is an implied array-only share

Featured Replies

Hi All,

 

New UnRAID user getting used to how everything works. My array is up and running with several Docker containers for media. Current setup is a 5 disk array (1 parity, 4 storage) with a 1 TB NVMe cache drive under UnRAID 7.0.1.

 

The Fix Common Problems utility is reporting the following message, but I am unable to locate a setting for the "log" share, as it is not visible via the WebUI.

 

"Share log is an implied array-only share, but files / folders exist on the cache"

 

Attaching a screenshot of the visible shares and their current settings. I am open to any feedback on how things are currently configured, as I said I'm getting used to the system and probably making common mistakes.

 

I appreciate any assistance/guidance you are able to provide.

 

Thank you.

2025-04-24_17h32_07.png

What do you get from command line with this?

ls -lah /mnt/user

 

  • Author
:~# ls -lah /mnt/user
total 28K
drwxrwxrwx 1 nobody users  45 Apr 24 21:25 ./
drwxr-xr-x 9 root   root  180 Apr 24 21:13 ../
drwxrwxr-x 1 nobody users 126 Apr 12 20:33 appdata/
drwxrwxr-x 1 nobody users  48 Apr 18 16:37 binhex-flaresolverr/
drwxrwxr-x 1 nobody users  86 Apr 12 17:20 binhex-jellyfin/
drwxrwxr-x 1 nobody users  70 Apr 24 21:13 binhex-nzbget/
drwxrwxr-x 1 nobody users 242 Apr 25 00:40 binhex-radarr/
drwxrwxr-x 1 nobody users 232 Apr 25 01:03 binhex-sonarr/
drwxrwxrwx 1 nobody users 112 Apr 19 22:28 config/
drwxrwxrwx 1 nobody users  26 Apr 19 22:32 data/
drwxr-xr-x 1 nobody users 168 Apr 24 21:25 jellyfin/
drwxr-xr-x 1 root   root    0 Apr 21 16:50 log/
drwxrwxrwx 1 nobody users   0 Apr 19 22:28 metadata/
drwxrwxrwx 1 nobody users  28 Apr 19 22:28 plugins/
drwxrwxrwx 1 nobody users  29 Apr 19 22:28 root/
drwxrwxrwx 1 nobody users  12 Apr 12 05:09 system/

 

Based on this, seems like it may be a permissions issue for the log share, should it also be nobody:users perhaps?

Do

chmod 777 /mnt/user/log
chown nobody:users /mnt/user/log

 

How did you create that folder? Any container host paths like that?

  • Author

Permissions have been adjusted.

 

I have no idea how that folder was created, it wasn't intentional and none of the container paths reference anything containing "log". The folder itself does not contain any files. I suppose I wrongly assumed it was part of a default UnRAID configuration.

  • Author

Syslog server is disabled and Appdata Backup hasn't been configured/used at all. Installation is just shy of two weeks old.

  • Author

The warning is still present, notably the "Log Settings" button goes nowhere and reloads the /Settings/FixProblems page.

2025-04-24_21h38_18.png

  • Author

Looks like that share is on the cache drive as indicated by the warning:

 

:~# df -h /mnt/user/log/
Filesystem      Size  Used Avail Use% Mounted on
shfs            932G  251G  680G  27% /mnt/user
:~# df -h /mnt/user/data/
Filesystem      Size  Used Avail Use% Mounted on
shfs             18T  3.3T   15T  19% /mnt/user

 

A lot of your user shares appear to be folders that I would expect to be under appdata. Why did you do it like that?

Are any of your container host paths /mnt/user ?

  • Author

Honestly, attempting to follow Docker guides and misunderstanding the correct way to do things. I'm well versed in Linux but am a total Docker noob. I'm not confident that any of my cache setup is valid/accurate/best practice.

Yes several are /mnt/user, see attached screenshot.

2025-04-24_21h53_47.png

1 minute ago, stence said:

several are /mnt/user

Those are /mnt/user/data. I was just wondering if something had access to /mnt/user so it would be able to create a log folder there.

 

All of those /config paths should really be under appdata

  • Author

So that likely requires a rebuild of the containers then? Or is it a matter of changing them, restarting the containers, then deleting the originals?

Unless you move their "appdata" under appdata, then they would be starting over.

 

25 minutes ago, stence said:

Appdata Backup hasn't been configured

Probably be difficult to configure that the way things are now.

  • Author

Ok thank you. Sounds like I'll need to do some reading and start things over in a more sane way.  "Working" isn't the same as "working properly" I suppose.

7 minutes ago, trurl said:

Unless you move their "appdata" under appdata, then they would be starting over.

Wouldn't be that hard to do. Would just require some attention to detail. Here is a basic outline:

Settings - Docker - Disable

For that first container, map /config to /mnt/cache/appdata/binhex-flaresolverr

Use Dynamix File Manager to move /mnt/cache/binhex-flaresolverr to /mnt/cache/appdata

Similar for each of the others.

  • Author

I attempted this for the first container, seemingly successfully.

I tried again for the Radarr container as it is relatively new/unused, but I think something went wrong with appdata as it did not populate any information I'd set within the container for configuration, treating it as a new setup. At first I disabled Docker as suggested, however that means I am unable to change the mapping.
 

So instead what I did was the following:

 

1.) Stop the container

2.) Use file manager to move the files to /mnt/cache/appdata/binhex-radarr/

3.) Map /config to /mnt/cache/appdata/binhex-radarr/ and apply to start the container

 

It seems like the existing appdata information was not read so I have avoided further moves for the time being.

19 hours ago, stence said:

Use file manager to move the files to /mnt/cache/appdata/binhex-radarr/

Maybe this is what you mean.

 

Move the folder /mnt/cache/binhex-radarr into the folder /mnt/cache/appdata, so that all of the binhex-radarr appdata folders and files are in /mnt/cache/appdata/binhex-radarr

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.