uhmmmm, from where are you getting those boxes or how are you creating them?
I don't face that problem. I have seen that when you create a new disk as part of the vagrant file for that situation (create a new disk) What you may want to do, is set a specific name to the vm, so the path to the folder in the virtualbox default path will be known, then you can create the file in that known path config.vm.hostname is the hostname inside the vm config.vm.name is the name of the vm in the VirtualBox space can you share a Vagrantfile and one of those base box ??? On Mon, Mar 17, 2014 at 2:39 PM, Nic' <[email protected]> wrote: > Hi , > > after few deployments with Vagrant either with a base box or with a new > packaged one , I face to a problem with the hard disk location within VBox. > Actually , each time I Vagrant up a new machine , even if i renamed it , > the new hard disk (vmdk) wil take place in the same original folder define > in the base box. > e.g. ~\myvms\basebox\xxxx.vmdk > and all my next VMs based on a specific basebox will put the .vmdk in the > above folder . > > Wich is logical because it's defined in the .OVF file but it's not really > handy and I don't really like to mix all hard drive together. > > Work around : I manage the hard disk afterward with VBoxmanage and move > it in a specific VM folder > > But where is the automate way to do that ? > > If anyone has an idea ? > > thank you. > Nic" > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
