I am trying to boot an image of a 2-disk WinXP system in VirtualBox. I am doing it forensically so I will be using non-persistent, or snapshot.
I have 2 dd files: hda.dd and hdb.dd
I can try first using:
vboxmanage convertfrom raw hda.dd hda.dd.vdi
vboxmanage convertfrom raw hdb.dd hdb.dd.vdi
But the files are several hundred gigabytes each so that conversion will takes several hours and several hundred gigabytes of disk space.
VirtualBox can boot VM .vdmk files, so it MUST be able to understand the VMware style monolithicFlat files that just reference an existing raw data image. But the virtualbox tools have no way to specify using an existing raw data image. I must either create the .vdmk description file in VMware style (I don't know how to get the head/cylinder/sectors right), or mount the image files to my Windows system first - but this is forensic so I don't want to let Windows get it's sloppy hands all over the data, which it does when mounting anything.
Is there any way to tell virtualbox to use a raw data file directly?
This seems like it should be easy. The functionality must be in virtualbox already in order to use VMware files.
-T
