Skip to content

Instantly share code, notes, and snippets.

@RoesWibowo
Last active November 1, 2016 06:17
Show Gist options
  • Select an option

  • Save RoesWibowo/39498fcb929c140a4f30328d3577accf to your computer and use it in GitHub Desktop.

Select an option

Save RoesWibowo/39498fcb929c140a4f30328d3577accf to your computer and use it in GitHub Desktop.
Install NFS Vagrant on Windows
// set variable windows to non-space folder
setx VAGRANT_HOME "drive:\path" /M
// install plugin
vagrant plugin install vagrant-winnfsd
vagrant plugin install vagrant-vbguest
//edit vagrant config
config.winnfsd.logging = "on"
readmore: https://github.com/winnfsd/vagrant-winnfsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment