Linux.com

Just use the program dd.

Posted by: Anonymous Coward on June 15, 2006 07:02 AM
If you just want a Qemu/VMWare image, simply use the program dd to copy a partition (say Windows on<nobr> <wbr></nobr>/dev/hda1) to a file (say image-file)

dd if=/dev/hda1 of=image-file bs=1M

Although this "works" you may run into problems with the NT boot sector having the wrong initial data (see eg

<a href="http://linux.coconia.net/copyingXP.htm" title="coconia.net">http://linux.coconia.net/copyingXP.htm</a coconia.net>

) and all your drivers will need to be reinstalled for Qemu/VMWare's choice of hardware.

Jade.

#

Return to How to use VMware Player to create your own images