Created
January 26, 2017 14:09
-
-
Save dimitri-koenig/c55f2955816fe1f4eb021ec79fc6420c to your computer and use it in GitHub Desktop.
Optimal sshfs mount params
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo sshfs -o volname=targetVolumeName,follow_symlinks,reconnect,auto_cache,noappledouble,negative_vncache,allow_other,defer_permissions,IdentityFile=/Users/me/.ssh/id_rsa user@server:/path/on/server /local/path/to/target/volume | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment