Slashdot Mirror


Are Consumer Hard Drives Headed Into History?

Lucas123 writes "With NAND flash fabricators ramping up production, per GB prices of solid state drives are expected to drop by more than half by this time next year to about 50 cents. Even so, consumers still look at three things when purchasing a computer: CPU power, memory size, and drive capacity, giving spinning disk the edge. SSD manufacturers like Samsung and SanDisk have tried but failed to change consumer attitudes toward choosing SSDs for their performance, durability and lower power use. But, with the release of the new MacBook Air (sans hard disk drive), Steve Jobs has joined the marketing push and may have the clout to shift the market away from hard drives, even if they're still an order of magnitude cheaper."

2 of 681 comments (clear)

  1. Re:The MacBook Air is a poor example to choose her by linc_s · · Score: 5, Informative

    In the MacBook Air, the SSD chips are soldered to the logic board. It is not like there is a choice on what kind of drive can be installed. When 64GB isn't enough, there is no way to upgrade. When the SSD gets a fault, there is no drive to swap out - it would be time for a new logic board. With NAND Flash having a finite lifetime, soldering the SSDs to the logic board is a prime example of planned obsolescence. When the SSD dies (when, not if), there is only Apple to turn to, so Apple effectively has vendor lock-in as well, but we have come to expect that from Apple.

    No, the SSD's are on a removable board. See http://www.ifixit.com/Teardown/MacBook-Air-11-Inch-Model-A1370-Teardown/3745/1 (It's the thing that comes off from above the RAM)

  2. Re:Spinning disks have left this customer by tomhudson · · Score: 5, Informative

    Um... Small random reads are the primary pattern in desktop usage. Are you a complete idiot? That's the SUBJECT under discussion, not dumb shit like sequential transfer speed. That's only important for marketing people who like big numbers with MB on the end.

    No, small random reads are NOT the primary pattern in desktop usage. Almost NO file on your file system is under 4k in size, which is the "chunk" size for most 8mb to 64mb hd caches.

    Even DOS didn't have average file sizes that small. And many of today's hard drives also have implemented the elevator algorithm in hardware, so head seek times, especially for small random files, are much less of an issue than they once were.

    4 drives with 32mb hardware caches will outperform your sdd in every scenario, including small random writes - especially since, for the same capacity, they can be grossly under-stroked - limited to the outermost few tracks. Understroke a 1TB drive to 32 gigs and its' seek times drop to almost zero. Throw 4 of them into a 4-drive setup as /, /home, /var, and /srv, and you'll beat the 128-gig SDD in small file r/w, and massively beat it in large file r/w.