Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created May 12, 2014 20:51
Show Gist options
  • Select an option

  • Save ifnull/88fc8339cc8e4f477bc0 to your computer and use it in GitHub Desktop.

Select an option

Save ifnull/88fc8339cc8e4f477bc0 to your computer and use it in GitHub Desktop.
Speed up Vagrant / VirtualBox

Speed up Vagrant / VirtualBox

Requirements

  • Windows users will need to install the vagrant-winnfsd plugin.

Notes

  • Trailing shash needed for all NFS mounts
  • Remove old Salt provisioner. vagrant plugin uninstall vagrant-salt
  • When mounting is breaking ... sudo truncate -s 0 /etc/exports; sudo nfsd restart
  • NFS on CentOS w/ Vagrant is buggy.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment