Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount.nfs: Connection timed out #141

Open
loving-irene opened this issue Dec 14, 2022 · 0 comments
Open

mount.nfs: Connection timed out #141

loving-irene opened this issue Dec 14, 2022 · 0 comments

Comments

@loving-irene
Copy link

environment

win11
vagrant 2.3.3
virtualbox

vagrant install plugin vagrant-winnfsd

Issue

use this homestead.yaml

folders:
     ...
    - map: D:\lovan\codeSrc\mexico
      to: /home/vagrant/code/mexico
      type: "nfs"
    - map: D:\lovan\codeSrc\mexico-new
      to: /home/vagrant/code/mexico-new
      type: "nfs"

get error message

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,udp,nolock 192.168.56.1:/D/lovan/codeSrc/mexico-new /home/vagrant/code/mexico-new

Stdout from the command:

Stderr from the command:

mount.nfs: Connection timed out

change to

folders:
     ...
    - map: D:\lovan\codeSrc\mexico
      to: /home/vagrant/code/mexico
      type: "nfs"

it works,another

folders:
     ...
    - map: D:\lovan\codeSrc\mexico-new
      to: /home/vagrant/code/mexico-new
      type: "nfs"

still work

mexico and mexico-new both exist,it not work.

i have no idea about that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant