Skip to main content

All Questions

0 votes
1 answer
248 views

Vagrant up fails with VMware provider

When execute vagrant up, getting this error The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! /sbin/ip -o -0 addr | grep -v LOOPBACK ...
zimmer's user avatar
  • 101
1 vote
1 answer
1k views

How to expand storage for vagrant box on Windows host

I'm trying to increase the storage space on my vagrant box from 18 GB to 50 GB. The vagrant box is running Ubuntu and the host is Windows 10. There are similar questions on this forum for expanding a ...
yvoloshin's user avatar
  • 135
0 votes
1 answer
700 views

Export Vagrant VM with all it's synced folders

Let's saying I'm working on a vagrant VM named foo and it sits on my host machine at ~/foo. In my scenario, foo uses VirtualBox as the provider and is using synced folders to configure and provide ...
blong's user avatar
  • 192
0 votes
2 answers
11k views

How to avoid CRITICAL_STRUCTURE_CORRUPTION errors with VirtualBox inside VMWare

I have the same setup as described here: https://stackoverflow.com/questions/17175696/running-vagrant-inside-vmware-vm Now I'm frequently getting BSOD with a CRITICAL_STRUCTURE_CORRUPTION error and ...
Joe's user avatar
  • 211