From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcesK-0005bN-1n for qemu-devel@nongnu.org; Sun, 07 May 2006 04:44:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcesI-0005ag-A3 for qemu-devel@nongnu.org; Sun, 07 May 2006 04:44:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcesI-0005aA-3C for qemu-devel@nongnu.org; Sun, 07 May 2006 04:44:22 -0400 Received: from [64.233.166.181] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fcesr-0005cl-Fa for qemu-devel@nongnu.org; Sun, 07 May 2006 04:44:57 -0400 Received: by py-out-1112.google.com with SMTP id c31so1151564pyd for ; Sun, 07 May 2006 01:44:21 -0700 (PDT) Message-ID: <2ad73a0605070144t69abf157vb10ff0d1fb7e58c0@mail.gmail.com> Date: Sun, 7 May 2006 05:44:21 -0300 From: "=?ISO-8859-1?Q?Andr=E9_Braga?=" Subject: Re: [Qemu-devel] qemu disk on vfat In-Reply-To: <1147082690.5817.23.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1147082690.5817.23.camel@localhost> 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 It's more likely a typo in your command line. "qmeu"-disk? On 5/8/06, Yann Le Doar=E9 wrote: > Hi, > > It seems like qemu 0.8.0 does not accept image file from a vfat > partition. Is it a bug ? > > Greetings. > > Yann Le Doar=E9. > > > strace : > > open("/mnt/partitions/windows0/qmeu-disk", O_RDONLY|O_LARGEFILE) =3D 7 > read(7, "", 1024) =3D 0 > close(7) =3D 0 > open("/mnt/partitions/windows0/qmeu-disk", O_RDONLY|O_LARGEFILE) =3D 7 > _llseek(7, 128, [128], SEEK_SET) =3D 0 > read(7, "", 4) =3D 0 > close(7) =3D 0 > write(2, "qemu: could not open hard disk i"..., 74qemu: could not open > hard disk image '/mnt/partitions/windows0/qmeu-disk' > ) =3D 74 > exit_group(1) =3D ? >