|
|
Log in / Subscribe / Register

Flash and small modifications

Flash and small modifications

Posted Apr 6, 2012 22:46 UTC (Fri) by jzbiciak (guest, #5246)
In reply to: Flash and small modifications by dlang
Parent article: 2012 Linux Storage, Filesystem, and Memory Management Summit - Day 2

Where I think the overlaid CRCs might become more interesting is when the CRC is supposed to cover a fairly large block (say 64K) but you're rewriting a much smaller piece (say 4K) with a minor update. If you don't have the other pieces handy, you can compute your CRC update on just the piece you have, rather than having to go read them.


to post comments

Flash and small modifications

Posted Apr 6, 2012 23:02 UTC (Fri) by dlang (guest, #313) [Link]

true, but if you think of the fact that it's only the on-device controller that would have to re-read the data, I don't think it really matters, the speed that it can re-read the raw data is fast enough that I really don't expect it to be a bottleneck.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds