winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
567 stars 62 forks source link

Getting issues intermittenly #102

Closed zkanda closed 7 years ago

zkanda commented 7 years ago

Hi I'm having this issues sometimes but not sure what it meant. Anyone here can help? Thanks

==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

set -e
mkdir -p /vagrant
mount -o vers=3,udp,vers=3,udp,nolock 172.28.128.1:/C/Users/hi/vm /vagrant
if command -v /sbin/init && /sbin/init --version | grep upstart; then
  /sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=/vagrant
fi

Stdout from the command:

Stderr from the command:

mesg: ttyname failed: Inappropriate ioctl for device
mount.nfs: Network is unreachable
ghost commented 7 years ago

Same here, though in my case I haven't been able to use NFS at all so far.

marcharding commented 7 years ago

Can you both temporary disable your firewall an try again?

marcharding commented 7 years ago

I'm closing this since it was probably just the the windows firewall messing around.