Hot to fix Vagrant NFS error due to missing NSF support on Linux Mint 19 Tara
I got following error when I tried to use NFS on Vagrant box Homestead, here is the error:
sudo apt-get install nfs-common nfs-kernel-server
Logs: https://pastebin.com/0pZicsLV
![]() |
Vagrant NSF errors. |
It appears your machine doesn't support NFS, or there is not anadapter to enable NFS on this machine for Vagrant. Please verifythat `nfsd` is installed on your machine, and try again. If you'reon Windows, NFS isn't supported. If the problem persists, pleasecontact Vagrant support.
Solution to fix it
sudo apt-get install nfs-common nfs-kernel-server
Logs: https://pastebin.com/0pZicsLV
Comments
Post a Comment