From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from coliposte.enst-bretagne.fr ([192.108.115.12]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1JOvjy-00064e-Uy for linux-mtd@lists.infradead.org; Tue, 12 Feb 2008 14:04:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by coliposte.enst-bretagne.fr (8.13.7/8.13.7/2006.08.14) with ESMTP id m1CE47VF025412 for ; Tue, 12 Feb 2008 15:04:07 +0100 Received: from courrier.enst-bretagne.fr (vss-mail-02.priv.enst-bretagne.fr [10.29.90.4]) by coliposte.enst-bretagne.fr (8.13.7/8.13.7/2008.01.11) with ESMTP id m1CE3wLN025362 for ; Tue, 12 Feb 2008 15:04:02 +0100 Received: from [192.44.75.62] (plohr.enst-bretagne.fr [192.44.75.62]) by courrier.enst-bretagne.fr (8.13.1/8.13.1/2006.06.07) with ESMTP id m1CE3tZ4007961 for ; Tue, 12 Feb 2008 15:03:55 +0100 Message-ID: <47B1A74B.5020908@cegetel.net> Date: Tue, 12 Feb 2008 15:03:55 +0100 From: Christophe Lohr MIME-Version: 1.0 To: linux-mtd@lists.infradead.org Subject: Re: how to mount this mtd filesystem image? References: <47B07A44.6030003@enst-bretagne.fr> <47B19690.10009@gmail.com> In-Reply-To: <47B19690.10009@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Max Stirling: >> >> My problem is as follow: I have an mtd dump file. This is not a jffs2 >> file system image. It looks like a plain old flash file system, but >> which one? How may I get the content of this file system? >> >> 00000000 46 66 73 23 00 03 01 00 c0 ff ff ff ff ff ff ff >> |Ffs#............| >> 00000010 2f 66 66 73 2d 72 6f 6f 74 00 ff ff ff ff ff ff >> |/ffs-root.......| >> 00000020 2e 6a 6f 75 72 6e 61 6c 00 ff ff ff c0 00 03 00 >> |.journal........| >> 00000030 02 00 00 00 c0 00 04 00 03 00 00 00 c0 00 05 00 >> |................| >> 00000040 04 00 00 00 c0 00 06 00 05 00 00 00 c0 00 07 00 >> |................| >> 00000050 06 00 00 00 c0 00 08 00 07 00 00 00 c0 00 09 00 >> |................| >> > The first four bytes are the magic numbers telling which flash fs this > might be. > > I did a search for those numbers and couldn't find any reference to > this anywhere. Try doing "file this might give > more information The answer is: "data" :-( Note: in fact, this file system is used by a "Nucleus Plus" system executed by a DSP, side to an ARM proc (that executes a Linux). It might be very specific to Nucleus Plus.