From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BF5gh-0007mT-2U for qemu-devel@nongnu.org; Sun, 18 Apr 2004 02:21:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BF5fi-0006zS-U2 for qemu-devel@nongnu.org; Sun, 18 Apr 2004 02:21:27 -0400 Received: from [203.82.180.23] (helo=fission.tusker.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BF5fi-0006xm-8y for qemu-devel@nongnu.org; Sun, 18 Apr 2004 02:20:54 -0400 Received: from localhost (fission [127.0.0.1]) by fission.tusker.net (Postfix) with ESMTP id 7FBC217E23 for ; Sun, 18 Apr 2004 16:19:16 +1000 (EST) Received: from fission.tusker.net ([127.0.0.1]) by localhost (fission [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26849-04 for ; Sun, 18 Apr 2004 16:19:16 +1000 (EST) Received: from tusker.org (cm145.sigma189.maxonline.com.sg [218.212.189.145]) by fission.tusker.net (Postfix) with ESMTP id 6EFC717E17 for ; Sun, 18 Apr 2004 16:19:15 +1000 (EST) Message-ID: <40821F7C.5030109@tusker.org> Date: Sun, 18 Apr 2004 14:26:04 +0800 From: Damien Mascord MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Qemu mounting UML hdd images... (ext2) 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 Hi guys, I am trying to mount a UML hdd image (COW) using qemu 0.5.2 binary release(since I can't built 0.5.3 yet, due to missing static libs etc...)... As you can see frmo the following the linux.img and the Debian-3.0r0.ext2 appear to be the same file type. The Debian image doesn't mount at all, complaining about not being able to find the partition information... as follows... Is there anything I can do to get it to recognize both images? Thanks in advance, Damien # file linux.img linux.img: Linux rev 1.0 ext2 filesystem data hda: QEMU HARDDISK, ATA DISK drive hda: attached ide-disk driver. hda: 20480 sectors (10 MB) w/256KiB Cache, CHS=20/16/63 Partition check: hda: # file Debian-3.0r0.ext2 Debian-3.0r0.ext2: Linux rev 1.0 ext2 filesystem data hdb: QEMU HARDDISK, ATA DISK drive hdb: attached ide-disk driver. hdb: 1048576 sectors (537 MB) w/256KiB Cache, CHS=1040/16/63 Partition check: hdb: unknown partition table