All of lore.kernel.org
 help / color / mirror / Atom feed
From: Seongsu Lee <senux@senux.com>
To: linux-mtd@lists.infradead.org
Subject: What is ANAND header?
Date: Sat, 13 Jan 2007 15:36:29 +0900	[thread overview]
Message-ID: <20070113063629.GA13015@pooky.senux.com> (raw)

Hello,

I've a embedded board with 1GB NAND flash memory from Samsung.
(The model number of the flash memory is
 SAMSUNG 640, K9K8G08U0A)
I want to use NFTL to mount the flash memory by FAT filesystem.

But NFTL does not work for me. I found that MTD failed to
find boot record in nftlmount.c source.

It try to find out ANAND header from the MTD device. But it fails
to find out. 

	if (retlen < 6 || memcmp(buf, "ANAND", 6)) {
		continue;
	}

What is ANAND header?

Is it possible to use NFTL for mounting FAT on MTD device in my
environment?

Thank you in advance!

-- 
Seongsu's blog - http://www.senux.com/
Some people have parts that are so private they
themselves have no knowledge of them.

             reply	other threads:[~2007-01-13  6:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-13  6:36 Seongsu Lee [this message]
2007-01-14 17:07 ` What is ANAND header? Thomas Gleixner
2007-01-24  5:47   ` Seongsu Lee
2007-01-24 12:14     ` Ricard Wanderlöf
2007-01-25  6:49       ` Seongsu Lee
2007-01-25  9:12         ` Artem Bityutskiy
2007-01-25 15:30           ` David Woodhouse
2007-01-25 15:57             ` Artem Bityutskiy
2007-01-25 16:17               ` David Woodhouse
2007-01-25 16:44                 ` Artem Bityutskiy
2007-01-25 16:55                   ` David Woodhouse
2007-01-25 17:31                     ` Artem Bityutskiy

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=20070113063629.GA13015@pooky.senux.com \
    --to=senux@senux.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.