Note also that normally it should not kill the card, but rather "blocks of of the card".
So that if you have a partition for swap, in theory this partition will become unusable faster than the rest of the card but the card should still be usable.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=73104\"][{POST_SNAPBACK}][/a][/div]
Flash cards have a wear-leveling algorithm that spreads writes across the entire card. (Or at least across free space on the card) So the writes to the swap are going to wear down cells all over the card. A larger card with more free space will likely last longer than a smaller card. It is definitely not going to be just one section of the card that gets worn out.
Theoretically, you should still be able to read data off of a dead card, but that is going to depend on how corrupt the filesystem becomes when the writes start failing. (A linux fs could proably be imaged with DD, loop-mounted on another system, and FSCK'd, but that is likely a post for a different topic.)