Opened 16 years ago
Closed 15 years ago
#4438 closed defect (fixed)
Partitions Overlapping Error
Reported by: | omri69 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.0.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
The command and error:
VBoxManage internalcommands createrawvmdk -filename /home/omri/.VirtualBox/Vista.vmdk -rawdisk /dev/sda -partitions 1 -register -relative VirtualBox Command Line Management Interface Version 3.0.0 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved.
Overlapping partition description areas. Aborting Error reading the partition information from '/dev/sda' The raw disk vmdk file was not created
fdisk:
Disk /dev/sda: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xfaa66ab9
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25503 204852816 7 HPFS/NTFS /dev/sda2 29162 30401 9954304 7 HPFS/NTFS /dev/sda3 25504 29161 29382885 5 Extended /dev/sda5 26731 26973 1951866 82 Linux swap / Solaris /dev/sda6 25504 26730 9855814+ 83 Linux /dev/sda7 26974 29161 17575078+ 83 Linux
Hopefully fixed in VBox 3.2.0. Please reopen if necessary.