qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Qemu-devel] Making an Image of XP


From: Garth Dahlstrom
Subject: RE: [Qemu-devel] Making an Image of XP
Date: Tue, 3 Aug 2004 13:40:26 -0400

Jeff,  you can use dd to create a large empty file... 

This is what I used on Cygwin:
  dd of=hda.img bs=1M count=6000 seek=6000
to make a 6GB image file, on Linux/Unix you may have to add
if=/dev/zero (I'm not sure).

Windows set-up should recognize this as a hard disk with no partition
table, when you use hda.img as your QEMU -hda device.

-G




reply via email to

[Prev in Thread] Current Thread [Next in Thread]