I noticed some stuff on my cache drive that was unexpected, and decided to track it down.
First, if you have a file in a share that's cache-only, and move it to a share that's no-cache, it leaves the file on the cache directory.
e.g.
/mnt/user/Downloads == cache-only share
/mnt/user/Books == no-cache share
'move /mnt/user/Downloads/foo /mnt/user/Books/' will move
/mnt/cache/Downloads/foo to
/mnt/cache/Books/foo
By itself that wouldn't be a big deal, but it looks like the mover is specifically written to look for files in shares that are cache:yes, so it never gets around to moving those files off of the cache drive.
Recommended Comments
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.