Skip to content

Instantly share code, notes, and snippets.

@rxnlabs
Created July 23, 2015 15:07
Show Gist options
  • Save rxnlabs/58e7e7962ef0c2c12d1f to your computer and use it in GitHub Desktop.
Save rxnlabs/58e7e7962ef0c2c12d1f to your computer and use it in GitHub Desktop.
Vagrant - Fix Vagrant Up error on Mac OSX. Fix to issue where Vagrant won't reload and provision the virtual machine for error NFS is reporting that your exports file is invalid. Vagrant does this check before making any changes to the file. Please correct the issues below and execute "vagrant reload": conflicting exports for /projects/vm/www, 1…
# http://nicolasleroy.be/blog/vagrant-error
vagrant halt // As the machine will have booted, even with the error above
rm -rf /etc/exports // Remove the exports file.
vagrant up // Let's try again, fingers crossed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment