July 19, 20232 yr I've read there are maybe some performance benefits to running appdata from */mnt/cache/appdata* and bypassing the FUSE overhead. I didn't realise this when I set up my server and all my dockers are running from */mnt/user/appdata* with appdata set to cache:prefer. Cache drive is 90% free so I'm not worried about running out of space. I'm a little paranoid I'm going to break something. Plan: 1. Stop the Docker Service 2. Change *Default appdata storage location* to */mnt/cache/appdata*. Should I also change Docker Directory to something else? (eg. */mnt/cache/system/docker/docker*) 3. One by one go through the containers changing the appdata field to */mnt/cache/appdata/'container_name'* 4. Run Mover again (just to make sure) 5. Start the Docker Service Am I missing anything there? I also notice the System share has a libvirt file although I don't have any VMs. If I were to spin one up in the future, should I do something similar for that?
July 19, 20232 yr Community Expert Solution You can make the changes without stopping anything Having said that if you are on the 6.12.x releases you can get the same performance benefit without making any changes to paths by doing the following: Make sure that Permit Exclusive shares is enabled under Settings->Global Share Settings Set the pool to be primary storage with no secondary storage (equivalent to Cache Only in earlier releases) make sure that all files for the share are on the pool. You will now be able to activate Exclusive mode in the share settings. with these changes you get the same performance whether you go direct or via the User Share path.
July 20, 20232 yr Author The same nvme drive also caches for my media array. Sabnazbd downloads to it before the mover puts it on a spinning disk. Would I need separate drives to use the Exclusive Share feature?
July 20, 20232 yr Community Expert 5 hours ago, daithi said: Would I need separate drives to use the Exclusive Share feature? As far as I know the only requirement is that the share in question only exists on the pool. I have seen no mention of the pool not containing data from other shares. I think internally it is just Unraid automatically treating /mnt/user/share as if it were /mnt/pool/share bypassing the fuse layer.
July 20, 20232 yr Community Expert 7 hours ago, daithi said: Would I need separate drives to use the Exclusive Share feature? No it's a "by share" attribute, doesn't matter if there are others on the drive.
November 15, 20232 yr Many thanks to ya'll for this info. I've been trying to reduct Disk IO Wait. Based off of what i've read this is a logical step in that process. Edited November 15, 20232 yr by darthkielbasa
June 20, 20242 yr On 7/19/2023 at 8:41 AM, itimpi said: You can make the changes without stopping anything Having said that if you are on the 6.12.x releases you can get the same performance benefit without making any changes to paths by doing the following: Make sure that Permit Exclusive shares is enabled under Settings->Global Share Settings Set the pool to be primary storage with no secondary storage (equivalent to Cache Only in earlier releases) make sure that all files for the share are on the pool. You will now be able to activate Exclusive mode in the share settings. with these changes you get the same performance whether you go direct or via the User Share path. Sorry to necro this thread, but I was hoping you could elaborate on your second bullet. How would having no secondary storage improve performance? My understanding is that the mover action to secondary storage would happen in off-hours (assuming it is configured to do so). As long as the activity is occurring on the cache as primary, would you not get the performance benefits whether or not you have a secondary configured?
June 20, 20242 yr Community Expert 17 minutes ago, Rokhead said: How would having no secondary storage improve performance? The performance comes from Exclusive mode, which you can't set if you have secondary storage. Exclusive mode bypasses the need for the share to include other disks when accessing the share.
December 2, 2025Dec 2 Hello,im using this topic so i don't have to start a new one. I would like to avoid FUSE with Plex. However, as soon as i change /mnt/USER/appdata/plex to /mnt/CACHE/appdata/plex, Plex no longer starts up properly.Appdata is located on Cache only on my system.Any ideas?Regards Edited December 2, 2025Dec 2 by nzane
December 2, 2025Dec 2 Community Expert 9 hours ago, nzane said:Appdata is located on Cache only on my system.Then you should enable exclusive shares so it becomes one and FUSE is bypassed for the entire appdata share.
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.