I have read other question/answers on this site that say this is possible, but I'm wondering how it is done. I have tried the following command, which completes successfully, but the NTFS isn't valid on the drive afterwards.
dd if=\backup\image.vhd of=\dev\sda
Does the .vhd file have to be mounted somehow first? Will this restore the MBR?
Thank you.