|
|
|
|
|
by colanderman
5532 days ago
|
|
Modern SSDs use wear leveling to prevent this from happening. If you write to the same logical location a thousand times, the SSD's wear-leveling algorithm will write to a thousand different locations. More info: http://en.wikipedia.org/wiki/Wear_leveling |
|