python-fuse icon indicating copy to clipboard operation
python-fuse copied to clipboard

How to enable/disable `writeback_cache`?

Open pbeza opened this issue 4 years ago • 0 comments

I'm looking for a way to enable/disable writeback_cache. pyfuse3 allows to do it by setting:

enable_writeback_cache = False

Is there a way to do the same in python-fuse? Based on what I can see here I assume there is no such a way, but I prefer to make sure.

pbeza avatar Apr 19 '21 10:04 pbeza