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 16rKoI-0005kR-00 for ; Sat, 30 Mar 2002 15:30:30 +0000 From: David Woodhouse In-Reply-To: <20020330144506.12877.qmail@sina.com> References: <20020330144506.12877.qmail@sina.com> To: fyaowen Cc: linux-mtd@lists.infradead.org Subject: Re: problem with build jffs2 filesystem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 Mar 2002 15:30:23 +0000 Message-ID: <555.1017502223@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: fyaowen@sina.com said: > dd if=jffs2.image of=/dev/mtd7 > mount -t jffs2 /dev/mtd7 /mnt > After I gave out this instruction, all partitions on Neponset were > erased. That mount command should have failed. You cannot mount the character device. -- dwmw2