* [Qemu-devel] Creating a (resizable) image which will hold Windows XP
@ 2009-03-17 21:07 Allen Meyers
2009-03-17 21:35 ` [Qemu-devel] " Charles Duffy
2009-03-17 21:39 ` [Qemu-devel] " Rick Vernam
0 siblings, 2 replies; 4+ messages in thread
From: Allen Meyers @ 2009-03-17 21:07 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
allen@debian:~$ qemu-img create -f qcow /path/to/xp.cow 1300M
bash: qemu-img: command not found
allen@debian:~$
Above reflects terminal msg when entering qemu-img create -f qcow
/path/to/xp.cow 1300M
Please advise what am I doing incorrectly
Following instructions
HOWTO: Install Windows XP in Debian using QEMU
--
Allen Meyers
texas.chef94@gmail.com
The ability to comfortably use a computer is directly proportional to desire
to listen, learn, and experiment, and is inversely proportional to the fear,
anger, and stubbornness that you show.
[-- Attachment #2: Type: text/html, Size: 695 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: Creating a (resizable) image which will hold Windows XP
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
2009-03-17 22:04 ` Robert Riebisch
2009-03-17 21:39 ` [Qemu-devel] " Rick Vernam
1 sibling, 1 reply; 4+ messages in thread
From: Charles Duffy @ 2009-03-17 21:35 UTC (permalink / raw)
To: qemu-devel
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Creating a (resizable) image which will hold Windows XP
2009-03-17 21:07 [Qemu-devel] Creating a (resizable) image which will hold Windows XP Allen Meyers
2009-03-17 21:35 ` [Qemu-devel] " Charles Duffy
@ 2009-03-17 21:39 ` Rick Vernam
1 sibling, 0 replies; 4+ messages in thread
From: Rick Vernam @ 2009-03-17 21:39 UTC (permalink / raw)
To: chef11994, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 492 bytes --]
On Tuesday 17 March 2009 4:07:37 pm Allen Meyers wrote:
> allen@debian:~$ qemu-img create -f qcow /path/to/xp.cow 1300M
> bash: qemu-img: command not found
> allen@debian:~$
>
> Above reflects terminal msg when entering qemu-img create -f qcow
> /path/to/xp.cow 1300M
> Please advise what am I doing incorrectly
> Following instructions
> HOWTO: Install Windows XP in Debian using QEMU
I've never used debian, but referring back to your previous email, did you
"apt-get install qemu" ??
[-- Attachment #2: Type: text/html, Size: 1559 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Re: Creating a (resizable) image which will hold Windows XP
2009-03-17 21:35 ` [Qemu-devel] " Charles Duffy
@ 2009-03-17 22:04 ` Robert Riebisch
0 siblings, 0 replies; 4+ messages in thread
From: Robert Riebisch @ 2009-03-17 22:04 UTC (permalink / raw)
To: qemu-devel
Charles Duffy wrote:
>> 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.
He probably refers to
<http://www.hermann-uwe.de/blog/howto-install-windows-xp-in-debian-using-qemu>,
which is from 2006.
Robert Riebisch
--
BTTR Software
http://www.bttr-software.de/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-17 22:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 21:07 [Qemu-devel] Creating a (resizable) image which will hold Windows XP Allen Meyers
2009-03-17 21:35 ` [Qemu-devel] " Charles Duffy
2009-03-17 22:04 ` Robert Riebisch
2009-03-17 21:39 ` [Qemu-devel] " Rick Vernam
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).