From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8OhI-0004Wy-P6 for qemu-devel@nongnu.org; Tue, 10 Jul 2007 19:00:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8OhH-0004VY-Lj for qemu-devel@nongnu.org; Tue, 10 Jul 2007 19:00:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8OhH-0004V2-Em for qemu-devel@nongnu.org; Tue, 10 Jul 2007 19:00:43 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1I8OhG-0004V0-EP for qemu-devel@nongnu.org; Tue, 10 Jul 2007 19:00:42 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I8Oh6-00048v-TE for qemu-devel@nongnu.org; Wed, 11 Jul 2007 01:00:32 +0200 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 01:00:32 +0200 Received: from consul by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 01:00:32 +0200 From: "consul" Date: Tue, 10 Jul 2007 16:00:21 -0700 Message-ID: References: Sender: news Subject: [Qemu-devel] Re: Size of virtual FAT disk limit? 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 I just ran the same test on the linux box with the similar result. How to reproduce the problem: mkdir xxx dd if=/dev/zero of=xxx/dummy count=966160 qemu -hda fat:xxx -cdrom cd.iso -boot d (boots ok) dd if=/dev/zero of=xxx/dummy count=966161 qemu -hda fat:xxx -cdrom cd.iso -boot d (qemu could not open hard disk image 'fat:xxx') Any clues how to fix the problem? "consul" wrote in message news:f6jojm$g8l$1@sea.gmane.org... > Hi, > > I'm running into a problem with virtual FAT disks. If the source directory > contents size > significantly exceeds 494673920 (0x1D7C2000) bytes, I get an error: > Assertion failed: index < array->next, file c:/qemu/block-vvfat.c, line 97 > > If the sise only slightly exceeds (even by one byte) this limit, I get the > different error: > Directory does not fit in FAT16 > > This seems strange, as this limit is not even close to 2GB limit imposed > by FAT16. > > I tried quite recent qemu CVS version from 6/28/07 on Windows XP host. > qemu -L . -hda c:\qemu-img\test.q2 -hdb fat:\test2 -fda > c:\qemu-img\boot.ima -boot a > Will try it on Linux later. > > Any comments on the error? > > Alex. > > > > >