public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Ext2/3 Filesystem Analysis
@ 2010-06-09  9:41 Yedire, Sandeep
  2010-06-09  9:58 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Yedire, Sandeep @ 2010-06-09  9:41 UTC (permalink / raw)
  To: linux-kernel

Hi All,

I am currently working on Ext2/3 filesystem analysis on SLC NAND Flash device.

I have added code at driver level to note the erase and write count to
each sectors at NAND flash device.

With test application doing read/write of 64MB file with a particular
pattern, I have noted below results
With Ext2:
Filesystem block at Sector 0 is being updated more frequently at ratio
of 4 to 4.5 times that of data block.
Filesystem block(super block copies) are being updated at twice the
frequency compared to data block.

With Ext3:
Filesystem block at Sector 0 is being updated more frequently at ratio
of 5.5 to 6 times that of data block.
Filesystem block(super block copies) are being updated at around
1.5times the frequency compared to data block.

Has anyone come across this kind of behaviour with these filesystems
on NAND Flash?
Please comment on this results.
Many thanks,
Sandeep

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

end of thread, other threads:[~2010-06-09 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09  9:41 Ext2/3 Filesystem Analysis Yedire, Sandeep
2010-06-09  9:58 ` Alan Cox
2010-06-09 12:06   ` Andi Kleen

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