Il y a un antislash à cause de l'espace entre "Windows" et "XP". 🙂 J'avais aussi essayé en le mettant entre guillemets. 🙂 Je teste avec -format !
EDIT :
skyern@skyern-desktop:~$ sudo VBoxManage clonehd Windows\ XP.vdi -format RAW WindaubeXP.raw
VirtualBox Command Line Management Interface Version 2.1.4_OSE
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
[!] FAILED calling a->virtualBox->OpenHardDisk2(src, srcDisk.asOutParam()) at line 369!
[!] Primary RC = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Full error info present: true , basic error info present: true
[!] Result Code = VBOX_E_IPRT_ERROR (0x80BB0005) - Runtime subsystem error
[!] Text = Could not get the storage format of the hard disk '/root/.VirtualBox/HardDisks/Windows XP.vdi' (VERR_FILE_NOT_FOUND)
[!] Component = HardDisk2, Interface: IHardDisk2, {ed6e2525-c2fd-42a4-917a-7a9045ac9e15}
[!] Callee = IVirtualBox, {339abca2-f47a-4302-87f5-7bc324e6bbde}
:p
EDIT 2 : Et quand je tente de mettre un chemin :
skyern@skyern-desktop:~$ sudo VBoxManage clonehd /home/skyern/.VirtualBox/HardDisks/Windaube\ XP.vdi -format RAW /home/skyern/.VirtualBox/HardDisks/WindaubeXP.raw
VirtualBox Command Line Management Interface Version 2.1.4_OSE
(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/skyern/.VirtualBox/HardDisks/WindaubeXP.raw' (VERR_INVALID_PARAMETER)