From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQEIM-00083Y-4E for qemu-devel@nongnu.org; Sat, 28 May 2011 03:50:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQEIL-0002Cm-AH for qemu-devel@nongnu.org; Sat, 28 May 2011 03:50:50 -0400 Received: from verein.lst.de ([213.95.11.211]:34308 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQEIL-0002Cb-5m for qemu-devel@nongnu.org; Sat, 28 May 2011 03:50:49 -0400 Date: Sat, 28 May 2011 09:50:47 +0200 From: Christoph Hellwig Message-ID: <20110528075047.GB4219@lst.de> References: <20110527104727.GA19158@lst.de> <20110527105854.GA19280@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Christoph Hellwig , qemu-devel@nongnu.org On Sat, May 28, 2011 at 12:51:04PM +0800, Fam Zheng wrote: > But it says I can't create a 5000G raw image, this is the output of > `./check 005` (with qemu-img version 0.14.50) Somewhat confusingly qemu-img converts any EFBIG return to this message. For some reason you have a really crappy filesystem that doesn't allow 5TB files, I though that had died out long ago. If I run it on XFS it works just fine.