On Fri, Feb 6, 2009 at 11:45 AM, Neal Becker <[email protected]> wrote: > Seth Keiper wrote: > >> On Fri, Feb 6, 2009 at 9:51 AM, Neal Becker >> <[email protected]> wrote: >>> VBoxManage clonehd 1103528e-b8c5-4dff-abc1-5a5eb59a91a5 test >>> VirtualBox Command Line Management Interface Version 2.1.2 >>> (C) 2005-2009 Sun Microsystems, Inc. >>> All rights reserved. >>> >>> 0%...FAILED >>> Error: failed to clone hard disk. Error message: Could not create the >>> clone hard disk '/home/nbecker/.VirtualBox/HardDisks/test' >>> (VERR_VD_INVALID_STATE) >>> >> >> It should be: >> >> VBoxManage clonehd 1103528e-b8c5-4dff-abc1-5a5eb59a91a5 >> /full/path/to/test.vdi don't forget the .vdi and that it needs to be full >> path, not relative path. > > That still doesn't work: > VBoxManage clonehd 1103528e-b8c5-4dff-abc1-5a5eb59a91a5 ~/test.vdi > Error: failed to clone hard disk. Error message: Could not create the clone > hard disk '/home/nbecker/test.vdi' (VERR_VD_INVALID_STATE)
VBoxManage clonehd 1103528e-b8c5-4dff-abc1-5a5eb59a91a5 /home/nbecker/test.vdi This is full path ^^ _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
