public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: simon@baydel.com, MTD mailing list <linux-mtd@lists.infradead.org>
Subject: Re: JFFS2 and bad blocks
Date: Mon, 06 Jan 2003 19:59:08 +0100	[thread overview]
Message-ID: <200301061959.09010.tglx@linutronix.de> (raw)
In-Reply-To: <3E19B70F.1851.32F407@localhost>

On Monday 06 January 2003 18:04, simon@baydel.com wrote:
> I download the CVS stuff mid December and again today. The
> hardware ran ok before and could use jffs2 without errors but as I
> added files it was slow and I could not make file systems on
> partitions which contained bad blocks.
>
> The new CVS code seems to be much quicker and I can erase,
> mount and copy files to my new filesystem without error. I have set
> up the specific driver to do soft ecc. I noticed that when I reboot the
> system and the filesystem gets mounted I get errors. The more
> writes that occur the more errors I seem to get. I ran a test for a
> week or so over the break which generated log files. A reboot after
> this produced thousands of errors but the filesystem seemed ok.
>
> The errors are something like
>
> Empty flash at 0x00469ffcb ends at 0x0046a000
This happens due to NAND specific timed buffer flushing. JFFS2 fills up the 
write buffer to a full page boundary with 0xff and writes out the buffer to 
the chip, if you have no consecutive write within 2 seconds. This is done to 
ensure, that data is written to FLASH. This fill looks like empty FLASH on 
mount. So JFFS2 is wondering why there is data after the "empty" FLASH.
No reason to worry.

> or
>
> jffs2_scan_dirent_node(): Node CRC failed on node at 0x0046a7f0
> read 0xffffffff calculated 0xdec8161b
This happens, if the write buffer is not written to FLASH before you power 
down your system without umount. Then the write buffer is lost and you get 
this error on mount. This indicates, that you may have lost data.

> I was wondering if any of you could shed any light on this.

-- 
Thomas
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx@linutronix.de

      reply	other threads:[~2003-01-06 18:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-03 10:23 JFFS2 and bad blocks simon
2002-12-03 13:03 ` Thomas Gleixner
2003-01-06 17:04   ` simon
2003-01-06 18:59     ` Thomas Gleixner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200301061959.09010.tglx@linutronix.de \
    --to=tglx@linutronix.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=simon@baydel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox