when vagrant up
it says \"It appears your machine doesn\'t support NFS\"
Can be fixed by adding any exports to /etc/exports.
by :
modprobe nfs
modprobe nfsd
then running vagrant, which will add /etc/exports
, then reloading
kernel-server and restarting vagrant.
issue http://jb-blog.readthedocs.io/en/latest/posts/0021-vagrant-nfs-problems.html
instead of installed NFS cos really no supported :
Try just removing type: nfs
from the vagrant_synced_folders
More : https://www.vagrantup.com/docs/synced-folders/nfs.html