public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* What is ANAND header?
@ 2007-01-13  6:36 Seongsu Lee
  2007-01-14 17:07 ` Thomas Gleixner
  0 siblings, 1 reply; 12+ messages in thread
From: Seongsu Lee @ 2007-01-13  6:36 UTC (permalink / raw)
  To: linux-mtd

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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-01-25 17:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-13  6:36 What is ANAND header? Seongsu Lee
2007-01-14 17:07 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox