Opened 15 years ago
Closed 8 years ago
#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 )
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 (5)
comment:1 by , 14 years ago
Summary: | VBoxManage xxx --variant should fail for unsupported variants → VBoxManage xxx --variant should fail for unsupported variants => Fixed in SVN |
---|
comment:2 by , 14 years ago
Version: | VirtualBox 3.2.4 → VirtualBox 4.0.8 |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
As of version 4.0.10 VBox refuses to create such invalid medium variants.
comment:4 by , 8 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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.
comment:5 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Fixed in VBox 5.1.6.
Will be fixed in the next maintenance release.