Skip to content

Instantly share code, notes, and snippets.

@marioangulo
Last active August 29, 2015 14:06
Show Gist options
  • Save marioangulo/31088aa3b7cd4a8fdef7 to your computer and use it in GitHub Desktop.
Save marioangulo/31088aa3b7cd4a8fdef7 to your computer and use it in GitHub Desktop.
Macfusion SSHFS
Here are the options I used to get it working like a charm. Probably
the lonely needed is noappledouble but I noticed some improvements
with the others.
sshfs -o no_readahead,noappledouble,nolocalcaches user@server:. /mount/point
Just add "-o no_readahead,noappledouble,nolocalcaches" in the extra
options field if you use MacFusion. Maybe this should be default
options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment