Skip to content

Instantly share code, notes, and snippets.

@ToxicWar
Created March 3, 2016 08:22
Show Gist options
  • Save ToxicWar/ab32bfb7de4a6ee65389 to your computer and use it in GitHub Desktop.
Save ToxicWar/ab32bfb7de4a6ee65389 to your computer and use it in GitHub Desktop.
Vagrant NFS 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":
sudo rm /etc/exports
sudo touch /etc/exports
vagrant halt
vagrant up --provision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment