Re: [vagrant-up] Placing extra disk image next to rest of VirtualBox files?

2017-05-25 Thread Alvaro Miranda Aguilera
Hello of course this is my personal opinion, but now there is the problem on how to find the directory where the VM is running. I think the best will be run commands around VBoxManage ie list vms and showvminfo to find out the path of the current vm and disk. I think is totally doable, but you c

Re: [vagrant-up] Placing extra disk image next to rest of VirtualBox files?

2017-05-24 Thread Thorbjørn Ravn Andersen
Why is this "way better"? I'd really like to just use the official bento image and as it uses LVM it is very easy to work with. Only problem is this. On Wednesday, May 24, 2017 at 12:30:10 PM UTC+2, Alvaro Miranda Aguilera wrote: > > Hello > > Way better you create your own box with the size

Re: [vagrant-up] Placing extra disk image next to rest of VirtualBox files?

2017-05-24 Thread Alvaro Miranda Aguilera
Hello Way better you create your own box with the size and soft you require. check packer.io tool create VM, and this repo for example: https://github.com/cbednarski/packer-ubuntu Thanks Alvaro. On Tue, May 23, 2017 at 3:45 PM, Thorbjørn Ravn Andersen < thorbjo...@gmail.com> wrote: > I have a

[vagrant-up] Placing extra disk image next to rest of VirtualBox files?

2017-05-23 Thread Thorbjørn Ravn Andersen
I have a situation where I need a very large root disk on a Ubuntu 14.04 image for some long running integration test scenarios, and we have switched to the official bento/ubuntu-14.04 image as it has a LVM root image which can be expanded. I add an extra "disk" using --- config.vm.provider