From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 17Ila2-0003dg-00 for ; Fri, 14 Jun 2002 08:33:10 +0100 From: David Woodhouse In-Reply-To: References: To: Clifford Loo Cc: Linux MTD mailing list Subject: Re: Problem putting JFFS on MTD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Jun 2002 08:33:05 +0100 Message-ID: <17643.1024039985@redhat.com> 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: kfloo@hkpc.org said: > mount: /dev/mtdblock0 has wrong device number or fs type jffs not > supported and cp: cannot create regular file `/dev/mtd0': No such > device I'd strongly recommend using JFFS2, not JFFS. Do you definitely have the /dev/mtd* device nodes and CONFIG_MTD_BLOCK and CONFIG_MTD_CHAR? -- dwmw2