Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Failed to mount folders in Linux guest. #6

Closed
powellc opened this issue Nov 12, 2013 · 4 comments
Closed

Failed to mount folders in Linux guest. #6

powellc opened this issue Nov 12, 2013 · 4 comments

Comments

@powellc
Copy link

powellc commented Nov 12, 2013

Getting the following error when running it with the .docker dir freshly deleted on Mac OS X 10.9:

[default] Booting VM...
[default] Waiting for machine to boot. This may take a few minutes...
[default] Machine booted and ready!
[default] Mounting shared folders...
[default] -- /vagrant
Failed to mount folders in Linux guest. This is usually beacuse
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:

mount -t vboxsf -o uid=id -u vagrant,gid=getent group vagrant | cut -d: -f3 /vagrant /vagrant
mount -t vboxsf -o uid=id -u vagrant,gid=id -g vagrant /vagrant /vagrant
/usr/local/bin/docker: line 145: /Users/powellc/.docker/go/bin/docker: No such file or directory

@powellc
Copy link
Author

powellc commented Nov 12, 2013

Ah, Docker 0.6.1 wont compile on Mavericks 😦

Bumping the version number solved my problem. I'll try to come up with a OS X version sniffer that fixes that and submit a pull when I have some free time.

@julien-duponchelle
Copy link
Owner

I start working on it, but docker require go 1.2 wich is not the default version in homebrew.

Le mardi 12 novembre 2013 à 19:50, Colin Powell a écrit :

Ah, Docker 0.6.1 wont compile on Mavericks :frown:
Bumping the version number solved my problem. I'll try to come up with a OS X version sniffer that fixes that and submit a pull when I have some free time.


Reply to this email directly or view it on GitHub (#6 (comment)).

@powellc
Copy link
Author

powellc commented Nov 13, 2013

C'est dommage! Looks like I will have to wait for Docker 0.7 to land: moby/moby#1616

Thank you for this project, though. It is a very elegant solution 😄

@bfirsh
Copy link
Collaborator

bfirsh commented Dec 29, 2013

We now use a pre-built binary which should fix this issue.

@bfirsh bfirsh closed this as completed Dec 29, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants