From: Charles Duffy <Charles_Duffy@messageone.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Creating a (resizable) image which will hold Windows XP
Date: Tue, 17 Mar 2009 16:35:24 -0500 [thread overview]
Message-ID: <49C0179C.1070202@messageone.com> (raw)
In-Reply-To: <c9e554c70903171407p59522a71p391087f2546fe361@mail.gmail.com>
Allen Meyers wrote:
> allen@debian:~$ qemu-img create -f qcow /path/to/xp.cow 1300M
> bash: qemu-img: command not found
First, your qemu isn't installed correctly -- modern versions of the
package will also include a "qemu-img" utility, which the command line
you gave relies on.
Second -- don't use qcow for anything, as it's long-undeveloped and
generally not well supported; use qcow2 in its place if you must -- or,
if the only feature you care about is that the file grows only as you
add contents to the VM, consider a sparse raw file, which will have
better reliability and performance; these can be created by standard
UNIX tools such as dd.
> HOWTO: Install Windows XP in Debian using QEMU
I'm unfamiliar with this HOWTO you're following. Did you include a link
to it anywhere in your email? Is it maintained by any qemu developer, or
someone else (such as Debian's documentation team)? If the latter, bugs
in such documentation should be brought up with whoever maintains it.
next prev parent reply other threads:[~2009-03-17 21:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-17 21:07 [Qemu-devel] Creating a (resizable) image which will hold Windows XP Allen Meyers
2009-03-17 21:35 ` Charles Duffy [this message]
2009-03-17 22:04 ` [Qemu-devel] " Robert Riebisch
2009-03-17 21:39 ` [Qemu-devel] " Rick Vernam
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=49C0179C.1070202@messageone.com \
--to=charles_duffy@messageone.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).