From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3w17-00079m-E7 for qemu-devel@nongnu.org; Sun, 05 Sep 2004 08:21:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3w15-00079a-8S for qemu-devel@nongnu.org; Sun, 05 Sep 2004 08:21:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3w15-00079X-4V for qemu-devel@nongnu.org; Sun, 05 Sep 2004 08:21:07 -0400 Received: from [194.90.9.27] (helo=mxout4.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C3vvf-0004eB-Ix for qemu-devel@nongnu.org; Sun, 05 Sep 2004 08:15:31 -0400 Received: from abu-fatma.softier.local ([212.143.109.38]) by mxout4.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I3K001O7I1T9K@mxout4.netvision.net.il> for qemu-devel@nongnu.org; Sun, 05 Sep 2004 15:15:29 +0300 (IDT) Date: Sun, 05 Sep 2004 15:15:28 +0300 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] Stupid question? In-reply-to: Message-id: <200409051515.29049.hetz@softier.com> MIME-version: 1.0 Content-type: text/plain; charset=windows-1255 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 Cc: Dieter Schicker On Sunday 05 September 2004 03:11 pm, Dieter Schicker wrote: > Hello, > > I installed qemu on Debian Linux and then installed win98 into a virtual > harddisk file. Everything works fine, there's only one question: > > How can I mount the "virtual harddisk file" in Linux? > mount -t vfat -o loop /data/win98.img /mnt/win fails! > > Any suggestions? > Yes, Use this lomount utility from my web site: http://www.dad-answers.com/qemu/utilities/QEMU-HD-Mounter/ Compile, install, use ;) Thanks, Hetz