Unraid OS 7.1.2 I noticed recently that the Mover Tuning plugin wasn't respecting my split level configuration for my shares. After diving deeper into the issue, it seems to be that the user0 path for writing directly to the array doesn't respect split levels or excluded disks from my testing. I created a share called Test, and made a directory and file on disk1 and set its split level to manual. When I create a new file via /mnt/user/Test/test.txt the file is put onto disk1, as expected. But when creating a file via /mnt/user0/Test/test.txt its put onto disk6, which is also an excluded disk. I'm not sure if this is intended behavior, so I'm looking to see if anyone else has the same sort of experience or if this is known to be correct?