From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fd79t-0004AX-5P for qemu-devel@nongnu.org; Mon, 08 May 2006 10:56:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fd79p-00048e-7v for qemu-devel@nongnu.org; Mon, 08 May 2006 10:56:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fd79p-00048V-2i for qemu-devel@nongnu.org; Mon, 08 May 2006 10:56:21 -0400 Received: from [137.226.40.101] (helo=pc42.xtal.rwth-aachen.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fd7Af-0001Co-Vo for qemu-devel@nongnu.org; Mon, 08 May 2006 10:57:14 -0400 Received: from localhost (localhost [127.0.0.1]) by pc42.xtal.rwth-aachen.de (Postfix) with ESMTP id 95EF41563D1 for ; Mon, 8 May 2006 16:57:24 +0200 (CEST) From: Jan Marten Simons Subject: Re: [Qemu-devel] qemu disk on vfat Date: Mon, 8 May 2006 16:57:23 +0200 References: <1147082690.5817.23.camel@localhost> <1147117491.4409.5.camel@localhost> In-Reply-To: <1147117491.4409.5.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200605081657.23545.marten@xtal.rwth-aachen.de> 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 Am Montag, 8. Mai 2006 21:44 schrieb Yann Le Doar=E9: > With : > > qemu-img create /mnt/partitions/windows0/qmeu-disk 4M > qemu -hda /mnt/partitions/windows0/qmeu-disk > > qemu: could not open hard disk image'/mnt/partitions/windows0/qmeu-disk' > > but with on ext3/ext2 or tmpfs, there is no problem. > Did you check, if the permissions of the mounted vfat filesystem are ok? Wh= at=20 happens when you try qemu -hda /mnt/partitions/windows0/qmeu-disk -snapshot?