From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FicIA-0000z1-FD for qemu-devel@nongnu.org; Tue, 23 May 2006 15:11:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FicI8-0000yp-CN for qemu-devel@nongnu.org; Tue, 23 May 2006 15:11:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FicI8-0000ym-8h for qemu-devel@nongnu.org; Tue, 23 May 2006 15:11:40 -0400 Received: from [24.93.47.42] (helo=ms-smtp-03.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FicMP-0001P2-4G for qemu-devel@nongnu.org; Tue, 23 May 2006 15:16:05 -0400 Received: from [192.168.0.11] (cpe-67-9-160-120.austin.res.rr.com [67.9.160.120]) by ms-smtp-03.texas.rr.com (8.13.6/8.13.6) with ESMTP id k4NJBcdw002853 for ; Tue, 23 May 2006 14:11:38 -0500 (CDT) Message-ID: <44735E68.4020804@austin.rr.com> Date: Tue, 23 May 2006 14:11:36 -0500 From: Lonnie Mendez MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu crash - W2k disk admin References: <20060523182319.0CAA81DBCFA@ravel.n2.net> In-Reply-To: <20060523182319.0CAA81DBCFA@ravel.n2.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Don Kitchen wrote: >I'm using CVS i386, running patched win2000 on a 4G qcow install, >FAT formatted. Command line has only -hda and -snapshot. > >Qemu crashes consistently when I pull up the Disk Administrator in >Administrative Tool's Computer Management, and click on the FAT partition. > > > Same result here with Windows 2000 Service Pack 4 guest on NTFS partition. The filesystem doesn't mean anything to qemu so much as the block logic that it uses underneath. This is apparently a kqemu related bug as launching again with -no-kqemu resolves this.