Skip to content

Instantly share code, notes, and snippets.

@smijar
Created April 28, 2022 15:40
Show Gist options
  • Save smijar/2962c9007e5b4851e558c6246d50f176 to your computer and use it in GitHub Desktop.
Save smijar/2962c9007e5b4851e558c6246d50f176 to your computer and use it in GitHub Desktop.
# enables unmount and remount of sshfs folders to vagrant vm
# on mac when suspending or sleep the sshfs folders get unmounted, so instead of reloading VM we can do this
$ vagrant sshfs --unmount
$ vagrant sshfs --mount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment