Created
March 3, 2016 08:22
-
-
Save ToxicWar/ab32bfb7de4a6ee65389 to your computer and use it in GitHub Desktop.
Vagrant NFS error
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
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