You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used vagrant-winnfsd for years and it's brilliant. Thank you 😍
It works perfectly with my Ubuntu 18.04 guests. Today I tried setting up an Ubuntu 21.04 machine. No matter what mount_options I set or omitted, it failed with:
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o vers=3,udp,vers=3 192.168.33.1:/D/projects/example /vagrant
Stdout from the command:
Stderr from the command:
mount.nfs: an incorrect mount option was specified
I've used
vagrant-winnfsd
for years and it's brilliant. Thank you 😍It works perfectly with my Ubuntu 18.04 guests. Today I tried setting up an Ubuntu 21.04 machine. No matter what
mount_options
I set or omitted, it failed with:The config line I started with was:
When I reverted to Ubuntu 18.04 it worked.
The text was updated successfully, but these errors were encountered: