Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created May 20, 2015 18:39
Show Gist options
  • Save singingwolfboy/8794ac8fd2a31c512ce1 to your computer and use it in GitHub Desktop.
Save singingwolfboy/8794ac8fd2a31c512ce1 to your computer and use it in GitHub Desktop.
Mount the filesystem of a Vagrant box onto your Mac!
$ brew cask install sshfs
$ mkdir /Volumes/Vagrant
$ sshfs [email protected]:/ -p 2222 -o IdentityFile=~/devstack/.vagrant/machines/default/virtualbox/private_key /Volumes/Vagrant
# to unmount
$ umount /Volumes/Vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment