-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Unable to mount /vagrant folder in 1.7.3 #5933
Comments
|
+1 |
|
Same on Windows 7. Tried with Cygwin and CMD. + I thought some actions were having a bold font. This does not seem to be there anymore. |
|
same problem The following SSH command responded with a non-zero exit status. chown Stdout from the command: Stderr from the command: chown: changing ownership of ��/vagrant��: Not a directory |
|
Same error for me, this didn't happen with 1.7.2 hacked to work with virtualbox 5 |
|
Same problem here. |
|
vagrant@vagrant-ubuntu-vivid-64:~$ df -hl |
|
Same problem for me. Vagrant 1.7.3, VirtualBox 5, WIndows 7 x64. Steps to reproduce: output: Could the issue be connected with vb guest addition being in version 4.2.0, where VirtualBox is version 5? |
|
+1 Update: |
|
Windows 8.1 Pro + Vagrant 1.7.3 + VirtualBox 5.0 Has anyone found way to fast fix? |
|
I revert back to Virtualbox 4.3.30 to temporarily fix this problem. |
|
Exactly the same problem here with VirtualBox 5.0 and Vagrant 1.7.3 |
|
Same here on VB 5 , Vagrant 1.7.3 , Windows 8.1 Pro (Hyper V activated) |
|
Same here, vagrant 1.7.3, windows 7 |
|
Having the same with Vagrant 1.7.3, Win 7, VB 4.3.28. Also df -h reports "Not a directory" and java applications will get returned null when calling Java.io.File.getUsableSpace(). |
|
Same problem with solaris 11.2 also build a new packer image with the latest vbox guest and tested it with vbox5 |
|
I'm able to get around this issue by manually removing the UNC prefix (\?) from the shared folder path. (Running VBox 5.0 on Windows 7, Ubuntu 14.4 guest, latest guest additions) |
|
I'm hitting this as well on Windows 7. Rolling back to vbox 4 solved it. |
|
Host Win8.1, guest Ubuntu Trusty. I have tried to build a new machine with packer and this time manually created Note: I think there are some valuable info at the very end, describing unicode chars. |
|
Some more debug info:
Anyone knows how to debug this further please share the steps I should make to provide more info, thanks! |
|
+1 on Win8.1 + 1.7.3 + VB5 |
|
+1 on Win7x64 + vbox 5.0 |
|
Hi all, We have confirmed this is a bug and will fix it in 1.7.4 ASAP. Sorry about the regression! |
|
I guess because of this workaround, maybe? #4815 |
|
Windows 7 + Vagrant 1.8.1 + VirtualBox 5.0.12 works for me as well. |
|
@TehJoE |
|
Confirmed Windows 7 + Vagrant 1.8.1 + VirtualBox 5.0.4rc1 EDIT: Update fixed the problems too |
|
I have this on Windows 7 + Vagrant 1.8.1 + Virtualbox 4.3.32. The fix proposed by @lookfwd resolved the issue. |
|
Windows 7 + Vagrant 1.8.1 + VirtualBox updated to 5.0.14 works. Thanks @TehJoE. |
|
windows 7 64bits + vagrant 1.8.1 + virtualbox 5.0.8 with the fix proposed bu @lookfwd is ok |
|
Can confirm the issue is present in Windows 10 + Vagrant 1.8.1 + VirtualBox 5.0.8, but updating to VirtualBox 5.0.14 fixed it for me. Thanks @TehJoE |
|
This is still an issue on Windows 7 + Vagrant 1.8.1 + Virtualbox 5.0.2. Updating Virtualbox to 5.0.14 corrects the issue. |
|
Updating VirtualBox from 5.0.2 to 5.0.14 fixed this issue for me, too. |
|
Updating VirtualBox from 5.0.8 to 5.0.14 fixed this issue for m. |
|
@donpapa26 @danabrey Thanks. Also for me. Windows 7 x64 Host. |
|
I am using vagrant 1.8.1, win10, VB 5.0.14 but I still get this error: INFO interface: Machine: error-exit ["Vagrant::Errors::VagrantError", "The SSH command responded with a non-zero exit status. Vagrant\nassumes that this means the command failed. The output for this command\nshould be in the log above. Please read the output to determine what\nwent wrong."] |
|
Updating VirtualBox to 5.0.14 also fixed the issue for me. |
|
I also updated my VirtualBox to 5.0.14, and works fine now. 👍 |
|
Happened to me, too. I am using Windows 7 and Virtual Box 5.0.4 Then i upgraded to 5.0.16. Works like a charm 👍 |
|
Happened to me too on Windows 7 - Vagrant 1.8.1 - Virtualbox 5.0.16 r105871 .... I had to apply the patch of @lookfwd and everything worked ... Thanks a lot ! [EDIT] => problem seem to be varying ... new error log : |
|
Updating Virtualbox to 5.0.16 did the trick. |
|
Same issue Window 8 Pro, Vagrant 1.8.1 , Virtual Box : 5.0.4 |
|
Updating virtualbox from 5.0.6 to 5.0.16 can fix this issue for me.:+1: |
|
Same as @biemond for me, running Solaris 11 vbox (on windows client). I've tried VirtualBox 5.0.12, 14 and 16. Re-installing vagrant, as well as Ruby 1.9.3 and 2.1.6. I don't get this with CentOS boxes. 00;32m==> solaris-11-x64-agent: Mounting shared folders... sudo chown Stdout from the command: Stderr from the command: chown: /vagrant: Invalid argument |
|
Windows 10 + Vagrant 1.8.1 + VirtualBox updated to 5.0.18 works. Thanks @TehJoE. |
|
Win 7 + Vagrant 1.8.1 + VBox 5.0.4 has the same problem, @bylevel 's method could solve it. |
|
SOLUTION-1[level-easy]
SOLUTION-2: |
|
@bylevel his anwser fix my problem,thank you! |


I am running vagrant 1.7.3 with VirtualBox 5.0 on a Windows 8.1 64-bit host.
The guest os is Ubuntu 15.04 64-bit.
When doing a
vagrant up, it fails to mount the/vagrantfolder:Relevant part of my vagrant file:
The text was updated successfully, but these errors were encountered: