when trying to vagrant up
I got the following 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":
exports:5: path contains non-directory or non-existent components: /Volumes/imac_work/projects/sumeru
exports:5: no usable directories in export entry
exports:5: using fallback (marked offline): /Volumes/imac_work
This issue was probably caused because I moved the sumeru directory, but the directories for vagrant boxes are kept in a file called /etc/exports
. I edited the file and updated the path to the sumeru
directory and was able to start the vagrant box successfully.
Posted by adre to Foxsoft (2016-05-06 09:21)