Vagrant fails to mount NFS shared folders because of corrupted /etc/exports. How do I fix that file?
Just delete the file.
sudo rm -f /etc/exports
The file will be recreated during the vagrant up
process.
Just delete the file.
sudo rm -f /etc/exports
The file will be recreated during the vagrant up
process.