32 GB Flash Storage Drive Announced
Audrius writes to tell us TG Daily is reporting that Samsung has just announced a new 32 GB Flash storage device. The aim of this new solid state disk (SSD) drive is to completely replace the traditional hard drives in many laptops on the market. Some of the advantages offered are the 1.8" form factor, read speeds more than twice that of a normal hard drive, and the promise of 95% less power use.
I have the understanding that flash memory has a finite number of writes and that conventional filesystems with their update of metadata even on file read could essentially wear out a flash drive quickly if it was used as the main disk drive (as opposed to digital camera use or the like where access is comparably infrequent)
I'd buy it. All that is needed is a wireless link to a network attatched file server. 32 GB holds a lot of non-multimedia files.
Religion for nerds. Stuff that really matters
Guess we have to reconsider some habits we've got accustomed to if traditional hds are replaced.
I don't read replies by ACs.
Flash memory cells will indeed wear out after some number of writes. This number is typically pretty high, on the order of a million writes. For most file operations that will probably be a higher MTBF than a magnetic disk with moving parts. Any significant problem would be with hot spots, like VM backing store and file system tables. However you can level wear by using cells in a something like a round-robin fashion. Remember that contiguity isn't an issue with flash because there is no seek time waiting for the head to move. There will probably be some challenges in balancing wear leveling against optimizing file system and VM performance, but in the long run flash drives will likely be much faster and more reliable than magnetic disks.