Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

sdcard mount weird cache behaviour #8

Open
JimPancakes opened this issue Aug 13, 2022 · 0 comments
Open

sdcard mount weird cache behaviour #8

JimPancakes opened this issue Aug 13, 2022 · 0 comments

Comments

@JimPancakes
Copy link

Hope someone sees this. This is my param file:

CACHEMODE=off
BINDSD=1
DIRCACHETIME=0

Basically I'm mounting a FTP remote to "/sdcard/cloud/" with no cache whatsoever in order to always read and write directly to the remote. At least that's what I want. And for the most part that's what I get. If I delete or move a file on the FTP server using my PC, the Android device picks up the change instantly. But there is a problem. If I replace a file with another having the same name, say I overwrite a video file with one bearing the same name (again this being done with my PC), then the Android device will somehow keep the old version and play that instead of the new one. What is mind boggling is that this only happens if I access the remote from "/sdcard/cloud/". If I go to "/mnt/cloud/" everything works perfectly.

I've toyed around with the other parameters as well to no avail. Anyone knows if I'm missing something or is this a bug?

Please help. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant