On Fri, Mar 21, 2014 at 02:17:29PM -0700, Gregory Nowak wrote: > It isn't that bad when using vboxmanage, since you can create > the drive without also registering it. That means you can then move it > right after creation, and then just import from the new location.
I thought I remembered something, and just tried it here. You don't even need to move the hd image after creating it with vboxmanage; you can create it directly where you want it it. So, either open a command prompt window where you want the hd image to be created, or cd/drive_letter: until you end up in wherever you want to put the hd image. Then type: vboxmanage createhd --filename test.vdi --size 1000 This would create a dynamic test.vdi in your current directory, which would appear to the guest as a 1000mb drive. You should also be able to give the full path to the --filename flag if you don't want to cd your way to it. Unless you have where vboxmanage.exe resides already in your path (you need to add that yourself), you'll have to invoke vboxmanage.exe by specifying the full path to it. Do a search for vboxmanage.exe, and you'll find what the exact path is. Alternatively, you could just skip running cmd.exe, and browse to it from the run dialogue, and input all the arguments there. Greg -- web site: http://www.gregn.net gpg public key: http://www.gregn.net/pubkey.asc skype: gregn1 (authorization required, add me to your contacts list first) -- Free domains: http://www.eu.org/ or mail dns-mana...@eu.org ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ VBox-users-community mailing list VBox-users-community@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vbox-users-community _______________________________________________ Unsubscribe: mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe