Slashdot Mirror


Intel Pulls SSD Firmware Day After Release

CWmike writes "Intel has pulled a firmware upgrade it released on Monday for its X25-M consumer solid-state drives after users complained that the software caused crashes. The company on Monday made available a software package called SSD Toolbox to monitor and manage the performance and health of X25-M SSDs on systems running Windows 7. The package included a firmware upgrade and software called SSD Optimizer that included diagnostic tools to help keep the Intel SSD running at high performance. 'We have been contacted by users with issues with the 34-nanometer Intel SSD firmware upgrade and are investigating. We take all sightings and issues seriously and are working toward resolution. We have temporarily taken down the firmware link while we investigate,' an Intel spokesman said in an e-mail. The spokesman declined to comment on when the company would issue updated firmware."

4 of 125 comments (clear)

  1. Development process is flawed by EmagGeek · · Score: 5, Insightful

    I'm starting to think that the whole SSD market is a prime example of the modern corporate development mentality of pawning off beta testing to the general public. It's clear that SSDs are not ready for general release, but companies do not want to spend the time or money to validate them against specifications or ensure that they work properly for their particular purpose. Let the public pay for your beta test program. It's a lot cheaper.

    1. Re:Development process is flawed by LitelySalted · · Score: 5, Funny

      I guess it's the "cheaper" "cheaper" alternative to shipping your whole QA department over to India.

    2. Re:Development process is flawed by owlstead · · Score: 5, Insightful

      Paranoid much? There may be companies out there that haven't got a lot to loose and can play that testing game. Intel is certainly not one of them. Anyway, SSD's have been on the market quite a while, although market penetration was always low. And do you think that OS support for TRIM would be there if we had to wait for another year?

      Anyway, let's wait and see what causes the (alleged) problems and we'll know what to think of it. It's a bit early to put this to corporate greed. These are complex products.

    3. Re:Development process is flawed by 644bd346996 · · Score: 5, Insightful

      I think it's more that nobody is taking seriously the fundamental differences between hard drives and flash. Nobody has really stopped to do a comprehensive assessment of what existing assumptions embodied in our software and users will be broken by flash memory that is asymmetric in both access speed and access granularity. As a result, the pre-Intel flash SSD controllers made really stupid trade-offs, and they ended up with drives that were less suitable for the consumer market than ordinary hard drives. Once Intel made everybody realize that latency and IOPS mattered a lot more to consumers than throughput, people moved on to the next difference, and started complaining about the lower write performance of a nearly full SSD. Even today, I still see people referring to it as a "bug", when it is nothing more than an inherent difference from the spinning platters of hard drives. Smart garbage collection (which requires smart OS support) is a way of hiding the limitation, but the lack of it isn't a bug any more than a hard drive with a small cache is faulty. It just has obvious room for improvement.