From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjgVk-0001zQ-TU for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:07:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjgVg-0001wg-D0 for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:07:44 -0400 Received: from [199.232.76.173] (port=60633 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjgVf-0001wO-RX for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:07:39 -0400 Received: from an-out-0708.google.com ([209.85.132.249]:13666) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjgVf-0006vD-ER for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:07:39 -0400 Received: by an-out-0708.google.com with SMTP id c5so162501anc.37 for ; Tue, 17 Mar 2009 14:07:38 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 17 Mar 2009 16:07:37 -0500 Message-ID: From: Allen Meyers Content-Type: multipart/alternative; boundary=000325574a4eec8f28046556f444 Subject: [Qemu-devel] Creating a (resizable) image which will hold Windows XP Reply-To: chef11994@sbcglobal.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --000325574a4eec8f28046556f444 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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. --000325574a4eec8f28046556f444 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 D= ebian using QEMU

--
Allen Meye= rs
texas.chef94@gmail.com<= br>
The ability to comfortably use a computer is directly proportional to d= esire to listen, learn, and experiment, and is inversely proportional to th= e fear, anger, and stubbornness that you show.

--000325574a4eec8f28046556f444-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ljgwf-0001cQ-Qz for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:35:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjgwZ-0001am-GZ for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:35:33 -0400 Received: from [199.232.76.173] (port=54343 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjgwZ-0001aj-CQ for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:35:27 -0400 Received: from main.gmane.org ([80.91.229.2]:58141 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LjgwY-0001s9-Vo for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:35:27 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LjgwW-00062B-Gk for qemu-devel@nongnu.org; Tue, 17 Mar 2009 21:35:24 +0000 Received: from 143.166.197.6 ([143.166.197.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2009 21:35:24 +0000 Received: from Charles_Duffy by 143.166.197.6 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2009 21:35:24 +0000 From: Charles Duffy Date: Tue, 17 Mar 2009 16:35:24 -0500 Message-ID: <49C0179C.1070202@messageone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: Creating a (resizable) image which will hold Windows XP Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ljh0J-0002Ww-2f for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:39:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ljh0E-0002V1-FM for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:39:18 -0400 Received: from [199.232.76.173] (port=60055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljh0E-0002Uy-Bw for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:39:14 -0400 Received: from hobi.com ([130.94.185.247]:4698) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ljh0D-0002HR-RE for qemu-devel@nongnu.org; Tue, 17 Mar 2009 17:39:14 -0400 From: Rick Vernam Subject: Re: [Qemu-devel] Creating a (resizable) image which will hold Windows XP Date: Tue, 17 Mar 2009 16:39:11 -0500 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary-00=_/hBwJUwRZ+VPyNb" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903171639.11965.rickv@hobi.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: chef11994@sbcglobal.net, qemu-devel@nongnu.org --Boundary-00=_/hBwJUwRZ+VPyNb Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit 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" ?? --Boundary-00=_/hBwJUwRZ+VPyNb Content-Type: text/html; charset="iso-8859-15" Content-Transfer-Encoding: 7bit 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" ??




--Boundary-00=_/hBwJUwRZ+VPyNb-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjhPN-0003Yp-E0 for qemu-devel@nongnu.org; Tue, 17 Mar 2009 18:05:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjhPJ-0003YU-Ma for qemu-devel@nongnu.org; Tue, 17 Mar 2009 18:05:13 -0400 Received: from [199.232.76.173] (port=60752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjhPJ-0003YR-Jp for qemu-devel@nongnu.org; Tue, 17 Mar 2009 18:05:09 -0400 Received: from mailout.artfiles.de ([80.252.97.80]:50029) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LjhPJ-00057G-3O for qemu-devel@nongnu.org; Tue, 17 Mar 2009 18:05:09 -0400 Received: from [77.128.93.93] (helo=[192.168.0.4]) auth=rr@bttr-software.de by mailout.artfiles.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) id 1LjhP9-0002n2-0I for qemu-devel@nongnu.org; Tue, 17 Mar 2009 23:04:59 +0100 Message-ID: <49C01E89.4040009@bttr-software.de> Date: Tue, 17 Mar 2009 23:04:57 +0100 From: Robert Riebisch MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Creating a (resizable) image which will hold Windows XP References: <49C0179C.1070202@messageone.com> In-Reply-To: <49C0179C.1070202@messageone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 , which is from 2006. Robert Riebisch -- BTTR Software http://www.bttr-software.de/