Slashdot Mirror


ATA133 Controllers Have Arrived

Spot writes "If you're a hardware junkie, then you may already know ATA133 is on it's way to becoming the new standard for drive controllers. LittleWhiteDog has a very detailed look into the Promise Ultra133 TX2 Controller and Maxtor's D740X-6L ATA133 interface drive. " And I just bought a few 100g drives :) I still find it funny that every couple years I buy new hard drives always for around $200... 120 megs, 800 megs, 2.5G, 12G, 30G, 100G. I love this.

121 of 344 comments (clear)

  1. SCSI by kawaichan · · Score: 3, Insightful

    Still rules for now, when will serial ATA will come out for the consumer market? seemed like a slick deal for me. As for ATA 133, it's just a holding tech until Serial ATA comes out (god knows when)

    --

    kawai
    1. Re:SCSI by Trepidity · · Score: 2

      Sure, I'll upgrade to SCSI, as soon as you point me to an affordable 75-gig SCSI drive. By affordable I of course mean "under $250," not $1000.

  2. linux support by aardvaark · · Score: 3, Interesting

    How is the linux support for ata133 interfaces??

    --
    If I had no sense of humor, I would long ago have committed suicide. -Ghandi
    1. Re:linux support by xTK-421x · · Score: 5, Informative

      The patch for UltraATA 133 Support is available here:

      http://www.linuxdiskcert.org/

      --
      "TK-421, why aren't you at your post?"
    2. Re:linux support by xTK-421x · · Score: 3, Informative

      Whoops.. let me fix that link:
      http://www.linuxdiskcert.org/

      Sorry about that.

      --
      "TK-421, why aren't you at your post?"
  3. darn! by InfiX · · Score: 2, Interesting

    due to the limitations of 32bit PCI, this effectively makes my ultra160 SCSI controller and hard drives obsolete as far as transfer speeds are concerned (and i assume the ata133 will be considerably cheaper than u160 devices of the same size based on past experience with IDE vs. SCSI). well, 15,000rpm is still nice though :)
    anyone have good reason now (other than slightly superior seek times) to stay with SCSI solutions?

    1. Re:darn! by Drakantus · · Score: 4, Interesting

      When was the last time you saw a 10,000RPM IDE drive? As far as an *interface*, IDE is fine and the slight advantages of SCSI don't justify the cost. However, purely due to the drive manufacturers stuborness, you can not find anything faster than 7200RPM in an IDE drive. While the fastest IDE drives are *VERY* competitive with SCSI performance, SCSI still has the top drives. Nothing touches the Seagate X15-36LP, and the "cheap" ($200) maxtor 10k III is still faster than anything available in IDE.

      --
      I love going down to the elementary school, watching all the kids jump and shout, but they dont know I'm using blanks.
    2. Re:darn! by Sloppy · · Score: 2

      anyone have good reason now (other than slightly superior seek times) to stay with SCSI solutions?

      I have a cheapo file server with 4 IDE drives RAIDed. In order to do this, I had to remove the CDROM drive. I cannot easily add any more drives. That's not really a big problem, but it's something.

      I have another computer that is happier. I have a cheap IDE hard disk, but the DVDROM and Zip are SCSI, and I can hook my (alas, obsolete) tape drive up to it. Hybrid is nice way to go: can hook up everything you need, but still use a cheap hard disk. Want the fastest swap or /tmp that you can get? Add a SCSI disk (though buying RAM is probably smarter ;-). Want cheap big storage for your pr0n? Add IDE disk.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  4. I want one! by Billly+Gates · · Score: 3, Funny
    I will be able to code and type all my Word documents so much faster now.

  5. Oh, to be cheap and unemployed! by Sj0 · · Score: 2, Interesting

    I still find it funny that every couple years I buy new hard drives always for around $200... 120 megs, 800 megs, 2.5G, 12G, 30G, 100G. I love this.

    You should see what kind of drives they are just *giving* away these days...

    2 gigs? I'll never fill that up! :)

    (seriously, you'd be suprised how many people consider their old 2 gig drives to be in the same league as their old 30 meggers a few years ago! :))

    --
    It's been a long time.
    1. Re:Oh, to be cheap and unemployed! by Drakantus · · Score: 2

      It's not the size, it's reliability/speed. I would be fine with a 600MB drive if it was as fast as a modern drive, and reasonably reliable- but I don't expect much from 6 year old storage. For that reason I'll toss or give away pretty much any drive under 6GB these days.

      --
      I love going down to the elementary school, watching all the kids jump and shout, but they dont know I'm using blanks.
    2. Re:Oh, to be cheap and unemployed! by IronChef · · Score: 2

      and the third was a Quantum fireball 1 gig which died on my recently (the BIOS just stopped recognising it...odd.)

      Maybe the drive is OK. My Abit BH-6 board lost one of its IDE channels. I thought I had drive problems too until I figured out the mobo had flaked out.

      Having 1 IDE channel on the primary box sucks, but it gave me an excuse to go buy 1 big hard drive and put the other drives to use elsewhere in the house. :)

    3. Re:Oh, to be cheap and unemployed! by aozilla · · Score: 2

      The problem is, it costs just about as much today to make a 2 gig HD as it does to make a 20 gig HD. In fact, considering economies of scale, the 2 gig HD would probably cost more to make.

      --
      ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  6. Always outdated by AgentUSA · · Score: 2, Funny

    *sigh*

    and I've had my new ATA100 60GB hard drive for a week and a half.....

  7. They keep making ATA faster ... by jkujawa · · Score: 5, Insightful

    But they aren't doing anything to make it SUCK LESS. Drive platters aren't getting faster at the rate the controller is. Very few, if any, drives currently available can saturate an ATA33 bus, sustained. The only thing these ludicrous improvments are doing are increasing performance to and from the drive cache.

    Now that IDE has for all intents and purposes killed SCSI on the desktop, you'd think that they'd expend a little fucking engineering effort to make it so that you can control more than two drives on a controller, and so that a other devices on the chain can work while one is processing a command.

    I'm horrified at how IDE has flourished. It's the worst possible standard for a drive interface.

    1. Re:They keep making ATA faster ... by Peaker · · Score: 3, Funny

      I'm horrified at how IDE has flourished. It's the worst possible standard for a drive interface.

      If you ever wrote FDC drivers, you'd know that's not true. :)

    2. Re:They keep making ATA faster ... by jkujawa · · Score: 2

      I forgot to post my worst bitch about IDE. On PC hardware, at least, you get a maximum of two busses per IRQ. Building cheap servers with IDE eats IRQs like popcorn.

      Of course, rants about IBM AT architecture, specifically IRQ stupidity, belong in another post.

    3. Re:They keep making ATA faster ... by Sj0 · · Score: 4, Flamebait

      It's the worst possible standard for a drive interface.

      If that's how you feel, I pity you. While I'm doing that, I'll see how many RLL or MFM drives you have in your PC right now, and if you have none, I'm gonna smack you.

      The truth is that IDE was a godsend for anybody who wanted a hard drive in their PC. The fact that their interface came standard in any bios, the fact that you didn't have to worry about whether your new drive would work on your old controller (or your old drive on your new controller) were revolutionary, as was the incredible speed you could achieve without worrying about interleaving your drice. The price was right as well. IDE had what it took to become a dominant standard, and anybody who thinks differently is just spewing SCSI loving garbage(note:I have nothing against SCSI, but it has never had the price advantage, the compatibility advantage or the ease of installation which made IDE so popular.)

      Basically, until you have tried to troubleshoot an MFM or RLL drive, you can keep your mouth shut and quit bitching. There were plenty of standards which are far worse than IDE.

      --
      It's been a long time.
    4. Re:They keep making ATA faster ... by jkujawa · · Score: 2

      It's the worst possible standard for a drive interface which is currently in widespread use.

      SCSI electronics aren't any more complex than IDE electronics, and the price of SCSI would not be what it is if Worse is Better hadn't stuck it's dirty fingers into the pot.

    5. Re:They keep making ATA faster ... by captaineo · · Score: 2, Interesting

      One other thing that definitely falls in the "please suck less" category is write caching... Lots of otherwise decent ATA drives lie about data having been written to the platters, when it is really still just in the drive's on-board cache. This inflates benchmark numbers, but it also makes it impossible for the operating system to guarantee filesystem integrity. (journaling filesystems don't work when the drive lies about what data has really made it to the disk...)

      As far as I know most SCSI drives don't deceive the OS in this way.

    6. Re:They keep making ATA faster ... by Magila · · Score: 2, Interesting

      That's why they're making SerialATA. Faster, hot swapable, and no more channelsx2 drive limit.

    7. Re:They keep making ATA faster ... by RelliK · · Score: 5, Informative

      I couldn't agree more.

      No drive in existence can even come close to saturating ATA/66. Under some conditions they break through 33MB/s, but that's about it. ATA/100 and ATA/133 then are totally useless. But let's make a few calculations:

      ATA/133 interface can transfer data from the HD's cache to memory at 133 MB/s, while ATA/66 drive can do so at 66 MB/s. The standard cache size on modern HDs is 2MB. At 66MB/s it takes 0.03 seconds to read the entire cache. At 133MB/s, it takes 0.015 seconds. Therefore, whenever you try to read data from disk, an ATA/66 drive will operate at 66MB/s for the first 0.03 seconds! After that, the speed will be limited by the speed of the spindles. Similarly, an ATA/133 drive will operate at 133MB/s for the first 0.015 seconds. Also, an ATA/133 drive will be faster than ATA/66 drive for a whopping 0.015 seconds at a time! Wow!!! (and that's assuming that the desired data is in the cache in the first place...)

      How about improving IDE so that multiple drives can operate concurrently? That would justify the interface speed increase. How about making it hot-swappable? How about making it usable for external devices? But no, they have to keep on making ATA/100, ATA/133, ATA/999, ATA/2000, etc. so that Joe Consumer has yet another marketing gimmick to buy...

      --
      ___
      If you think big enough, you'll never have to do it.
    8. Re:They keep making ATA faster ... by renoX · · Score: 2, Insightful

      > I'm horrified at how IDE has flourished. It's the worst possible standard for a drive interface.

      Now let's see, where I have seen this before?
      - 80x86 one of the worst ISA (braindead floating points ISA, too few registers, unduly complicated) won against all the other because it was cheaper.. IBM considered going with the 68000, but it was quite expensive..

      - Microsoft vs Apple: Windows won, they were cheaper and still able to get the job done..
      Who earns more money now?

      Do you see a trend here?

      As long as it get the job done, the cheapest technology will win, even if it is "ugly" from a technical point of view..

    9. Re:They keep making ATA faster ... by DeadMeat+(TM) · · Score: 2
      Very few, if any, drives currently available can saturate an ATA33 bus, sustained. The only thing these ludicrous improvments are doing are increasing performance to and from the drive cache.
      Put two very fast hard drives on the same channel and you can push 100 or even 133 MB/sec pretty easily. Sure, it's going to be power-user and (once the RAID version of the card hits the streets) low-end server territory, but that's exactly Promise's market.
    10. Re:They keep making ATA faster ... by Trepidity · · Score: 3, Interesting

      But, as you noted, that's a rant about IBM AT architecture. There's no such problem with IDE on a Mac, so it's not IDE's fault.

    11. Re:They keep making ATA faster ... by Trepidity · · Score: 2

      While ATA has had some incompatibility problems, mostly due to large drives, SCSI has tons of compatibility problems. Not only are there tons of different standards (SCSI-1, Fast-SCSI, Ultra-SCSI, Ultra-Wide-SCSI, etc.), but there are tons of different cable in use (IDC-50, CN-50, HD-50, HD-68, DB-25, VHDCI, HDI-30, etc., etc.) none of which are compatible, of course. At least with IDE you can be reasonably certain that your new IDE drive will plug into your IDE controller.

    12. Re:They keep making ATA faster ... by Trepidity · · Score: 3, Insightful

      First of all, starting off a comment with "No. Wrong." is so ridiculously juvenile as to barely warrant a response.

      Secondly, only one device can talk on an IDE bus at a time, but as you noted the drives can't push data fast enough to saturate it anyway. So with two drives, you have them continuously reading data off the disk into their caches and then alternately sending it on the bus. So yes, they don't talk concurrently on the bus, but they are concurrently reading off the disk. The end result is that you have the bus more saturated than before.

    13. Re:They keep making ATA faster ... by RelliK · · Score: 2
      So yes, they don't talk concurrently on the bus, but they are concurrently reading off the disk. The end result is that you have the bus more saturated than before.

      No they are not. You can send read commands to only one device at a time. While one device is reading the other one is doing absolutely nothing. If what you are saying was possible then the drives would in fact be working concurrently.

      --
      ___
      If you think big enough, you'll never have to do it.
    14. Re:They keep making ATA faster ... by Trepidity · · Score: 2

      Well, I won't claim to be an expert on low-level ATA interfaces, but I was under the impression that only the actual reading was limited to one device at a time. Can't the drive fill its onboard buffer from the physical disk using its internal firmware, without any bus intervention? Then couldn't one drive be officially "reading" (i.e. sending data over the bus) while the other is officially "not reading" but still is physically physically reading data off the platters to fill its onboard buffer (all this being done under the control of the firmware)?

      Granted, since they're only 2mb buffers this wouldn't be too impressively fast, but it's still something.

    15. Re:They keep making ATA faster ... by RelliK · · Score: 2

      No. You send read command; you wait for data; while you are waiting the other drive is doing absolutely nothing. With SCSI you send read command; you wait for data; while you are waiting another process can send read command to another SCSI device on the same channel. How the interleaving is accomplished -- that's an implementation detail I am not aware of. But it could easily be done with time slices (i.e. exactly what you mentioned).

      --
      ___
      If you think big enough, you'll never have to do it.
    16. Re:They keep making ATA faster ... by RelliK · · Score: 2

      And what exactly would it read? Some random data off a platter?

      --
      ___
      If you think big enough, you'll never have to do it.
    17. Re:They keep making ATA faster ... by Trepidity · · Score: 2

      Using a drive cache algorithm in firmeware. They're typically trade secrets, but the simplest one would just be "keep reading ahead at the current location." Which is what I meant when I said that the "idle" drive is actually still physically reading in cache. Just because the IDE bus can't control both drives at the same time doesn't mean the drive's firmware can't have it be doing stuff physically.

    18. Re:They keep making ATA faster ... by Webmonger · · Score: 2

      What about the parallel port?

    19. Re:They keep making ATA faster ... by Trepidity · · Score: 2

      Umm, the proliferation of incompatible cabling is quite emphatically a SCSI problem.

    20. Re:They keep making ATA faster ... by kinkie · · Score: 2

      As far as external cabling is concerned, I agree with you. But for internal cabling (which is what concerns us here, since we're talking about HDDs), it's not that bad. There are two standards for ribbon-cables (50- and 68-lines), and 3 for connectors (narrow, wide and SCA), all of which are compatible (I should know, I just bought an adapter which carries all three, and wide-to-narrow is even simpler than a gender-changer connector for your serial port).

      So, please, let's just compare apples with apples, shall we?

      About the protocol variant (SCSI-1/2/3, narrow/wide, async/plain/fast/ultra) there's NEGOTIATION, and it's all in the devices. They'll run slower, but I have yet to see a device which won't talk to a controller in some fashion. Maybe slowly, but they will all nicely cooperate.

      --
      /kinkie
  8. SCSI is dead by crow · · Score: 2, Flamebait

    SCSI is dead.

    For most consumer and single-user environments, IDE is plenty fast enough. Even in the small server market, IDE is adequate. In the high-end server market, people are moving away from SCSI in favor of Fibre Channel.

    IDE is squeezing SCSI out of the low end, while Firbre Channel is doing the same to SCSI in the high end. SCSI won't be around as a serious disk option for much longer, I suspect.

    (Not to mention that USB has killed SCSI for things like scanners.)

    1. Re:SCSI is dead by ostiguy · · Score: 2

      What kind of drives does fibre channel use? Hint: it isn't ide, and I haven't seen many fibre channel interface drives lately.

      ostiguy

    2. Re:SCSI is dead by zulux · · Score: 2

      SCSI is dead for Desktops - but for workstatios and small servers, nothing beats the 15,000 RPM SCSI offerings from IBM and Segate. If IBM or Segate offer these drives in an IDE configuration, then SCSI will be truly dead.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    3. Re:SCSI is dead by cnkeller · · Score: 5, Interesting
      SCSI is dead.

      I'm not going to argue with any of your points, but I still disagree. SCSI is still faster than IDE and most people tend to agree that SCSI components are better engineered. SCSI is a stable standard that is probbaly going to be around for a while. Linux wise, you don't have to bother messing with emulation and the possible IRQ nightmare. I don't see why there won't be a mixture of standards. IDE/ATAPI for joe consumer, SCSI for us discrimating desktop/server buyers, and FC for people who have too much money and like buzzwords.

      Has anyone actually benchmarked FC and the latest SCSI drives? I'm curious as to the differences.

      --

      there are no stupid questions, but there are a lot of inquisitive idiots

    4. Re:SCSI is dead by Jeffrey+Baker · · Score: 2
      You got it backwards. FC is dead because u160 lvd scsi killed it. FC switches are $$$ per port. Their speed advantage over older scsi implementations is gone. For specialized storage requirements FC is still there but scsi is the only thing going in mainstream server storage and iSCSI sill likely kill the remaining FC market.

      Anyway your 'IDE is fast enough' point is stupid. IDE is only fast enough if you like waiting around for a long time while your drive runs. High-end SCSI disks eclipse high-end IDE disks by a very large margin. The best SCSI disk is more than twice as fast as the best IDE disk. Yeah they are pretty expensive. Most IDE disks are not "fast enough". The consumer market is way past Windows productivity applications. That's the corporate market. The consumer market wants to rip CDs to MP3, cut DVDs from their digital camcorders, and manipulate large digital photographs.

    5. Re:SCSI is dead by shoppa · · Score: 2, Informative
      In the high-end server market, people are moving away from SCSI in favor of Fibre Channel.

      Dude, FC is SCSI. Take a look at the SCSI-3 spec sometime.

    6. Re:SCSI is dead by bmajik · · Score: 2

      That depends a lot.

      If you do "fiber channel the right way", then you have DUAL fiber ports PER drive. The disks for the Sun A5000 FC JBOD cabinet are this way.

      Seagate makes dual FC-AL attach drives. You should look at them.

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    7. Re:SCSI is dead by jmauro · · Score: 2

      Except drive for drive IDE and SCSI drives are the same. How can one be "faster"? Most SCSI drives are just IDE drives with a SCSI controller attached to the IDE interface. Do you mean that they appear faster since SCSI can transfer between disks at once? Or do you mean that SCSI disks actually can spin the disk faster than IDE. With one disk on each controller they'll score exactly equal.

    8. Re:SCSI is dead by Detritus · · Score: 2

      That hasn't been true for a long time. The last SCSI drive that I saw with a bridge board was a 65MB Maxtor SCSI drive. SCSI drives are usually built with better/faster mechanisms than IDE drives. It isn't a technical issue, it's a different market segment.

      --
      Mea navis aericumbens anguillis abundat
    9. Re:SCSI is dead by ncc74656 · · Score: 2
      I probably shouldn't respond to such a blatant troll, but here goes anyway...
      SCSI is dead.
      Suuure...whatever you say, boss.
      For most consumer and single-user environments, IDE is plenty fast enough. Even in the small server market, IDE is adequate.
      The key word here is "adequate." It gets the job done, but as soon as you get beyond single-user bitty-boxen, IDE gets bogged down under load. SCSI tends to hold up better when you have dozens of people banging away at a database (to name one common example). It also handles more drives per interface (7 or 15 vs. 2), so it's more practical for massive amounts of storage that need multiple drives (whether RAID or JBOD).
      SCSI won't be around as a serious disk option for much longer, I suspect.
      You would suspect incorrectly...hell, it wasn't a couple of months ago that I set up a new server for my previous employer with three 18GB Ultrastars in a RAID-5 configuration. Try setting up 10krpm or 15krpm IDE drives in RAID-5...you can't, because the drives don't exist.

      (The storage I use at home is a mix of IDE and SCSI. The x86 boxen got IDE because it was cheap (though the 100GB Western Digital I bought recently is now in a FireWire case so I can schlep it between home and work). The Apples (a IIGS and a Mac Quadra 610) got SCSI because it's what they expect. I'll be building a "new" server soon with a pair of P!!!-500s that was given to me...the motherboard I bought for them has onboard UW SCSI, so I might snag a Barracuda or three from the local used-parts place and see how Linux runs on SMP.)

      Not to mention that USB has killed SCSI for things like scanners.
      Maybe, but that doesn't stop my ScanJet 3c from working. (It won't work under WinXP, but I have no plans to switch to that. It works under Linux and Win2K, and that's enough.)

      (FWIW, I have lots of stuff that plugs in through serial, parallel, or SCSI. I even have a device now that uses FireWire (a hard drive, and I'd strongly consider a DV camcorder over VHS-C or 8mm, if I needed one). I've never bought anything that used USB, though...already had a nice SCSI scanner, SCSI Zip, various AT/serial/PS/2 keyboards and mice, etc.)

      --
      20 January 2017: the End of an Error.
    10. Re:SCSI is dead by zulux · · Score: 2

      Jeez, if you use 15K RPM drives for "small servers", then what do you use for big ones? ;-)

      I attach the server on a fast moving electric motor, For Even More RPM! Bwaa Ha Ha! ;)

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

  9. IDE Question by pnatural · · Score: 2, Interesting

    are commands sent over the IDE bus synchronous? i remember reading a few years ago that one of the major differences between SCSI and IDE was that SCSI controllers could take commands out of sequence. anyone know anything about this?

    1. Re:IDE Question by edmudama · · Score: 5, Informative

      The ATA/ATAPI-6 specification has support for command queueing, which is the asynchronous component of SCSI. SCSI also implements out-of-order data transfers within a command, which is not part of the ATA spec, however this doesn't help quite as much as command reordering in the queued world.

      In the queued-ATA design, the command phase consists of writing all the same task-file registers as before. However, instead of a data transfer phase, an ATA-6 drive has the option to disconnect from the bus and report a 0x40 status instead of 0x50, indicating it is working on a queued command. At this point in time, up to 31 other commands may be issued while the drive is working on the first command.

      Once the drive has the data for any of these commands, it then enables the service request bit, at which point the host is expected to issue the service command. The drive, upon receiving a service command, puts the tag that the drive is servicing into the task file and begins data transfer for that command.

      To my knowledge, this is pretty similar to how SCSI drives implement this, the difference being that in ATA land the drive must complete the data transfer for a single command while in SCSI land, the drives can disconnect in the middle of a transfer and resume that transfer later after servicing other commands.

      Media rates on most drives are in the 50-70MB/s range, so the other poster saying that it only affects performance out of cache is mostly correct. The only difference here at Maxtor for the 133 vs 100 is basically a few timing changes in our ASIC.

      --
      More data, damnit!
  10. The Cart before the Horse by zulux · · Score: 5, Informative

    Given the current speed of IDE hard drivers - ATA 66 is overkill let alone ATA 133. Hell, ATA 33 is overkill for all but the fastest drives out there. The only benifit you will see, is that the drives onboard RAM-chip cache can be accesses quicker, and that moving from an older IDE spec will get you the new fangled sheiled cables that may help with reliability.

    --

    Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    1. Re:The Cart before the Horse by psychalgia · · Score: 2, Insightful

      its one less bottleneck to conquer.

      --

      ________________________________________________

    2. Re:The Cart before the Horse by ostiguy · · Score: 3, Informative

      Storagereview.com may be worth a perusal - they used to agree with you - but new data in their testbed 3.0 indicates a high drive cache hit rate. Also, western dig now has a IDE "special edition" drive with 8meg cache - and a pretty good performance bump as a result (which also seems to hold up SR's new belief re: high drive cache hit rate). If > 2 meg IDE drive mem caches become commonplace, these new ATA specs may be worthwhile.

      That said, I do have my ATA 66 drive on my ata 33 controller on my bp6 cuz getting the highpoint ata66 is too much of a PITA.

      ostiguy

    3. Re:The Cart before the Horse by zulux · · Score: 2

      The cost/benifit ratio should be considered though: instead of rushing out an spending $60 on an ATA133 controller, one could buy another hard drive and put the pair of drives in a striped RAID array and quicken the performace of most read opereraions. I know you can coax FreeBSD (with a bit of effort) to boot from a software striped array, and if you buy a Promise IDE RAID controller ($50), you can coax Windows 2000 and Linux to boot off the striped array.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    4. Re:The Cart before the Horse by man_ls · · Score: 2

      IIRC, internal transfer rates (platter >> cache) are in the gigabits - a bigger cache would definately be a huge performance boost. They'd stay filled longer, and the transfer rates the new ATA standards offer might actually mean something.

    5. Re:The Cart before the Horse by svirre · · Score: 2

      ATA 133 isn't just about the speed of the interface. It also overcomes capacity limits.

      For instance maxtors D540X 160 GB drive could not exist on ATA 100 and below as they can't address so much space.

  11. Can I throw out SCSI? by MagerValp · · Score: 2, Interesting

    So what's the deal, is ATA133 a viable alternative to SCSI in low end (1-2 CPU) servers? Does it play nice even at high loads? Will I get decent performance even when all drives are accessed all the time (RAID 0+1 on a busy NFS server)? Does it support hotswapping?

    And when is SerialATA due? Those stiff cables aren't any fun at all.

    --

    READY.
    #
    1. Re:Can I throw out SCSI? by cymen · · Score: 3, Informative

      If you want hotswap you have to get a controller that supports it. 3ware has the Escalade IDE RAID boards that support hot swap. Some people have said that 3ware is no longer going to be selling these boards but I think 3ware is merely idiotic by not including the details they used to on their product page. You can buy there controllers at a number of places including: http://www.hypermicro.com/store/index.htm

      See StorageReview.com for more information. Adaptec's IDE RAID board probably supports hotswap too but it is a bit more pricey. If 3ware continues to be idiotic Adaptec might be a better choice...

  12. How bad on the CPU? by Mdog · · Score: 2, Interesting

    My friends "in the know" say that all this ide-spinoff stuff still suffers from the major drawback that it uses a lot more cpu than scsi, and hence the bandwidth numbers they proclaim are not achievable on a standard system...does this new ata stuff attempt to address this, or have I been trolled in the first place?

    1. Re:How bad on the CPU? by MagerValp · · Score: 2, Interesting
      Trolled. If you compare drives at eg storagereview.com you'll see that both IDE and SCSI use something silly like 0.4% CPU when benchmarked. Here's an example:

      IOMeter Tests CPU Util
      IBM Ultrastar 36Z15 (U160 SCSI) 0.48%
      IBM Deskstar 60GXP (ATA-100) 0.35%

      --

      READY.
      #
    2. Re:How bad on the CPU? by Jeffrey+Baker · · Score: 3, Informative

      Check out storagereview's latest review of 20 drives. Given 10,000 i/o operations per second, all SCSI drives used ~20 percent CPU, while all IDE drives used ~40 percent CPU. The CPU was an Intel Pentium 4 2GHz.

  13. Gimme by whovian · · Score: 3, Funny

    And I just bought a few 100g drives

    Maybe they will give consumers a bulk discount when buying by the kilo.

    --
    To-do List: Receive telemarketing call during a tornado warning. Check.
  14. How sucketh IDE? Let me count the ways! by Vortran · · Score: 4, Interesting

    Seems that IDE/EIDE drives are the choice for cheap and large. I'm certainly guilty of buying a few. However, I am wondering why fibre channel and SCSI aren't more popular for the desktop?

    For application installs and OS install/cache, a 10,000 rpm LVD Ultra160 is hardly fast enough for me. Also, I have 9 drives on this system. I can only do 4 with IDE, and if I put in a second controller, I blow another IRQ (of which there are only 10 available of 16 - sad commentary on PC architecture). Please feel free to correct me if I'm wrong on this.

    Allow me to extoll the virtues of SCSI/LVD:
    -15 drives/devices per IRQ
    -Lightning fast.. 320 mbyte/sec now
    -Doesn't slow down your CPU when moving or copying files from one drive to another
    -The above applies to burning CDs as well (a major bonus)

    Basically, with all this going for it, why isn't SCSI more popular (and less expensive)?

    And what about fiber channel? Seems there was a story on /. a few months ago about an interface gadget that let's you chain them with CAT-5 ethernet cable. That would rock!

    Why is everyone buying IDE? Or are they? Just curious.

    Vortran out

    --
    Knowledge is like ignorance.. too much can be just as bad as not enough.
  15. Maxtor press release... by O2n · · Score: 3, Funny

    Maxtor's press release from Oct.29 is here, and contains this piece of info:
    Ultra133 TX2 increases data transfer rates between a hard disk drive and a personal computer up to 33 percent compared with Ultra ATA/100 controllers [...]

    Duh. I suppose maxtor's 160Gb drive increases hard drive capacity with... well... up to 60% compared to 100Gb hard drives also. :)

  16. Capacity, not speed, is what matters here. by fmaxwell · · Score: 5, Informative

    Ultra 100 controllers are typically moving data at less than 1/3 of their rated capacity from almost any modern ATAPI drive. As the article says: In the speed arena, the added bandwidth an ATA133 compatible controller can give you is unfortunately not a selling point at this time. I always get a kick out of people replacing their Ultra 66 controller with an Ultra 100. They are invariably disappointed by the almost identical performance. Now everyone with Ultra 100 controllers can rush out and buy Ultra 133 controllers and experience that same disappointment all over again.

    What Ultra 133 buys us is the ability to use drives in excess of 137GB. Suddenly, 160MB drives are showing up that use this new standard. And that's a lot of p0rn!

    Now what I want is a drive standard that can support high speed, multiple drives (not just two) per channel, is low cost, and uses a better, more convenient, round cabling system (e.g. fiber, coax, etc.).

    1. Re:Capacity, not speed, is what matters here. by edmudama · · Score: 2, Informative

      One note about utilization... in our performance tests here, chipset-based IDE implementations that are built into most motherboards are not as good performance as PCI add-on cards, usually due to smaller FIFO sizes on the DMA bus. Older VIA chipsets were notoriously bad at stalling the bus every 8 or 16 words transferred, while some add-in boards implement several K worth of DMA FIFO.

      --
      More data, damnit!
    2. Re:Capacity, not speed, is what matters here. by evilviper · · Score: 2
      Now what I want is a drive standard that can support high speed, multiple drives (not just two) per channel, is low cost, and uses a better, more convenient, round cabling system (e.g. fiber, coax, etc.).


      Sooo, you're talking about SCSI right?

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:Capacity, not speed, is what matters here. by evilviper · · Score: 2

      There are rounded SCSI cables...
      And SCSI controlers cost the same as IDE for comparable speed.

      Besides, compare the cost of one SCSI controller to multiple IDE controllers (to support the same number of drivers) and then tell me SCSI isn't low cost.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    4. Re:Capacity, not speed, is what matters here. by brunes69 · · Score: 2

      What Ultra 133 buys us is the ability to use drives in excess of 137GB. Suddenly, 160MB drives are showing up that use this new standard.

      Wow, I can't wait until the 1 G+ ones come out so I can actually fit a day's worth of data on them :)

    5. Re:Capacity, not speed, is what matters here. by Segfault+11 · · Score: 2

      I believe the poster was referring to Serial ATA, which once again offers backward compatibility, and a significantly lower pin count: 8 (IIRC) vs. 80 (for ATA/66+).

      Also worth noting: the post specifically stated "low cost", and on top of that, SCSI cables typically aren't round, either. Both ATA and SCSI cables can be made this way, but the process with such a high number of wires is expensive. Not that it matters -- tests have shown the only real benefit of round cables to be that they are more flexible, thus easier to work with, and the airflow advantage they provide does not produce any noticeable improvement in system thermals.

      --

      I registered my hate for Jon Katz

    6. Re:Capacity, not speed, is what matters here. by evilviper · · Score: 2

      For comparable speed there is little difference in price. What makes them seem expensive is the higher RPM-rate, HUGE cache, and some other features that make it cost more. Manufactures don't make very many low-end SCSI devices because consumers don't buy them. There are a few low-end SCSI drives out there.

      Go to google and search for round scsi cables... You'll find more results than you'd ever be able to look through. But of course, that's something you should have done BEFORE posting crap like this.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    7. Re:Capacity, not speed, is what matters here. by evilviper · · Score: 2

      This has been a asked and answered elsewhere in this thread. With the exception of the airflow issues...

      While I agree in most systems the benefit is nominal, it is crutial in smaller systems. I was teaching a PC servicing class a while back where the students would take apart the PC and reassemble it. The small case and poorly designed motherboard consipred to put the IDE cable from the CDROM directly over the CPU. Obviously, if they allowed the able to lay flat against the CPU fan, it would be a matter of minutes before the PC started burning itself up. This was a fairly recent system too (AMD K-7 500MHz). I'm sure the difference would also be noticeable in the cheaper systems as well. Many HPs are so tightly assembled that the IDE cabled turned the wrong way will indeed block the airflow completely. This is more as case for round IDE cables and not SCSI cables though. Not many people put SCSI in tightly packed systems.

      However, isn't the ease of use enough of a factor on it's own to justify the extra cost? Not to menton the extra insulation of the ables against damage, etc.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    8. Re:Capacity, not speed, is what matters here. by fmaxwell · · Score: 2

      Not only do I realize it, but I have four of them and a round floppy cable in my system. But they are still huge and have ungainly connectors. I want something like coax or fiber.

    9. Re:Capacity, not speed, is what matters here. by fmaxwell · · Score: 2

      I believe the poster was referring to Serial ATA, which once again offers backward compatibility, and a significantly lower pin count: 8 (IIRC) vs. 80 (for ATA/66+).

      Actually, while a great improvement, it still doesn't meet my criteria. As I understand it, Serial ATA is still limited to two drives per controller (master and slave).

      What I want is:

      1. The ability to use lots of drives per controller (like SCSI).

      2. Low cost controllers and drives (like IDE/ATAPI).

      3. Thin, round cables that incorporate power, data, and multiplexed audio (details to be worked out).

      Not that it matters -- tests have shown the only real benefit of round cables to be that they are more flexible, thus easier to work with, and the airflow advantage they provide does not produce any noticeable improvement in system thermals.

      It does in a loaded system like mine where there are five ribbon cables (4 IDE channels -- 7 devices -- and a floppy drive). They are also much easier to route neatly.

    10. Re:Capacity, not speed, is what matters here. by Sloppy · · Score: 2

      Now what I want is a drive standard that can support high speed, multiple drives (not just two) per channel, is low cost, and uses a better, more convenient, round cabling system (e.g. fiber, coax, etc.).

      Then you should subvert and spread FUD about ATA133. Because the only drive standard that will ever be low-cost, will be whatever is the most popular. And it looks like ATA133 is going to inherit the market. This will prevent the other progress that you want, from happening.

      Good Enough is the enemy of Perfection.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    11. Re:Capacity, not speed, is what matters here. by evilviper · · Score: 2

      That's fine... But you really didn't make a point there. You took one example, stripped it of everything but bare RPM and GB ratings and expect it to mean something?

      First off, dual ATA hard drives is the maximum you can have in a typical system, with 4 being the absolute max (and dual controllers rarely get along together). Whereas with SCSI you could have ~ 30.

      You said nothing of the cache, seek time, warranty, quality, etc.

      You took one single example and want people to think it's typical. There are hundreds of combinations you could have come up with, and given a more reasonable assesment of the prices.

      This is not to mention that pricewatch has a very limited selection of SCSI drives (I know, I've looked many times).

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    12. Re:Capacity, not speed, is what matters here. by fmaxwell · · Score: 2

      Uh, hello? Audio is DATA.

      Uh, hello? Audio is analog. It's not digital data and requires different cabling, drivers, etc.

      If Busmastered DMA-transfers were cleanly implemented in IDE/ATA, problem would be solved.

      No it would not. Error correction for CD audio errors is only done in the drive and can't be done externally because only the drives know where the errors occurred.

      IDE - Integrated Drive Electronics is a severely brain-damaged spec inherited from the evil design choices IBM made back in 1981 in order to push the cost of the bus controller onto the drive mfgrs.

      It was compaq who moved the Western Digital 1003 controller from the bus onto the drive. But I agree that IBM is largely to blame for this stupidity. Even my Ampro CP/M-80 system had a SCSI controller on it.

      There's no technical reason SCSI has to be expensive today.

      I agree with you 100%. The only reason that SCSI is expensive because IDE is so bloody popular and SCSI is only used in high-end (read $$$) applications. The production volume is not there to support a lower price point nor does the market demand one.

      So why in the name of Nyarlathotep do you want an extra cable for audio?

      Error correction (see above) on damaged CDs, zero bus and CPU load to play the audio. Make SPDIF output error-corrected, and that would solve the problem. But don't ask me to give up my CPU cycles and eat up my disk interface bandwidth to play an audio CD.

    13. Re:Capacity, not speed, is what matters here. by fmaxwell · · Score: 2

      Doesn't all CD and DVD drives have connections for Audio as it is? Both digital and analog, which you just hook up to the soundcard.

      Most now have both analog and digital (SPDIF) but only the analog has any form of error correction. And the digital eats up CPU cycles and disc controller bandwidth.

      Why should that be in the ATA/SCSI specification? If it doesn't touch the computers busses it seems redundant. (I mean that it goes directly from CD->sound card.)

      To reduce assembly costs and help clean out the rat's nest of wires in a loaded computer. I'd like to see the audio go to the motherboard and then go from the motherboard to the sound card -- if a soundcard was used.

      I firmly believe that the days of separate soundcards are numbered. 99% of the public will be perfectly happy with the built-in sound that is now present on so many motherboards. And it's only a matter of time until top-notch audio finds its way onto motherboards. Then the integrated audio in an interconnection spec makes a lot of sense.

    14. Re:Capacity, not speed, is what matters here. by fmaxwell · · Score: 2

      You are completely right re SPDIF, CPU cycles, and error correction. I spaced out during the post and, rereading it, I don't know what I was thinking.

      I'm still not a real fan of multiple cables. I've got four IDE cables, 2 CD audio cables, a SPDIF cable, a floppy cable, and power cables to eight different drives. Even ignoring the non-drive-related cables, it's a bird's nest in there.

    15. Re:Capacity, not speed, is what matters here. by evilviper · · Score: 2
      99.999% of the time there is a cheaper, faster, more reliable solution utilizing IDE
      Well, you could have argumentativly said 'cheaper' most of the time, but what of the rest? IDE drives are notorious for being unreliable, so I don't even think there is an argument. And faster? How would you ever beat a system with 6x15,000 RPM SCSI drives? Okay, let's even say 2x15000RPM. Oh, and that's 3.6MS access time a piece. I didn't quote prices, since I know you can't even match the speed or reliability, so price is moot here.
      What is atypical is a system where disk I/O becomes the limiting factor.
      What are you smoking? Disk I/O is THE ONLY limiting factor in modern PCs. A 2GHz CPU is damn well idle 99% of the time. The bottleneck in PCs has been purely disk I/O for some time.

      If you want an example of the cheap SCSI drives,here you go. I spent under 30sec looking for SCSI drives...

      9.10GB SCSI ULTRA2 LVD 3.5LP 5.6MS 10K CHEETAH LC 80PIN Storage $71.95

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    16. Re:Capacity, not speed, is what matters here. by evilviper · · Score: 2
      Reliability comes from replication of data onto multiple drives. Speed also comes from proper use of multiple drives.
      This all relates directly to price. In other words, the IDE devices are not individually any faster or more reliable than SCSI. Saying that you can buy more is fine, but it is definately a monetary issue.
      The limiting factor in modern PCs is generally network I/O (for those using the internet), or
      video I/O/CPU (for gaming). Considering that a gig of ram costs less than $100, most disk
      accesses are asynchronous writes.
      Yes, a network connection is usually slower than your hard drive. Video definately is not. While gamers (myself included) are always trying to get better resolutions and frame rates, it certainly doesn't slow down your system's operation to have a slow video card. As for hard drives, an OS like Win2k can easially take up half of your 1Gig of memory, but even with an infinite ammount of RAM, it still does have to write to the disk soon after, which usually conflicts with the next portion of data your are trying to read from the disk... I'm a professional, you aren't going to just convince me that hard drives aren't a bottleneck in almost every single aspect of PCs. It's something I know, and anyone that uses a computer could deduce the same quite easially.
      2x6.04GB EIDE ULTRA-ATA 5300RPM AP200 = 2x$28.95 = $57.90

      My claim was never that SCSI was cheaper than IDE, just that it is comparable in price if you match feature for feature (and it is cheaper in many circumstances). Besides that, try matching a SCSI system with 4 of these SCSI drives in it (or more). Sadly, you again failed to include cache, seek time, etc. Not to mention that your claim of reliability and speed break down at this point as well.


      I think this conversation has been dragged out long enough. I will read your reply, but will not add anything further to this thread. I'm sure you would agree that SCSI easially beats IDE in high-performance or reliability, simply because SCSIs are faster, and can support far more drives than IDE could dream of. And I'm sure if I spent some time looking through SCSI drives I could find deals that IDE could not beat. Somehow, I think you're just going to go on in your current mindset of wanting only the interfaces Intel gives you, and not acknowledge that SCSI is better.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    17. Re:Capacity, not speed, is what matters here. by aozilla · · Score: 2

      Yes, a network connection is usually slower than your hard drive. Video definately is not.

      Video may be faster, but it is commonly the bottleneck. Just as a slow network doesn't always slow down a hard drive, a slow hard drive doesn't always slow down a video card. In the case of gaming, everything is typically already stored in ram and disk accesses are a minimal. The bottleneck, if any, is the video card and/or the CPU (and/or the ram/cache, though I doubt it).

      As for hard drives, an OS like Win2k can easially take up half of your 1Gig of memory, but even with an infinite ammount of RAM, it still does have to write to the disk soon after, which usually conflicts with the next portion of data your are trying to read from the disk...

      Well, as for Win2k, I know very little about it. I'm considering a unix system here. As I said, disk writes are generally asynchronous, which are not a bottleneck. You write it to the buffer cache, and go on your merry way. Eventually, when there's time, you get it to disk. Even with synchronous writes there is little to no advantage from most SCSI drives in today's day and age, since they are written directly to the journal, which has no fragmentation and generally requires no seek time. Unless you're writing more data than can be handled by the disk (in which case you should be using RAID anyway), you're not going to have a bottleneck there.

      I'm a professional, you aren't going to just convince me that hard drives aren't a bottleneck in almost every single aspect of PCs. It's something I know, and anyone that uses a computer could deduce the same quite easially.

      And I've been a kernel programmer on the performance team for an operating system company, so I don't have to deduce shit, I've seen the bottlenecks. Unless you need massive amounts of storage accessible on a single CPU (tremendously high volume databases which can't be broken out into multiple machines), or massive data transfer rates (the only thing I can think of is live video processing), you can do the same or better with IDE.

      My claim was never that SCSI was cheaper than IDE, just that it is comparable in price if you match feature for feature (and it is cheaper in many circumstances).

      My claim is that for 99% of the SCSI applications in use today, there is an equivalently performing system that can be built for a lower cost, using IDE. The drives themselves may not have the exact same features, but the application will perform as well or better.

      Somehow, I think you're just going to go on in your current mindset of wanting only the interfaces Intel gives you, and not acknowledge that SCSI is better.

      I'll acknowledge that SCSI is better. But so is a 600 Mhz computer better than a 500 Mhz computer. But if the 500 Mhz computer costs $500 and the 600 Mhz computer costs $2000, for 99% of the applications out there you're better off buying two 500 Mhz computers than one 600Mhz one. Oddly enough two exceptions would be the same two as I presented for SCSI vs. IDE.

      --
      ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  17. Why ATA133? by abelsson · · Score: 5, Insightful
    You're missing the point - The reason to move to ATA133 isn't for the extra speed - i doubt many people care about it: ATA133's main benefit is that it gets around the 28bit addressing in the previous versions that only allowed harddrives to be max 137GB. Hopefully the petabytes offered by ATA133 will last a while.

    -henrik

  18. Beo.. nah.... by ZaneMcAuley · · Score: 2, Funny

    Imagine a RAID of those :)

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
  19. Serial ATA by Gedvondur · · Score: 4, Informative

    You can get information on Serial ATA at serialata.org. You will find that these new ATA controllers break the 4 drive limitation, and have a very small cable, as opposed to the air-flow-blocking current ATA cables.

    Another mini-rant I have to get out of the way, is about the psychotic SCSI user blaming ATA for keeping SCSI from becoming a real force in desktop computing.

    Guess what, if the SCSI manufacturers would have brought the price down to reasonable levels, this would not have happened. Is SCSI better? In servers, heck yes. On the desktop? No, not really. Even on small servers, the advantages do not outweigh the extra cost of SCSI. The folks in the SCSI industry made a concious decision to stay in the server. Price DOES matter on desktops, and there is NO technology that can beat ATA for price/performance. Thats what ATA is for. Bleating that its' "technically inferior to SCSI" is stupid. They are not intened to do the same things. SCSI=Server Fibre Channel=Server ATA/Serial ATA=Desktop

  20. Just like computers by tmark · · Score: 3

    I still find it funny that every couple years I buy new hard drives always for around $200... 120 megs, 800 megs, 2.5G, 12G, 30G, 100G.

    This is very similar to the old maxim that the computer you really want is always $5000. Only now, for that money you get a 21" flat panel display, multiple GIGAhertz and more RAM than you can shake a stick at.

    1. Re:Just like computers by sconeu · · Score: 2

      That was Machrone's Law.

      It's probably still relevant, but the price point has changed.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  21. Promise SX6000 by tcc · · Score: 4, Interesting

    Supposed to ship today, THAT'S the baby, raid-5 with 48bits LBA support. That means 960GB (6x160Gig using maxtor 160GB drives) of storage for dirt cheap, plus Raid-5 support.

    I am planning a non-critical datacenter (rendered frames and so on) with that setup, it's crazy, while a single drive is not offering the performance of the barracuda 180GB 7200rpm drive from seagate, it's like C$500 for a 160GB drive whereas the seagate would cost me around C$2500, you can get to the same performance (plus increased storage and safety with Raid 1 or 5) for the same price than a single seagate drive. it ROCKS.

    I can't beleive I payed C$300 for a 40MB on my amiga1200 not even 10 years ago :)

    --
    --- Metamoderating abusive downgraders since my 300th post.
    1. Re:Promise SX6000 by Bender+Unit+22 · · Score: 2, Informative

      I just got a SX6000 and I am testing it a bit because I want to put some drives on it and make a RAID 5 disk. I've known people having problems with Promise controllers dropping disks in the RAID, so I have installed 2 Western Digital 80GB and striped them. That way I figure if it's not stable, I am sure to know about it. :)
      When I am done testing it, I'd really like to install FreeBSD on it, but sadly there's not yet any drivers for it. Read on Google that Mark Smith is willing to do a driver for it if he gets the hardware and if I could, I'd be more that happy to send a sample. :-)
      Anyway the driver status was that W2K was easy to install with the driver disk, but once that was tried, I installed RedHat 7.1 because there was drivers for it. and it seemed to work, execpt for for the extensive many hours it took for the drivers check that the RAID was clean with no partitions.
      I then discovered that if I choose "other" as operating system in the bios, RedHat 7.2 install could see it as a i2o controller. Mandrake installed failed for me. But I am also a "new" Linux user since FreeBSD has been my preferred choice but since it does not support it, I install Linux instead.
      So before you go ahead, make sure that there's drivers for your os. :-)
      The SX6000 is a nice "low end" RAID, but it lacks the features of the "real" ones such as adding another disk to a existing RAID. I was not able to do that from the BIOS or the Windooze Utility(which is not available from Linux, and I don't think that it works from Wine :-) )

      Hope you could use my input.
      Uhm next weekend I'll get a few more disks and try a RAID 5 setup. And I really like to see how it reacts on different size disks when the time comes where one drive fails and you can't the just that model that anymore. But still if it won't drop the drives on me, I think it a great controller considered the price..

      CU

  22. PCI Standards by singularity · · Score: 3, Insightful

    From the article: "The TX2 is the first Ultra ATA133 controller card that has support for 66MHz PCI motherboards (32-bit @ 66MHz as opposed to the current 32-bit @ 33MHz - not the same as 64-bit @ 33MHz). Granted there are no 32-bit 66MHz PCI motherboards available at this point in time (they'll be here "when they're done") but when they are available this card will be able to take advantage of the extra hertz."

    It seems that we have two competing PCI slot standards - 64-bit/33MHz and 32-bit/66MHz. I assume that eventually we will see 64-bit/66MHz.

    I remember an article from a few years ago talking about what the next step in PCI slots would be, and it spoke to these two steps. The argument against 64-bit slots was that it would have to change the physical dimensions of the slot to accomodate the additional bits being passed. The problem with 66MHz slots was cross-talk and RF interference between two adjacent slots.

    Since these new ATA/133 cards are backwards compatible with 33MHz slots, I must assume they found a way to reduce RF interference. The existence of 64-bit PCI slots means that industry has found a way to move 64-bits using the older physical architecture.

    That said, which of the standards do Slashdot readers think will catch on? Or will the two compete until a 64-bit/66Mhz standard is agreed upon?

    --
    - (c) 2018 Hank Zimmerman
    1. Re:PCI Standards by Gedvondur · · Score: 2

      There is already a 66mhz 64 bit bus. Many servers have it already.

      This 64bit technology will probably never come to the PC. Its too expensive and is limited by price to servers. Even 33mhz 64bit will not happen on consumer class PCs. PCI-X falls into the same category.

      What you will see, is a generational leap to NGIO or Hypertransport or some other bus technology. Intel is not planning on putting PCI-X or 66/64 on consumer PCs, and those boys really set the standards there.

    2. Re:PCI Standards by blair1q · · Score: 2

      When you say "server", are you limited to Xeon chips? Is there no AGP port? Can PCI video make up for that? Are there any 32/66 or 64/66 PCI video cards? What is keeping me from saying "damn the torpordoes, full gear ahead!"?

      --Blair

    3. Re:PCI Standards by brunes69 · · Score: 3, Informative

      64 bit PCI slots have been around for while, and are common in servers. Theyre around twice as long as a 32 bit PCI (duh), and older 32 bit PCI cards work fine in them.

    4. Re:PCI Standards by RelliK · · Score: 2

      Uhhm, AMD 760MP boards (Tyan Thunder/Tiger) come with 33MHz 64bit PCI slots. They are backwards compatible with 33MHz 32bit PCI slots. The 760MPX chipset (due out soon) will support 66MHz 64bit PCI slots. Then there are ServerWorks chipsets that support 66MHz 64bit PCI already. They (as the name suggests) are often used in servers.

      --
      ___
      If you think big enough, you'll never have to do it.
    5. Re:PCI Standards by Gedvondur · · Score: 2

      No, not really. Pentium II, III, and IV servers.

      For x86 based graphical workstations, such as multiprocessor Dell machines, there is AGP slots. There are, however, generally not AGP in full-blown file servers. Usually they come with a small, cheap embedded ATI or some other video chip. There is no need for graphical power on a server.

      As far as video cards in the 66/64 or 33/64 format, I do not know of any.....but in the big, wide world, there might be some, but I think that if there is, they are few and far between.

    6. Re:PCI Standards by Trepidity · · Score: 2
      Since these new ATA/133 cards are backwards compatible with 33MHz slots, I must assume they found a way to reduce RF interference. The existence of 64-bit PCI slots means that industry has found a way to move 64-bits using the older physical architecture.


      It's possible the architecture was changed, though I can't verify this either way. If you've noticed the new AGP slots, they're physically wider than the original ones, but are backwards-compatible with the original cards - they come with the "extra" part covered with a plastic guider so the old cards will fit snugly, which you can remove to insert the newer, wider cards.

  23. Re:How sucketh IDE? Let me count the ways! by Gedvondur · · Score: 3, Informative

    I can answer two of your questions.....

    With new processors, how much are you REALLY giving up in processor useage? This was only a problem on Pentium and 486 processors.

    On the Fibre Channel front, FC is used for external disks. FC has a maximum distance of, someone correct me if I misremember, 2 kilometers, on optical fiber. The controllers are very expensive. The drives are expensive. The entire point of FC was to get over the 15 drive limit of SCSI and to get over the distance limitations of SCSI (3 meters) and Diff. SCSI (15 meters).

    I am not aware of any internal FC implementations on standard server hardware, but as a rule, its an external JBOD application.

  24. Where's Serial ATA? by man_ls · · Score: 2

    It seems to be consipciously absent from most motherboards and hard drive. It sounds great in practice (a dedicated channel for each device, faster transfers, smaller footprint) but Intel has explicitly declared that their chipsets will not support it. I guess it would require a brand new chipset, but still, it would be a benefit for everyone.

    I just can't see the rationale for using ATA-133 in anything. ATA as a server interface is generally a bad thing unless done VERY carefully. SCSI has transfer rates that are up there (I think differential SCSI has a 160MB/sec transfer rate, and the drives are like twice as fast seeking as ATA drives.) and the drives are generally more reliable, or failing that, eaiser to replace. The average home user has no need for anything above ATA-66 or maybe ATA-100.

  25. Re:How sucketh IDE? Let me count the ways! by Wyatt+Earp · · Score: 2, Interesting

    Because it's cheap.

    Like someone said up above, it's because the SCSI vendors decided to stay in the Servers that the price never came down.

    Quick scan on Pricescan.com
    Cheapest large SCSI drive there
    Seagate Cheetah 73.4GB 10K Ultra160 SCA
    $635.00

    Cheapest medium SCSI drive there
    BM Ultrastar 36LP 36GB 7200 Ultra160 LVD
    $210.00

    For ATA-133
    Maxtor DiamondMax Plus D740X 80.0GB Ultra ATA/133
    $195.00

    I know that SCSI is better. But is it worth getting the SCSI card and paying alot more? Not to me it's not. I play some games, mess around on the Internet and thats it...SCSI won't make that any faster.

  26. Re:How sucketh IDE? Let me count the ways! by tmark · · Score: 2

    Basically, with all this going for it, why isn't SCSI more popular (and less expensive)?

    SCSI isn't more popular precisely because it is so damn expensive. To use your example, who exactly can afford the price of an Ultra160 controller and drive just for "application installs and OS install/cache" ?? Precious few people. Who *really* needs more than 4 drives - very few people, especially when bigger and bigger drives just get cheaper and cheaper.

    And SCSI isn't cheaper because there is the less expensive IDE always available. Even if SCSI could be made as cheaply as IDE, good marketing people will always price SCSI devices more than comparably-sized IDE devices, because the people who need SCSI's features are willing to pay a premium over IDE. At least in this regard, it is all about market segmentation and differentiation.

  27. Only MAXTOR supports this by acomj · · Score: 2

    Last I heard IBM/Seagate/WD wern't going to support 133 ata...

    I don't think anything has changed...

  28. Does Maxtor have ATA133 patented? by zsazsa · · Score: 4, Insightful

    Looking at the specs on the linked article:

    New Ultra ATA interface with Maxtor-patented Ultra ATA/133 protocol supporting burst data transfer rates of 133MB/s.

    Maxtor-patented? I hope this is a typo or editing mistake. Looking around at http://www.uspto.gov/ doesn't reveal much, but Googling for information brings up a few press releases saying things such as "Ultra ATA/133 Is Based on Maxtor Patented ATA Technology" and "The Fast Drives specification and licensing rights for Ultra ATA/133 are available from Maxtor under non-disclosure."

    Are other ATA standards patented like this, by Maxtor or other companies like Western Digital or Seagate?

    Ian

  29. Same amount of pr0n by Per+Wigren · · Score: 3, Funny

    Todays huge harddisks don't make me store more pr0n on them. They let me store the same amount of pr0n but in much better quality! :)

    --
    My other account has a 3-digit UID.
  30. Sure they can by DeadMeat+(TM) · · Score: 3, Interesting
    Very few, if any, drives currently available can saturate an ATA33 bus, sustained. The only thing these ludicrous improvments are doing are increasing performance to and from the drive cache.

    Put two very fast hard drives on the same channel and you can push 100 or even 133 MB/sec pretty easily. Sure, it's going to be power-user and (once the RAID version of the card hits the streets) low-end server territory, but that's exactly Promise's market.

  31. Drive performance in Linux by SCHecklerX · · Score: 5, Informative
    Since I just got a IDE burner, I finally realized that by default Linux does not take full advantage of the hardware. Here's what I did to fix that, and can now actually use my computer while dumping large amounts of data from the hard drive:

    first, boot the linux kernel with the IDE-Bus set to 66 (set the idebus=66 option), if your motherboard and drive controller supports it.

    ATA/66, Non-CD, has DMA support:
    /sbin/hdparm -d1 -X66 -c1 -u1 /dev/hda

    Older drives, not ATA/66, but with DMA support:
    /sbin/hdparm -d1 -X34 -c1 -u1 /dev/hda

    The burner doesn't support DMA:
    /sbin/hdparm -d0 -c1 -u1 /dev/hdc

    man hdparm for more info.

    1. Re:Drive performance in Linux by Real_Mce · · Score: 2, Interesting

      Hey dude just a FYI.... Per the Linux manpage hdparm(8) -X66 is for UDMA Mode2 (ATA33) Transfer Support. -X34 is for UDMA Mode2 MultiWord Transfers. Also you should only have to use hdparm if you are still running a pre 2.4.x kernel anyway are 2.4.x and beyond support and are able to enable by default both ATA6 and ATA100.

      --
      All employees must wash hands before using the bathroom. - The Mgmt.
    2. Re:Drive performance in Linux by KidSock · · Score: 2

      ...by default Linux does not take full advantage of the hardware.

      It should if the kernel was built with CONFIG_IDEDMA_AUTO. Try:

      hdparm -Tt

      If buffered disk reads is more than about 4 MB/sec UDMA is enabled so you shouldn't mess with anything.

      Finally, enabling [u]dma on older drives and chipsets can result in FS corruption. That's why it's not enabled by default.

  32. Err... by Wakko+Warner · · Score: 2

    The SCA drive costs no more than the 68-pin version of the drive, generally.

    - A.P.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  33. Petabytes? On IDE? by Wakko+Warner · · Score: 2

    By the time they release an IDE drive that hits 1 petabyte, ATA-133 will be long-dead.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  34. Re:How sucketh IDE? Let me count the ways! by Gedvondur · · Score: 2

    I think you will also find that FC is going to be the disk-of-choice for enterprise systems in the future, but not for the interconnect. iSCSI over Ethernet will replace FC as the interconnect. Especially when you consider 10gb Ethernet that will hit the market next year.

    FC is good tech, but it's hard to use, interoperability is a HUGE issue and the familiarity of server admins with Ethernet will make them inclined to use Ethernet.

  35. Forget about it! by dark&stormynight · · Score: 2, Insightful

    Don't waste your money on this level of technology. I'm waiting for the Serial ATA to come out next year!

  36. Actually, there are two reasons. by NerveGas · · Score: 2, Informative


    One reason, which others have hit on, is that it's nothing more than an ego-match with SCSI's 160 MB/sec bus speed. However, there is a semi-valid reason: The spec includes a addressing extension which increases the maximum size of a drive into the petabyte range.

    steve

    --
    Oh, you're not stuck, you're just unable to let go of the onion rings.
  37. Re:Serial ATA by Trepidity · · Score: 2

    As for air-flow-blocking, normal ATA cables can easily be made into round ones. You can purchase these at most local computer stores (not Best Buy-type places, but Fry's has them). You can also make them yourself by cutting the ribbon wire lengthwise in between the 80 conductors (making sure to cut between, not through, each conductor), then twisting the thing so it's rope-like instead of ribbon-like, and wrapping electrical tape around it.

  38. Re:How sucketh IDE? Let me count the ways! by Trepidity · · Score: 2

    Seems that IDE/EIDE drives are the choice for cheap and large. I'm certainly guilty of buying a few. However, I am wondering why fibre channel and SCSI aren't more popular for the desktop?

    Seems that you answered your own question there. IDE/EIDE drives are the choice for cheap and large, while SCSI are not. And cheap and large is what is necessary to store gigabytes of audio and video, unless you're wealthy. Very few of us care enough about the extra speed to justify paying $500 for an 80-gig SCSI drive when you can get the same thing in an IDE flavor for $200.

  39. Re:How sucketh IDE? Let me count the ways! by sconeu · · Score: 2

    What's really perverse, of course, is if you run:

    iSCSI over IPFC over FCIP...

    I suppose you could infinitely virtualize the FC/IP pairs in this scenario...

    --
    General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  40. Something wrong with these numbers... by darkonc · · Score: 3, Funny
    • 800,000 hours mean time between failure (MTBF) in the field
    • 3 Year Limited Warranty
    units 800000hours years
    * 91.263642

    If their drives have a 91 year mean time to faulure, it would be pretty cheap for them to give a 5 year warranty rather than a 3 year warranty. Even if their MTBF was off by an order of magnitude , a 5 year warranty wouldn't be that bad.

    I think it's time for someone to compile some failure stats on these things.

    (anecdote)

    Back in the early '80s when oil sands development was starting in Northern Alberta, a friend of mine was working at the site. It was mid-winter, and starting to get pretty cold... -35C (~-30F)

    -30 is cold on any scale, but the equipment that they were using was rated doen wo -40. Now in the States, +40C ~ -40C is often referred to as "Mil Spec". In Northern Alberta it's referred to as "outdoor equipment".

    -35C, and this equipment freezes. My friend Dan calls the manufacturer of this stuff and he complains about it. The engineer led off with one question that told Dan all he needed to know.

    With a Texan drawl he asked, incredulously: "You mean it actually gets that cold?"

    I'm wondering if Maxtor's 800K Hour MTBF is kinda like that Texan Mil Spec rating.

    --
    Sometimes boldness is in fashion. Sometimes only the brave will be bold.
    1. Re:Something wrong with these numbers... by Detritus · · Score: 2

      The MTBF tells you the rate at which the drives fail over their service life, typically five years. If possible, look at the vendor's documentation on how they compute their MTBF numbers.

      --
      Mea navis aericumbens anguillis abundat
  41. The quietest drive I have ever heard (or not heard by mj · · Score: 2, Insightful

    I recently purchased that Maxtor drive, thinking I was getting an ATA/100 drive, and was pleasantly surprised to find out I'd have a drive that my controller may someday catch up with... :)

    But the really great thing about this drive, is that its the single quietest drive I have seen.
    Its phenominal!!!

    For those of you that care about a quiet PC, I hightly recommend this drive.

  42. woo by nomadic · · Score: 2


    How come the stores haven't put up the usual signs saying "Le Controlleures ATA-133 c'est arrive"?

    Or was that joke a little too obscure for this crowd? And I don't speak French, so no bashing that...

    1. Re:woo by kindbud · · Score: 2
      Ceci n'est pas une pipe: |
      --
      Edith Keeler Must Die
  43. Don't underestimate fibre channel by foobar104 · · Score: 2

    I don't see why there won't be a mixture of standards. IDE/ATAPI for joe consumer, SCSI for us discrimating desktop/server buyers, and FC for people who have too much money and like buzzwords.

    Don't underestimate fibre channel. It's a very fast interconnect that's easy to implement over long distances with optical cabling, and that supports 127 units per loop.

    I have about a terabyte of FC disk in my lab on various FC loops, and the stuff works so well it's almost funny. And our customers have, combined, many, many TB of FC JBOD. Super reliable.

    And that's without even getting into switched storage fabrics. Personally I think cross-platform storage-sharing schemes like Sanergy-- and others whose names I forget-- are pretty kludgey, but shared stored in a single-OS environment works really well.

    And even without shared storage, the ability to put all your storage-- both disk and tape-- and all your computers on a big FC switch and dynamically move devices from machine to machine just by unmounting over there and mounting over here... well, that's just plain cool.

  44. Re:Want to make $1000 fast? Prove it to this guy by ncc74656 · · Score: 2
    He claims that 'Superdell's Personal Model' is the absolute fastest Windows-based machine on the planet and it has top of the line parts, and if you can tell him how to make it better, he'll pay you $1000.
    The fact that he built it around a P4 is a dead giveaway that he doesn't have a clue what he's talking about. Dual Athlon MPs (or XPs if you're willing to ignore AMD's compatibility guidelines) on a Tyan Thunder K7 will blow his setup out of the water (and it comes with dual Adaptec Ultra160 SCSI and dual 3Com NICs on-board, too).
    --
    20 January 2017: the End of an Error.
  45. Re:SCSI is dead-HA by Lumpy · · Score: 2

    as soon as you can fit 15 IDE devices on one IDE port at 160MBitPer second then I'll think you might be serious.

    IDE is a toy for consumer level products only. SCSI was and has always been what you use for commercial or important data. A SCSI drive of the same speed that an IDE is is always faster. Disk copy from drive 1 to drive 2 uses far less resources, and IDE doesn't offer any bus that can exit the computer case for something important like maybe a DLT tape drive jukebox.

    What IDE tape backup solutions exist that hold 40 tapes at 70Gigabytes each with a automatic changer and 20Meg data transfer rate?

    give me one IDE backup solution that has an archive life approaching 100 years?

    SCSI is very much alive, it's for high end. IDE is for low end.

    They're two different products for two different things.

    --
    Do not look at laser with remaining good eye.