From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgpoM-00078e-RH for qemu-devel@nongnu.org; Sat, 13 Oct 2007 18:50:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgpoK-00073x-I3 for qemu-devel@nongnu.org; Sat, 13 Oct 2007 18:50:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgpoK-00073o-DV for qemu-devel@nongnu.org; Sat, 13 Oct 2007 18:50:20 -0400 Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgpoK-0005AX-0p for qemu-devel@nongnu.org; Sat, 13 Oct 2007 18:50:20 -0400 Received: by wa-out-1112.google.com with SMTP id k22so1617422waf for ; Sat, 13 Oct 2007 15:50:18 -0700 (PDT) Message-ID: <8a6cde920710131550s470b1593n23b37cf63dc8ca52@mail.gmail.com> Date: Sat, 13 Oct 2007 23:50:17 +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 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 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