Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching under OS X not working #46

Closed
qarl opened this issue Feb 13, 2017 · 2 comments
Closed

Caching under OS X not working #46

qarl opened this issue Feb 13, 2017 · 2 comments
Assignees

Comments

@qarl
Copy link

qarl commented Feb 13, 2017

When I open a file using standard OS X software (Quicktime Player, Preview, etc.) the files are not properly cached. Opening a second time takes as long as the first time.

If I use a command line tool to read the file (cat file.mp4 > /dev/null) the file is correctly cached. And if I then try to open the file with Quicktime Player, it opens instantly.

This might be explained (I am uncertain) if the standard OS X software uses some alternative to read() to access the files. Perhaps mmap()?

Many thanks in advance.

@Nikratio
Copy link
Contributor

Nikratio commented Jun 3, 2017

Thanks! Could you check if this is an sshfs specific problem, or does it happen with every FUSE filesystem? Under Linux, FUSE comes with a "passthrough" example. Is there maybe something similar for OS-X?

@Nikratio
Copy link
Contributor

I'm closing this bug report for now. Please note that this isn't meant to imply that you haven't found a bug - you most likely have and I'm grateful that you took the time to report it. However, without additional information it is unlikely that anyone is going to be able to do anything but this, and I prefer to use the issue tracker as a tool to manage ongoing work (as opposed to a database of known/potential issues).

Please feel free to re-open this if you can provide the requested information!

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

No branches or pull requests

2 participants