Slashdot Mirror


Enterprise-class ATA Drives

dfung writes "This has been mindlessly discussed many times before here, but Western Digital has now introduced real enterprise-class ATA drives with SCSI-like performance specs and 30% lower price. So now you can buy a real 10K rpm ATA drive. Interestingly enough, they mention the reason for the traditional difference in price between ATA and SCSI which I never have seen mentioned here - it has to do with testing costs, not controller electronics|platter quality|etc. Another interesting tidbit is that 160 million ATA drives were sold last year. I saw about 2 million of them stacked up in the aisles at Fry's Electronics yesterday, but that sure is a lot of drives."

6 of 316 comments (clear)

  1. 30%? by ultrabot · · Score: 4, Insightful

    Since the price difference is only 30%, SCSI should be the obvious choice for server type tasks... considering all the other benefits of SCSI. IDE seems kinda hackish in comparison.

    --
    Save your wrists today - switch to Dvorak
  2. Nice, but... by erlando · · Score: 4, Insightful
    36 GB @ $160 ..? Given the further advantages of SCSI over IDE I would rather fork out the extra $40 and go for the SCSI drive.

    If this had the same capacity as the "desktop" IDE drives, say 120+ GB then we would be talking. We don't use any drives SCSI or otherwise below 60 GB for our servers.

    --
    Remember, there are no stupid questions. But there are a lot of inquisitive idiots.
  3. Re:Testing has solved the problems? Yeah, ok. by PhilHibbs · · Score: 4, Insightful
    Testing doesn't help make the drives more reliable.
    Yes it does, on aggregate. I'm more familiar with chip manufacture, and there, they they test samples out of a batch, and rate the entire batch based on the performance of a sample. It works. The quality of the silicon, temperature, vibration, all vary from batch to batch, and in aggregate, the results are fairly reliable.
  4. Re:heh; common misconseption by lingqi · · Score: 5, Insightful

    hmm; don't think of it that way. it's simply not possible for people to go and plug in stuff by hand on a cable and test them. usually. that's wayyyyyyy in the end anyway - intergration testing in software people's terms?

    I would *suspect* that scsi chipsets have more things to be tested than ATA ones, since as you may notice, they are supposed to work with 15 devices OR by themselves, possibly providing onboard termination or not.

    testing often starts at the wafer stage (where each chip is probed and marked, failed ones are crushed, oftenly), and again when chips are packaged - usually speed sorted / repaird (if possible - a lot of memory devices support repair) at this time. After that, integration testing is actually EASIER because this is when you have a whole set of firmware commands to work with, etc.

    Frequently chips have dedicated testing commands, though (that you don't get to know), so things are not completely dire. most flash memory have test modes, for example, where if you put in a code sequence it will write the entire array into, say, a checker board pattern. This is to avoid massive delays of half microsecond writing each location, sequentially. Logic chips (like, say, scsi chipsets) usually have a different challenge - they have embedded subsections, often cache, that you don't have access to directly.

    now, to get "into the chip" you will have to sequentially put in the test patterns / vectors into special registers that reside on the lines that run between each embedded component. one register at a time (usually sequentially through a few (dozen or less) pins. testing is expensive, but pins more so ;). after each "scan burst" you toggle the clock, and sequentially read out all the registers to see if the chip did what you wanted it to do.

    this gets back to the scsi being harder to test - probably the control chipsets are more complex. I can't imagine the mechanical sections being any different (besides the 15krpm ones, anyhow) - generally when something have to communicate with a bunch of other things (like scsi) versus just a few (ATA), the former is more pain in the butt testing wise.

    oh, btw - more PIN is also another factor to costs. testers have a limited number of pins, so if you have more pins to test, you test less per turn. can't speak authoratatively on the pincount of drive controller chipsets... just FYI here.

    side note: one thing you realize after being in testing is that semiconductor manufacturs often (or, sometimes - depending on the manufacture) puts a LOT of margin into their chips. when they say the chip is rated 75 degrees C, they really mean 75 degrees because the chip was TESTED at that temperature.

    ok. long rant... gotta stop now.

    --

    My life in the land of the rising sun.

  5. Why so difficult? by Anonymous Coward · · Score: 5, Insightful

    It is always interesting to see all the jumping through hoops to defend the use of SCSI. But I think it is all bullshit.

    Every manufacturer could, at any time, start producing a diskdrive that has the mechanical and head/servo electronics of an existing SCSI drive integrated with an ATA bus interface. It would have the reliability of the SCSI drive, and assuming that manufacturer has experience in ATA electronics there is no reason to assume that it would have problems on that end.

    No need to have it in the market for 5 years to prove reliability. Disk drives are not even in the market for such a long time.

    No, they just want to sepatate two different price categories and don't want to blur that gap by offering drives with features from both sides.

  6. Bull by bill_mcgonigle · · Score: 4, Insightful

    ATA disks are cheaper to manufacture than SCSI or Fibre Channel drives for several reasons. The main reason is that ATA disks are tested in batches, whereas SCSI and Fibre Channel drives are tested individually.

    That's such a crock. I can pay about $200 for a 180GB ATA drive. I just paid over $1200 each for several 180GB SCSI drives, and that was the best price I could find.

    So, they're saying that the thousand dollar difference was because my drive was individually tested? Heck, I'll revolutionize the SCSI drive market by cutting the manufacturers' costs in half by personally testing each drive at my new business for only $500 each! C'mon, it costs them $50 to test the drive.

    Some of the thousand dollars goes into better parts, these are good, fast drives, but most of the difference is pure profit because they know SCSI is better, that the server market needs SCSI, that people need tons of storage, and that they can collude to get those prices.

    Yes, I do think the FTC ought to check into it.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)