I'm just getting into the VDDK. I want to create a VMDK file that is a replication of my physical drive, much like the VMWare p2v converter does.
Can that be achieved using the VDDK? Or does the VDDK just allow me to create the VMDK file and write to it?
Do I still have to write the kernel level code that can read the entire physical drive into the VMDK?