From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzLuC-0002IH-SY for qemu-devel@nongnu.org; Sun, 09 Nov 2008 20:49:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzLuA-0002I0-Gm for qemu-devel@nongnu.org; Sun, 09 Nov 2008 20:49:27 -0500 Received: from [199.232.76.173] (port=51642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzLuA-0002Hx-At for qemu-devel@nongnu.org; Sun, 09 Nov 2008 20:49:26 -0500 Received: from rv-out-0708.google.com ([209.85.198.245]:27242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzLuA-0007cs-3Z for qemu-devel@nongnu.org; Sun, 09 Nov 2008 20:49:26 -0500 Received: by rv-out-0708.google.com with SMTP id k29so2545362rvb.0 for ; Sun, 09 Nov 2008 17:49:24 -0800 (PST) Message-ID: Date: Mon, 10 Nov 2008 02:49:24 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [5665] Currently trying to turn an oversized directory into a VVFAT image will In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 2008/11/10 Andrzej Zaborowski : > Log Message: > ----------- > Currently trying to turn an oversized directory into a VVFAT image will > result in a cryptic error (and an abort): > qemu: block-vvfat.c:97: array_get: Assertion `index < array->next' failed. > Aborted > > Turn this into an actually useful error message: > Directory does not fit in FAT16 (capacity 504MB) > qemu: could not open disk image fat:$DIR/ Oh I managed to eat the Signed-off-by: line, if anyone needs to know it's Signed-off-by: Paul Bolle