On Tue, Aug 31, 2010 at 5:47 AM, Stefan Monnier <span
dir="ltr">&lt;monnier@iro.umontreal.ca&gt;</span>  wrote:<br />  <br />
&gt; Could be. &nbsp;That depends on the particular card you use, tho,
since  the<br />   &gt; algorithm used by the translation layer varies.<br
/>  <br />  The only relevant thing that varies from SD card to SD card is
 the size of the erase block.&nbsp;&nbsp; Any re-mapping SDs (and
most&nbsp; SSDs) do  are at the erase block level.<br />  <br />  Wear
leveling algorithms vary -- but as far as I know,&nbsp; the majority are
still based around the erase block.&nbsp; (e.g.: When a group of sectors
written are smaller than the  size of an erase&nbsp; block, the remaining
sectors are read from the erase block, combined  with the new data, and
then written to a free block with the lowest  amount of writes.)<br /> <br
/>I'm interested in seeing an SD card that remaps at a finer grain than
its erase block.<br />