http://superuser.com/questions/280667/do-partitions-on-ssds-map-to-physical-addresses schrieb:
Where do writes to a specific partition go?
In both dynamic and static wear leveling, a map is used to link Logical Block Addresses (LBAs) to the SSD memory. Thus, any write that you do to the SSD can get placed anywhere on the SSD...
You can see it as some kind of extra interface between your OS and your SSD, which just translates locations into other locations. Towards the OS there is just no difference. However, if you were able to look past the map you would see a lot of data scattered around, like a really fragmented disk!