Last Updated: February 25, 2016
·
3.379K
· ricardohbin

Vagrant failing when try to mount NFS folders

When you execute vagrant up and receive a message like this

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o vers=3 33.33.33.1:'/ANYPATH' /vagrant

Try to clean the following file INSIDE the box

/etc/udev/rules.d/70-persistent-net.rules

3 Responses
Add your response

You can also clear the file '/etc/exports' out of the box.
After cleaning both files, I recommend that you restart your computer.

over 1 year ago ·

If that doesn't work, you can try:

vagrant provision

vagrant reload

over 1 year ago ·

It only worked for me when I erased the 70-persistent-net.rules file and then touched it.

over 1 year ago ·