Opened 16 years ago
Closed 15 years ago
#4628 closed defect (fixed)
Split2G option is not supported and should give an error message => fixed in 3.0.12
Reported by: | Joe | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 3.0.2 |
Keywords: | split2g vmdk | Cc: | |
Guest type: | other | Host type: | other |
Description
I'm assuming that the --variant Split2G option is not supported - see e.g. http://www.virtualbox.de/ticket/3802
The defect is that it's accepted and createhd or clonehd operations appear to succeed. But then the resulting disk can't be used. E.g.:
C:\Program Files\Sun\xVM VirtualBox>VBoxManage clonehd T:\Systems\VirtualBox\VDI \UbunTrek.vdi T:\Systems\VirtualBox\VDI\UbunTrek2G.vmdk --format VMDK --variant Split2G --remember VirtualBox Command Line Management Interface Version 3.0.2 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. 0%...10%...20%...FAILED Error: failed to clone hard disk. Error message: Could not create the clone hard disk 'T:\Systems\VirtualBox\VDI\UbunTrek2G.vmdk' (VERR_OUT_OF_RANGE)
A similar error happens with createhd and clonehd --existing.
Commands with --variant Split2G should fail with an error message.
Change History (1)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Split2G option is not supported and should give an error message → Split2G option is not supported and should give an error message => fixed in 3.0.12 |
Note:
See TracTickets
for help on using tickets.
What you observed is a bug which is fixed in 3.0.12. The "split2g not supported" statement was true for 3.0.0, after that the implementation was there but had an obscure bug.