About "convertdd stdin" vboxmanage command
Posted: 31. Dec 2008, 18:49
The command (now is "convertfromraw stdin" in 2.1.0) looks not applying to windows hosts, is it?
End user forums for VirtualBox
https://forums.virtualbox.org/
Code: Select all
VBoxManage convertfromraw [-static] [-format VDI|VMDK|VHD]
<filename> <outputfile>
VBoxManage convertfromraw [-static] [-format VDI|VMDK|VHD]
stdin <outputfile> <bytes>Code: Select all
C:\>vboxmanage convertdd stdin c:\sample.vdi 512
VirtualBox Command Line Management Interface Version 1.6.4
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
Usage:
VBoxManage convertdd <filename> <outputfile>
VBoxManage convertdd stdin <outputfile> <bytes>
Syntax error: Incorrect number of parameters
C:\>vboxmanage convertdd stdin c:\sample.vdi
VirtualBox Command Line Management Interface Version 1.6.4
(C) 2005-2008 Sun Microsystems, Inc.
All rights reserved.
Converting VDI: from DD image file="stdin" to file="c:\sample.vdi"...
File="stdin" open error: File not found.
C:\>