From: Garth Dahlstrom <ironstorm@gmail.com>
To: qemu-devel@nongnu.org
Subject: RE: [Qemu-devel] Making an Image of XP
Date: Tue, 3 Aug 2004 13:40:26 -0400 [thread overview]
Message-ID: <76bfb9d20408031040a1e9768@mail.gmail.com> (raw)
In-Reply-To: <3505347825290313065@unknownmsgid>
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
next parent reply other threads:[~2004-08-03 17:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3505347825290313065@unknownmsgid>
2004-08-03 17:40 ` Garth Dahlstrom [this message]
2004-08-03 14:23 [Qemu-devel] Making an Image of XP Jeff Jones
2004-08-03 14:54 ` Ng Pheng Siong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=76bfb9d20408031040a1e9768@mail.gmail.com \
--to=ironstorm@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.