From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tomts12.bellnexxia.net ([209.226.175.56] helo=tomts12-srv.bellnexxia.net) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 169Asi-0006og-00 for ; Wed, 28 Nov 2001 20:00:32 +0000 Received: from mike ([64.230.146.178]) by tomts12-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011128201039.LOQJ18252.tomts12-srv.bellnexxia.net@mike> for ; Wed, 28 Nov 2001 15:10:39 -0500 From: "Mike Ruthven" To: "linux-mtd" Subject: Mount problem Date: Wed, 28 Nov 2001 15:10:46 -0500 Message-ID: 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: Having a problem getting my jffs2 image mounted. mount -t jffs2 /dev/mtdblock0 /mnt/jffs2 gives mount: /dev/mtdblock0 is not a valid block device I'm using kernel 2.4.16, DOC2000 on a Versalogic vsbc-6 Has anyone run into this before? Does this seem like a driver problem, or is it something I'm doing?