From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQHnd-0007CL-JM for qemu-devel@nongnu.org; Sat, 16 Feb 2008 02:49:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQHnc-0007Bi-4a for qemu-devel@nongnu.org; Sat, 16 Feb 2008 02:49:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQHnb-0007BY-Qo for qemu-devel@nongnu.org; Sat, 16 Feb 2008 02:49:27 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from <10walls@gmail.com>) id 1JQHnb-0005ZK-7g for qemu-devel@nongnu.org; Sat, 16 Feb 2008 02:49:27 -0500 Received: from rv-out-0910.google.com ([209.85.198.190]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from <10walls@gmail.com>) id 1JQHnY-0006ME-IR for qemu-devel@nongnu.org; Sat, 16 Feb 2008 02:49:26 -0500 Received: by rv-out-0910.google.com with SMTP id g11so2389401rvb.22 for ; Fri, 15 Feb 2008 23:49:23 -0800 (PST) Message-ID: <47B6952D.3080309@gmail.com> Date: Sat, 16 Feb 2008 15:47:57 +0800 From: JonY <10walls@gmail.com> MIME-Version: 1.0 Subject: Re: [Qemu-devel] How to extract content of a raw image on host? References: <47B683F0.3050109@googlemail.com> <47B6858E.3020008@gmail.com> <47B68E49.7020906@googlemail.com> <47B6944F.1010303@gmail.com> In-Reply-To: <47B6944F.1010303@gmail.com> Content-Type: text/plain; charset=windows-1252; 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: Dirk Behme Cc: qemu-devel@nongnu.org JonY wrote: > > > Try, "mount -o loop disk.img mnt/", mount might be able to determine the > correct file system. > Oops, I didn't read your message thoroughly, sorry. I've never really need to specify the type of file system for mount, not sure what happened.