Comment Wear leveling uses full capacity, not half. (Score 1) 165
Doubling lifespan that way requires that you only use half the disk capacity.
Actually, the amount of data that can be written is: the capacity of the device that is used × the number of times it can be written. For example, a CD-R and a DVD-R can both be written only once, but you can write at 10MB/s to a DVD much longer than you can to a CD-R. Using only half the capacity of the DVD-R wouldn't help, and would in fact halve the amount of time you could write 10MB/s to the DVD. A SSD is similar, except that it has multiple write cycles. The way wear leveling works is that writes are are distributed evenly across the medium, so you always use the full capacity of the device.