512GB Solid State Disks on the Way
Viper95 writes "Samsung has announced that it has developed the world's first 64Gb(8GB) NAND flash memory chip using a 30nm production process, which opens the door for companies to produce memory cards with upto 128GB capacity"
There are ~31.5 million seconds in a year. If you assume that the write speed is 1 GB/s and that you were writing constantly, you would generate ~62 thousand writes to each bit. Roll the write speed back to a still unlikely ~100 MB/s(still writing constantly) and you generate about 6 thousand writes to each bit in a year.
Throw in the fact that the controllers for these chips spread writes around and you can be certain that the endurance is not a problem.
Nerd rage is the funniest rage.
This has been discussed before. Modern flash drives use wear leveling to avoid writing to well-worn blocks and to move unchanging files from unworn blocks so they can be used more. Yes, it adds complexity and yes it slightly delays the write process. But it's invisible to the CPU and OS and takes far less time that it would to move the heads of the standard mechanical HD. An SSD is free to organize blocks in any order in the address space because there is virtually no penalty for fragmentation.
I think you will find that even in very heavy use applications (e.g. working with HD video or using the SSD for virtual memory) that the lifespan of these drives be longer than a decade (and longer than mechanical HDs). Moreover, they will fail gracefully as blocks become tags as worn.
Two wrongs don't make a right, but three lefts do.