Hi,
I use this mount command:
mount Media: I: --vfs-cache-max-age 4h --vfs-cache-poll-interval 1h --vfs-read-chunk-size-limit 1G --vfs-cache-mode minimal --attr-timeout 5m --verbose --log-file="n:\VFS Cache\rlonemountservice.log" --cache-dir "n:\VFS Cache" --file-perms=0777
Inside the n:\VFS Cache folder I have:
- vfs
- vfsMeta
The question is related to the second one.
My emby server has some folder pointing the mounted I:
every night the server scan the folders for new or updated media and I see generally at 7 am in the log many entries saying for example:
2020/11/11 06:46:22 INFO : vfs cache RemoveNotInUse (maxAge=14400000000000, emptyOnly=false): item file.mkv was removed, freed 0 bytes
I think these are metadata stored in folder mentioned above.
So the question..
can the vfs and vfsMeta have different storing timing?
I think the cache cleaning occurs every 4hours for both the folders..
thx