Skip to content

Instantly share code, notes, and snippets.

@fundon
Created April 16, 2012 07:06
Show Gist options
  • Save fundon/2396840 to your computer and use it in GitHub Desktop.
Save fundon/2396840 to your computer and use it in GitHub Desktop.
SSHFS mount
1. http://code.google.com/p/macfuse/ (instalar MacFuse)
2. http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS (descompactar e copiar para /usr/local/bin/sshfs; dar permissao de execucao)
3. sshfs root@search_vm:/ /Users/lfais/work/search_vm/ -o allow_other,auto_cache,reconnect,volname=SEARCH_VM,defer_permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment