From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BaV3w-0001K1-5Y for qemu-devel@nongnu.org; Wed, 16 Jun 2004 03:42:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BaV3u-0001JV-86 for qemu-devel@nongnu.org; Wed, 16 Jun 2004 03:42:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BaV3t-0001JL-Ux for qemu-devel@nongnu.org; Wed, 16 Jun 2004 03:42:22 -0400 Received: from [195.9.147.9] (helo=dionis.simtreas.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BaV2n-0005Bz-Ea for qemu-devel@nongnu.org; Wed, 16 Jun 2004 03:41:14 -0400 Message-ID: <40CFFA4C.3080508@simtreas.ru> Date: Wed, 16 Jun 2004 11:44:12 +0400 From: "Vladimir N. Oleynik" MIME-Version: 1.0 Subject: [Qemu-devel] Win2k disk full message Content-Type: text/plain; charset=us-ascii; 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: brad@wasp.net.au, qemu-devel@nongnu.org Brad, > Well, it's right. The disk really is full. > It fills up with \WINNT\security\edbxxxx.log > Mine had 2.9GB of them. I'm reinstalling FAT32 so I can loopback mount > them and delete the lot, then resume the install and see what happens. You can try my last patch for destroy "w2k inst disk full". This patch have also: 1) support old gcc and glibc 2) remove debugging and make platform-specific function aligned for make speed up (may be true for softmmu only) 3) remove strange (erronyous) code "-errno" from vl.c 4) close file from slirp/slirp.c (very small point, but..) ftp://ftp.simtreas.ru/pub/my/qemu/qemu_aio_old_gcc.patch4.gz --w vodz