From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ii8sH-0002Ho-Qu for qemu-devel@nongnu.org; Wed, 17 Oct 2007 09:23:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii8sG-0002FT-MT for qemu-devel@nongnu.org; Wed, 17 Oct 2007 09:23:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii8sF-0002F2-Rj for qemu-devel@nongnu.org; Wed, 17 Oct 2007 09:23:47 -0400 Received: from wr-out-0506.google.com ([64.233.184.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ii8sF-000307-CB for qemu-devel@nongnu.org; Wed, 17 Oct 2007 09:23:47 -0400 Received: by wr-out-0506.google.com with SMTP id c38so3062157wra for ; Wed, 17 Oct 2007 06:23:46 -0700 (PDT) Message-ID: <8a6cde920710170623j22ecd46bibf60e22ddb1bac8b@mail.gmail.com> Date: Wed, 17 Oct 2007 14:23:44 +0100 From: "Ricardo Almeida" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] fat rw status 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 Hi, I've sent a message 4 days ago but got no answer :( http://lists.gnu.org/archive/html/qemu-devel/2007-10/msg00314.html From: Ricardo Almeida Subject: [Qemu-devel] fat rw Date: Sat, 13 Oct 2007 23:50:17 +0100 Hi, I've found the fat:rw:dir option for harddrives and want to use it :) But when I run: qemu-system-x86_64 -kernel-kqemu -m 256 -hda winxp.qcow -hdb fat:rw:/media/lacie/ I get: qemu: could not open hard disk image 'fat:rw:/media/lacie/' I've seen in qemu forums (http://qemu-forum.ipi.fi/viewtopic.php?p=12250) someone with a similar problem and the following solution: [QUOTE] I am not sure this the correct solution, and I have no idea of what I am doing, but by changing the bdrv_create call in enable_write_target to: Code: if (bdrv_create(&bdrv_qcow, s->qcow_filename, s->sector_count, NULL, 0) < 0) This causes QEMU to start correctly and writes to the virtual disk work correctly. [/QUOTE] I'm using Kubuntu Gutsy with QEmu 0.9.0 from repository package with kqemu_1.3.0pre11, so "I can't" patch QEmu. I would like to know if this is already fixed on CVS or what's the current status. Regards, Ricardo Almeida