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 15fGcV-0006LS-00 for ; Fri, 07 Sep 2001 09:04:11 +0100 From: David Woodhouse In-Reply-To: <3B987838.A7F8B7AA@dgt-lab.com.pl> References: <3B987838.A7F8B7AA@dgt-lab.com.pl> <3C6BEE8B5E1BAC42905A93F13004E8AB6B6B35@mailse01.axis.se> To: Wojciech Kromer Cc: mtd Subject: Re: JFFS2 on 8MB Flash-Chip conneted to MPC850 works extremly slow:( Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 Sep 2001 09:10:05 +0100 Message-ID: <18025.999850205@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: krom@dgt-lab.com.pl said: > But writing my user partition (/dev/mtdblock4) destroys data from the > begining of my chip ! What's wrong? Put printk statements in the glue functions which add the offset to the write request and pass it along. See if they're adding the correct offset. -- dwmw2