Slashdot Mirror


Intel Stomps Into Flash Memory

jcatcw writes "Intel's first NAND flash memory product, the Z-U130 Value Solid-State Drive, is a challenge to other hardware vendors. Intel claims read rates of 28 MB/sec, write speeds of 20 MB/sec., and capacity of 1GB to 8GB, which is much smaller than products from SanDisk. 'But Intel also touts extreme reliability numbers, saying the Z-U130 has an average mean time between failure of 5 million hours compared with SanDisk, which touts an MTBF of 2 million hours.'"

24 of 130 comments (clear)

  1. MTBF by Eternauta3k · · Score: 5, Interesting

    'But Intel also touts extreme reliability numbers, saying the Z-U130 has an average mean time between failure of 5 million hours compared with SanDisk, which touts an MTBF of 2 million hours.'"
    Is this hours of use or "real time" hours? I don't know about other people but my pendrives spend most of their time disconnected.
    --
    Yeah. Would you choose a neurosurgeon who pokes around people's brains in his spare time? I wouldn't.
    1. Re:MTBF by Target+Drone · · Score: 3, Insightful

      5 000 000 hours = 570.397764 years I don't know how Intel came up with those numbers

      From the wikipedia article

      Many manufacturers seem to exaggerate the numbers to sell more products (i.e.) Hard Drives to accomplish one of two goals: sell more product or sell for a higher price. A common way that this is done is to define the MTBF as counting only those failures that occur before the expected "wear-out" time of the device. Continuing with the example of hard drives, these devices have a definite wear-out mechanism as their spindle bearings wear down, perhaps limiting the life of the drive to five or ten years (say fifty to a hundred thousand hours). But the stated MTBF is often many hundreds of thousands of hours and only considers those other failures that occur before the expected wear-out of the spindle bearings.
    2. Re:MTBF by smallfries · · Score: 4, Funny

      Yes of course they tested them for 5 million hours, after all it's only 570 years. Don't you know your ancient history? The legend of Intelia and their flashious memerious from 1437AD?

      --
      Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
  2. Info. by Anonymous Coward · · Score: 2, Informative

    Wear-levelling algorithms. Is there a resource for finding out which algorithms are used by various vendors' flash devices? And links to real algorithms? Hint: not some flimsy pamphlet of a "white paper" by sandisk.

    I want to see how valid the claims are that you can keep writing data on a flash disk for as long as you'll ever need it. Depending on the particular wear-levelling algorithm and the write pattern, this might not be true at all.

    1. Re:Info. by EmbeddedJanitor · · Score: 3, Informative
      These claims will be made at the flash level (ie. ignoring what the block managers and file systems do).

      Different file systems and block managers do different things to code with wear levelling etc. For some file systems (eg. FAT) wear levelling is very important. For some other file systems - particularly those designed to work with NAND flash - wear levelling is not important.

      --
      Engineering is the art of compromise.
  3. hmm by mastershake_phd · · Score: 2

    read rates of 28 MB/sec

    Shouldn't a solid state device be able to be read faster than a spinning disc?

    1. Re:hmm by SatanicPuppy · · Score: 2, Informative

      Not necessarily...Three platters spinning at 7200rpm is a lot of data.

      The place where you make up time with solid state is in seek time...There is no hardware to have to move, so finding non-contiguous data is quicker.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
  4. Spinning states by HomelessInLaJolla · · Score: 2, Informative

    These days the platters spin so fast and the data density is so high that the math just might work out the same for a solid state device and the spinning disc--ie. the spinning disc may, mathematically, approximate the solid state device.

    At first thought I agree, though. Maybe there's something inherent in the nature of the conducting materials which creates an asymptote, for conventional technologies, closing in around 30 mb/sec.

    --
    the NPG electrode was replaced with carbon blac
  5. WTF? by xantho · · Score: 3, Insightful

    2,000,000 hours = 228 years and 4 months or so. Who the hell cares if you make it to 5,000,000?

    1. Re:WTF? by Kenja · · Score: 4, Insightful
      "2,000,000 hours = 228 years and 4 months or so. Who the hell cares if you make it to 5,000,000?"

      Mean time between failures is not a hard perdiction of when things will break. http://en.wikipedia.org/wiki/MTBF

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
  6. 2 million hours? by jgoemat · · Score: 2, Insightful

    So on average, it will last 570 years instead of 228?

  7. Re:Why? what does it matter by Jarjarthejedi · · Score: 2, Informative

    MTBF matters because it's random. They're not saying that every drive will last that long, they're saying that the average drive will. Therefore the chance of any drive failing within a reasonable amount of time drops the more the mean time is. So with a 5000000 MTBF the chance of any one drive failing in your life time is incredibly minuscule.

    --
    There are two kinds of fool One says 'This is old therefore good' Another says 'This is new therefore better'- Dean Ing
  8. Better than FAT. by Kadin2048 · · Score: 2, Interesting

    To get reliability you need to use a flash file system that is designed to cope with NAND.

    Any suggestions of possible candidate filesystems?

    Right now, most people that I know of, use flashdrives to move data from one computer to another, in many cases across operating systems or even architectures, so FAT is used less for technical reasons than because it's probably the most widely-understood filesystem: you can read and write it on Windows, Macintosh, Linux, BSD, and most commercial UNIXes.

    However, a disk that was going to be installed in a single machine could be more flexible; it would be somewhat more acceptable to use a specialized filesystem there (as long as the filesystem wasn't so specific as to make recovery impossible), particularly if you wanted to maximize reliability.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  9. Apple would lose all its value over time by rolfwind · · Score: 2, Insightful

    Right now, Apple has 90% of its value due to the vision of Steve Jobs and the products he helps create. This is not to say that there aren't many people involved in Apple's success nor that he even thinks up of most of the products like iPod - but he does a great job in realizing those products and positioning them in the marketplace.

    Unless Intel can keep Jobs and gives him free reign, Apple would soon go rotten from a mediocre vision of someone who just doesn't get the Apple culture and is looking at the spreadsheets when doing products and releasing "Me Too!" items that look and act like everyone elses. Just look at the stagnation of Apple throughout the late 80's and 90's. Intel certainly isn't that company.

    And I think Jobs is too much of a control freak to voluntarily hand himself over to some corporate masters just for a few dollars better margin on a few components.

  10. MEAN time between failures, what does that MEAN by tepples · · Score: 3, Informative

    Did they really test these for 5 million hours or are they just pulling the number out of their ass? It's a mean time between failures. An MTBF figure of 5 million hours means they tested 500,000 of them for 300 hours, and 30 of them failed. A rate of 150 million unit hours per 30 failures equals 5 million unit hours per failure.
    1. Re:MEAN time between failures, what does that MEAN by hackwrench · · Score: 2, Insightful

      That makes about as much sense as declaring that they tested 5 million of them for 1 hour and only one of them failed.

    2. Re:MEAN time between failures, what does that MEAN by dgatwood · · Score: 2, Insightful

      Or, depending on how you look at it, they are both equally invalid if, in fact, the products have a thermal failure in which a trace on the board melts with a period of 2 hours +/- 1 hour and you've just started hitting the failures when testing concludes. The shorter the testing time, the more thoroughly meaningless the results, because in the real world, most products do not fail randomly; they fail because of a flaw. And in cases where you have a flaw, failures tend to show clusters of failures at a particular age or level of use. For example, I find that the MTBF for cars and hard drives tends to be the duration of the warranty period plus 1-4 weeks. :-)

      MTBF is approximately useless unless product failures are distributed with a gaussian distribution around the mean. You could have a long tail with a few of them lasting a decade and most of them dying after a week and still have a MTBF figure measured in years, depending on how the testing was done, and specifically on whether they reached the magic cluster death point during the testing period or not. The odds of accidentally hitting such a degenerate case on a single drive are small, but they add up quickly when you're talking about an entire industry worth of drive models. Were that not the case, a whole lot of really awful hard drive models would never have made it out of testing, IMHO.

      I wish manufacturers would be more transparent about their testing methodologies. My gut feeling, though, is that many of them have poor practices and don't want the world to know. This is one of the rare cases where the "if you have nothing to hide, you shouldn't keep this information private" argument actually holds some weight, IMHO---this and crypto research. :-)

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  11. 5 million hours MTBF by Dachannien · · Score: 2, Insightful

    That figure doesn't tell me jack. What I want to know is if I order 100 of these things, how many of them will fail just after the warranty expires?

  12. Re:Wear leveling in hardware by EmbeddedJanitor · · Score: 3, Interesting
    The cards with internal controllers do something like you say and you can thead the SD or SmartMedia specs for details. They manage a "free pool" primarily as a way to address bad blocks, but this also provides a degree of wear levelling.

    Putting a FAT partition onto such a device, or into a file via loop mounting, only gives you wear levelling. It does not buy you integrity. If you eject a FAT file system before mounting it then you are likely to damage the file system (potentially killing all the files in the partition). This might be correctable via a fschk.

    Proper flash file systems are designed to be safe from bad unmounts. THese tend to be log structured (eg. YAFFS and JFFS2). Sure, you might lose the data that was in flight, but you should not lose other files. That's why most embedded systems don't use FAT for critical files and only use it where FAT-ness is important (eg. data transfer to a PC).

    --
    Engineering is the art of compromise.
  13. Incremental layout and web accelerator by tepples · · Score: 2, Informative

    Remember their old Pentium add which claimed surfing the 'net would be sooooo much faster with their new Pentium, 'cause it's not like it's actually limited by the speed of you network connection? It wasn't entirely false advertising. A web browser on a faster computer can run more iterations of the incremental layout code, so that the data looks like it's coming in faster. A faster computer can run more complex text and mark-up compression in human-acceptable time, allowing for "web accelerator" software that became especially popular during the wane of dial-up.
  14. Re:Why? what does it matter by Reason58 · · Score: 5, Funny

    MTBF matters because it's random. They're not saying that every drive will last that long, they're saying that the average drive will. Therefore the chance of any drive failing within a reasonable amount of time drops the more the mean time is. So with a 5000000 MTBF the chance of any one drive failing in your life time is incredibly minuscule. In 20 years from now, when hard drive capacity is measured in yottabytes, will you really be carrying around a 512MB thumbdrive you bought for $20 back before the Great War of 2010?
  15. For how long? by EmbeddedJanitor · · Score: 2, Interesting
    Intel is a weird company when it comes to the way they do business and I am suprised they are stepping into NAND flash space. The writing was on the wall since they are members of ONFI http://www.onfi.org/

    Intel bough the StrongARM off Digital, then sold it, presumably to focus on "core business" of x86 etc. They've done similar moves with their 8051 and USB parts. It is hard to see what would attract them to NAND flash which has very low margins. NAND flash now costs less than 1 cent per MByte, about a fifth or so of what it cost a year back, and there seems to be no slowing.

    Intel seems to work well with high margin devices (Pentium etc) and not so well with low margin parts (USB chipsets, PXAxxx etc).It is hard to see Intel keeping in the NAND business for very long.

    --
    Engineering is the art of compromise.
  16. Wait a minute.. by aero2600-5 · · Score: 2, Informative

    "mean time between failure of 5 million hours"

    Didn't we just recently learn that they're pulling these numbers out of their arse, and that they're essentially useless?

    Disk failures in the real world: What does an MTTF of 1,000,000 hours mean to you?

    This was covered on Slashdot already.

    If you're going to read Slashdot, at least fucking read it.

    Aero

    --
    Please stop hurting America -- Jon Stewart
  17. Re:Why? what does it matter by LoudMusic · · Score: 2, Insightful

    In 20 years from now, when hard drive capacity is measured in yottabytes, will you really be carrying around a 512MB thumbdrive you bought for $20 back before the Great War of 2010? How do you know it's going to happen in 2010? Are you SURE it's going to happen in 2010? That only gives me 3 years to prepare the shelter ...
    --
    No sig for you. YOU GET NO SIG!