From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailrelay1.inwind.it ([212.141.54.101]) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 17IkT8-0003Xz-00 for ; Fri, 14 Jun 2002 07:21:59 +0100 Received: from ester (62.98.110.244) by mailrelay1.inwind.it (6.5.015) id 3CAA37A3032A0934 for linux-mtd@lists.infradead.org; Fri, 14 Jun 2002 08:21:30 +0200 Message-ID: <001f01c2136b$ed3fb940$0100a8c0@ester> Reply-To: "Krypton" From: "Krypton" To: References: <001301c2134a$4bf3ed20$5501a8c0@synso.com.tw> Subject: Re: Howto create a new jffs2 Date: Fri, 14 Jun 2002 08:22:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: >> Creating 5 MTD partitions on "SA1100 flash": >> 0x00000000-0x00020000 : "firmware" >> 0x00020000-0x00040000 : "params" >> 0x00040000-0x00140000 : "kernel" >> 0x00140000-0x00fe0000 : "rootdisk" >> 0x00fe0000-0x01000000 : "test" > Try, mount -t jffs2 /dev/mtdblock4 I already have tried this but unsuccesfully. Error : "No such file or directory" Other suggestions ? Cheers