Opened 14 years ago
Closed 13 years ago
#8375 closed defect (duplicate)
VBoxManage clonehd --variant Split2G not working with VDI files
Reported by: | Jonathan | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 4.0.4 |
Keywords: | clone clonehd VBoxManage split vdi | Cc: | |
Guest type: | other | Host type: | other |
Description
VBoxManage clonehd xpBox clonedBox.vdi --variant Split2G --format VDI
returns successfully with the message
Clone hard disk created in format 'VDI'. UUID [...]
but it in fact creates a single file instead of multiple split files. I was running it with VirtualBox 4.0.4 under a Ubuntu Linux 10.10 host.
Change History (2)
comment:1 by , 14 years ago
Component: | other → virtual disk |
---|---|
priority: | major → minor |
Note:
See TracTickets
for help on using tickets.
VDI doesn't support the Split2G variant. Only the VMDK format does. The command should probably fail instead of pretending success though.