All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Barada <peter.barada@gmail.com>
To: linux-mtd@lists.infradead.org
Subject: Re: What does oob stand for in mtd.h?
Date: Sat, 06 Dec 2014 01:36:55 -0500	[thread overview]
Message-ID: <5482A407.4070002@gmail.com> (raw)
In-Reply-To: <54827EEB.7030305@gmail.com>

On 12/05/2014 10:58 PM, nick wrote:
> Greetings MTD subsystem developers,
> I am wondering what oob stands for in mtd.h as a lot of functions are using it in their names. This would greatly need in me understanding the core of this subsystem if something points out what this stands for.
>
"Google is your friend". :)

A search for "NAND oob" turns up multiple URLs that can shed light on
the meaning of OOB in the context of a NAND device.

But to suffice, OOB = "Out Of Band" meaning the bytes of "extra" sotrage
read/written with every page access of a NAND device (aka the "spare
area" of each page).  Usually the OOB area contains ECC bytes (to
correct the NAND in the case of a bit flip during read), and probably
metadata (used by YAFFS and other NAND-based filesystems).

-- 
Peter Barada
peter.barada@gmail.com

  reply	other threads:[~2014-12-06  6:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-06  3:58 What does oob stand for in mtd.h? nick
2014-12-06  6:36 ` Peter Barada [this message]
2014-12-06 10:55 ` Richard Weinberger
2014-12-07  1:43   ` nick
2014-12-07 10:36     ` Rafał Miłecki
2014-12-07 13:23       ` nick

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=5482A407.4070002@gmail.com \
    --to=peter.barada@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.