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

Multiple synced folders #129

Open
tom-- opened this issue Jul 11, 2019 · 1 comment
Open

Multiple synced folders #129

tom-- opened this issue Jul 11, 2019 · 1 comment

Comments

@tom--
Copy link

tom-- commented Jul 11, 2019

A single synced folder works fine. If I define a second like

config.vm.synced_folder '.', '/srv/v2_deployment', type: :nfs
config.vm.synced_folder '../v2', '/vagrant', type: :nfs

then vagrant up locks up at

==> bvm0: Mounting NFS shared folders...

With config.winnfsd.logging = 'on' a window with text opened and very quickly closed. I don't know what it said and I don't know where to look for a log file.

@oallauddin
Copy link

I am not an expert in vagrant. Wouldn't this be the syntax?

config.vm.synced_folder ".", "/srv/v2_deployment", type: "nfs", id: "v2_deployment"
config.vm.synced_folder "../v2", "/vagrant", type: "nfs", id: "v2"

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

2 participants