Ticket #7227 (closed enhancement: fixed)
VBoxManage xxx --variant should fail for unsupported variants => Fixed in SVN
Reported by: | simohe | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 4.0.8 |
Keywords: | VBoxManage | Cc: | |
Guest type: | other | Host type: | other |
Description (last modified by frank) (diff)
VDI images do not support --variant Split2G but the parameter is accepted and ignored. Fail instead with a clear error message.
The only format which supports Split2G seems to be VMDK. This is probably also true for the variants Stream and ESX.
concerned subcommands: createhd, clonehd and convertfromraw
Change History
comment:1 Changed 12 years ago by frank
- Summary changed from VBoxManage xxx --variant should fail for unsupported variants to VBoxManage xxx --variant should fail for unsupported variants => Fixed in SVN
comment:3 Changed 12 years ago by frank
- Status changed from new to closed
- Resolution set to fixed
As of version 4.0.10 VBox refuses to create such invalid medium variants.
comment:4 Changed 7 years ago by birdie
- Status changed from closed to reopened
- Resolution fixed deleted
VirtualBox 5.1.4 perfectly allows this command:
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" convertfromraw disk.raw windows.vhd --format VHD --variant Split2G
The net result is a single very large file.
Note: See
TracTickets for help on using
tickets.
Will be fixed in the next maintenance release.