lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 9 Jun 2010 15:11:20 +0530
From:	"Yedire, Sandeep" <syedire@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: Ext2/3 Filesystem Analysis

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ