This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 183
NFS shared folder mounting hangs #64
Comments
👍 |
👍 I think this has something to do with vagrantfile.tpl: # Disable synced folders because guest additions aren't available
config.vm.synced_folder ".", "/vagrant", disabled: true As I understand it (but I’m new to this!), the guest additions are required for all synced folder types. It’s not clear to me whether adding them should be requested here, or with @boot2docker (it downloads their image). |
👍 Same issue. FWIW I was able to get NFS synced folders working with this fork - https://vagrantcloud.com/yungsang/boxes/boot2docker |
I have a little bit more info to add if it helps. After the mount fails it hangs because it keeps sending SSH keep alives.
Here is what Vagrant is presumably choking on.
|
Hey, if you take a look at: dduportal/boot2docker-vagrant-box and this PR: boot2docker-vagrant-box#5. You need to start nfs-client before mounting any folder. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I tried to create a simple VM using
$ vagrant init mitchellh/boot2docker
and adding a shared folder, but it hangs during mounting:The shared folder is defined like this:
I'm running OS X
10.9.3
with Vagrant1.6.3
.Any ideas ?
Thanks,
M.
The text was updated successfully, but these errors were encountered: