From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pat.uio.no ([129.240.10.6]) by canuck.infradead.org with esmtps (Exim 4.62 #1 (Red Hat Linux)) id 1Fdhe1-0007sb-Mg for linux-mtd@lists.infradead.org; Wed, 10 May 2006 01:54:05 -0400 Received: from mail-mx5.uio.no ([129.240.10.46]) by pat.uio.no with esmtp (Exim 4.43) id 1Fdhdu-0006Qh-6R for linux-mtd@lists.infradead.org; Wed, 10 May 2006 07:53:50 +0200 Received: from grid.uio.no ([129.240.86.18] helo=AAAA) by mail-mx5.uio.no with smtp (Exim 4.43) id 1Fdhdp-00084A-0L for linux-mtd@lists.infradead.org; Wed, 10 May 2006 07:53:45 +0200 Message-ID: <006e01c673f6$1d51ffa0$0100a8c0@AAAA> From: "Aleksandr Konstantinov" To: Date: Wed, 10 May 2006 08:53:51 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="windows-1257"; reply-type=original Content-Transfer-Encoding: 7bit Subject: How to extract file from JFFS2 image? List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, Is there any way to extract content of JFFS2 image stored in file without copying it to MTD device? Thanks A.K.