Harddisk image in VBox

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
user321
Posts: 1
Joined: 14. Mar 2009, 21:36

Harddisk image in VBox

Post by user321 »

Hi!
I have a file with harddisk image, 2003.hdd (~100Gb)

Code: Select all

Disk: /Volumes/MyBook/2003.hdd.hdgeometry: 12748/255/63 [204800400 sectors]
Signature: 0xAA55
         Starting       Ending
 #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
------------------------------------------------------------------------
*1: 07    0   1   1 - 1023 254  63 [        63 -  204780492] HPFS/QNX/AUX
 2: 00    0   0   0 -    0   0   0 [         0 -          0] unused      
 3: 00    0   0   0 -    0   0   0 [         0 -          0] unused      
 4: 00    0   0   0 -    0   0   0 [         0 -          0] unused   
With Qemu, for example, I can use this image as "qemu -hda 2003.hdd". How can I connect this image file to VirtualBox? Command "VBoxManage convertdd" is'nt suitable for me, because it'll try to create new file with size rowly equal to original image (I don't have enough space for it).
Thanks
Post Reply