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
Written by Ricardo Bin
Related protips
3 Responses
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
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ssh
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#