NFS issue on Mac running Vagrant Up

halfway through installing ubuntu and then hit cancel because I didn’t have enough space.

Now, when I run vagrant up or vagrant destroy I get this error message:

It appears your machine doesn’t support NFS, or there is not an
adapter to enable NFS on this machine for Vagrant. Please verify
that ‘nfsd’ is installed on your machine, and try again. If you’re
on Windows, NFS isn’t supported. If the problem persists, please
contact Vagrant support.

any ideas on how to solve this on my Mac?

have you installed the vagrant-bindfs plugin?

1 Like

Yep. reinstalled it to be sure. I also tried changing the ubuntu version to force a fresh install, but I’m still getting the same error.

Fixed it. The issue was that I had installed vagrant through homebrew brew cask install vagrant

had to remove it brew cask uninstall --force vagrant and then downloaded vagrant from the website.

Thanks for your help Paul.

3 Likes