Hi,
First, I apologize if this question has been asked before.
This is my first post on Forensic Focus. I am currently working on a malware case and only have the DD image of the target workstation. I am trying to some how create a virtual machine out of the DD images. I have tried several methods such as raw2vmdk, Disk2vhd and Pro Discovers Create VMDK from DD and all have failed.
I also tried mount image pro, however disk2vhd was not able to detect the mounted drive as a physical disk.
Some more info
The DD images I have are segmented into 3gig files each, not a single DD.
I also have Parallels Desktop for Mac and would like to boot the DD into that. I also have an ESX server if that would some how help.
Any help is greatly appreciated, thanks a lot.
I am not sure to get it.
Why don't you join the three dd images together?
If you have VMware all you need is to create a .vmdk descriptor file.
See here
http//
http//
more
http//
AFAIK/AFAICR the other way is to re-split in 2 Gb chunks and use the
twoGbMaxExtentFlat
format.
jaclaz
I've had good success in exporting segmented EWF files as a single dd and using
You may need to export your segmented dd to EWF (aka E01) and then re-export to a single dd to get the best results.
Look around for some stuff that Brett Shavers has put out
http//www.forensicfocus.com/downloads/vmware-forensic-tool.pdf
and Dave Shaver
and this
All have been extremely helpful in helping me create VM enviroments from disk images.
There is also a commercial utility form the makers of Mount Image Pro called VFC
You should have FTK Imager handy to convert formats if needed. You can convert the DD to a single E01 file.
Another such tool has been written by a friend & student of mine that does exactly that, called
Hope this helps.
Cheers
DarkSYN
Hi Kimberley, welcome to FF )
I think if you go straight for the LiveView option AWTLPI mentioned you should be fine. I have never tried to use one of the virtual machines it creates in Parallels though but they definitely work for VMWare.
It shouldn't matter what size the DD segments are or how many of them there are, just be sure to select them all when you load them in to LiveView. So there is no need to convert or concatenate them.
Hope that helps.
Another such tool has been written by a friend & student of mine that does exactly that, called
raw2vmdk.
It doesn't look like managing images chunks, but only monolithic images.
There are several tools to do this (besides the manual way already described), just for the record clonedisk has some capbilities
http//
jaclaz