Created
May 20, 2015 18:39
-
-
Save singingwolfboy/8794ac8fd2a31c512ce1 to your computer and use it in GitHub Desktop.
Mount the filesystem of a Vagrant box onto your Mac!
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
$ 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