8 VBoxManage VBoxManage showhdinfo uuid|filename VBoxManage createhd --filename filename --size megabytes|--sizebyte bytes [--format VDI|VMDK|VHD] (default: VDI) [--variant Standard,Fixed,Split2G,Stream,ESX] VBoxManage modifyhd uuid|filename [--type normal|writethrough|immutable|shareable| readonly|multiattach] [--autoreset on|off] [--compact] [--resize megabytes|--resizebyte bytes] VBoxManage clonehd uuid|filename outputfile [--format VDI|VMDK|VHD|RAW|other] [--variant Standard,Fixed,Split2G,Stream,ESX] [--existing] VBoxManage convertfromraw filename outputfile [--format VDI|VMDK|VHD] [--variant Standard,Fixed,Split2G,Stream,ESX] VBoxManage convertfromraw stdin outputfile bytes [--format VDI|VMDK|VHD] [--variant Standard,Fixed,Split2G,Stream,ESX] VBoxManage getextradata global|uuid|name key|enumerate VBoxManage setextradata global|uuid|name key [value] (no value deletes key) VBoxManage setproperty machinefolder default|folder | vrdeauthlibrary default|library | websrvauthlibrary default|null|library | vrdeextpack null|library | loghistorycount value VBoxManage usbfilter add index,0-N --target uuid|name|global --name string --action ignore|hold (global filters only) [--active yes|no] (yes) [--vendorid XXXX] (null) [--productid XXXX] (null) [--revision IIFF] (null) [--manufacturer string] (null) [--product string] (null) [--remote yes|no] (null, VM filters only) [--serialnumber string] (null) [--maskedinterfaces XXXXXXXX] VBoxManage usbfilter modify index,0-N --target uuid|name|global [--name string] [--action ignore|hold] (global filters only) [--active yes|no] [--vendorid XXXX|""] [--productid XXXX|""] [--revision IIFF|""] [--manufacturer string|""] [--product string|""] [--remote yes|no] (null, VM filters only) [--serialnumber string|""] [--maskedinterfaces XXXXXXXX] 104
Previous Page Next Page