Slashdot Mirror


IDE RAID Examined

Bender writes "The Tech Report has an interesting article comparing IDE RAID controllers from four of the top manufacturers. The article serves as more than just a straight product comparison, because the author has included tests for different RAID levels and different numbers of drives, plus a comprehensive series of benchmarks intended to isolate the performance quirks of each RAID controller card at each RAID level. The results raise questions about whether IDE RAID can really take the place of a more expensive SCSI storage subsystem in workstation or small-scale server environments. Worthwhile reading for the curious sysadmin." I personally would love to hear any ide-raid stories that slashdotters might have.

248 of 586 comments (clear)

  1. IDE Raid, inexpensive but major hassle by Anonymous Coward · · Score: 4, Insightful

    IDE can only handle one or two hard drives per channel, which makes the cabling a real nasty hassle as opposed to SCSI-based RAID.

    Even those so-called rounded cables can clutter the hell out of a tower case if you have a 4-channel RAID controller.

    In my case it's the Adaptec 2400A four-channel, with four 120GB Western Digital hard drives, RAID 1+0.

    1. Re:IDE Raid, inexpensive but major hassle by mccormick · · Score: 5, Informative

      For performance reasons, I haven't seen a single vendor that actually expects you to put two drives on a single interface, and infact, I've found that the 3ware Escalade controllers just won't let you. When they advertise that it can two drives, it usually means it has two dedicated interfaces, therefore have the potential for completely saturated a single port all by itself (which is hard to do with ATA/100 and ATA/133 drives that cannot even burst that high -- get good drives! big caches too!)

      --
      Pete
    2. Re:IDE Raid, inexpensive but major hassle by Anonymous Coward · · Score: 2, Informative

      Oh yeah, I used to have this configured in RAID-5 mode, and had a drive fail. It took just about 24 hours for 120GB to reconstruct onto a spare disk.

      I was fortunate enough to have also purchased a Fry's Electronics Instant Exchange guarantee for all the hard drives. So I popped in to Fry's to exchange it, and got a replacement after waiting for two fricking hours. I swear the poor guy had to run around for 20 different manager signatures.

      Fry's Instant Exchange is not so instant.

      Adaptec 2400A - $350
      Two 3ware Hotswap drive bays - $340
      Four 120GB western digitals (7200rpm) - $920

      With Linux 2.4.9-SGI-XFS, filesystem writes were pretty damn slow -- maybe 12MB/sec on RAID-5.

    3. Re:IDE Raid, inexpensive but major hassle by PlanetX+00 · · Score: 2, Insightful

      The next generation of IDE will be serial ATA (SATA). These drives will have a small cable going from the controller to the drive getting rid of all the cable clutter. Also, these controllers will allow you to use more than four drives, the more ports the more drives. Finally, these controllers will have improved electronics allowing the card to do more work, and making them less of a CPU resource hog. Continuing to use SCSI will get you higher speeds and greater drive MTFBs, but with IDE RAID you might not have to worry about the drive MTBFs (I can buy several larger IDE drives at the same cost of a smaller SCSI drive).

    4. Re:IDE Raid, inexpensive but major hassle by Anonymous Coward · · Score: 3, Informative

      Thats because one of the major limitations of current generation IDE is that only one device on a channel can "talk" at a time. So even if you're using a RAID card with two devices on a channel, it will be no faster than a standard IDE connection, since only one drive read/write can be done at a time. With SCSI, all of the drives on a channel can talk at the same time until the 160 MB/s that SCSI can handle is saturated.

    5. Re:IDE Raid, inexpensive but major hassle by Archfeld · · Score: 2

      serial ata is nice, I've got a promise card with 4 channels and serial ata adaptors. While it looks great it has the same issue any other IDE controller has, only single channel access at any one time so it is just a shell game. Though the serial ata cables are great, they are even better than round ide :)

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
    6. Re:IDE Raid, inexpensive but major hassle by PetiePooo · · Score: 4, Interesting

      I've got a friend that has a FileZerver NAS device. Does RAID0/1/5/JBOD on up to 12 IDE devices. As easy to use as a toaster.

      He initially bought it with six 100GB drives, giving him a formatted capacity of 477GB using RAID5. Ripped his CD collection, restored all his scanned images and textbooks and filled the sucker up to about 75% capacity.

      The only problem is that he used only 3 of the 6 channels to connect his 6 drives; 3 as master, 3 as slave. One controller had a momentary glitch and 2 of the 6 drives dropped out of the RAID. Can anyone tell me what happened next? Anyone? Anyone?

      After a bit of investigation, we found out the Zerver sled runs a version of Linux and uses the same md drivers modern Linux distros use. We pulled the drives out, and one by one slapped them into a spare Linux PC to update the superblocks. Brought it back up, and after a 24-hour fsck, the system was back up and stable. And each drive had its own IDE channel!!!

    7. Re:IDE Raid, inexpensive but major hassle by I+Am+The+Owl · · Score: 4, Insightful

      You are confusing serial communications with parallel communications. Please research further before flaming. Thx.

      --

      --sdem
    8. Re:IDE Raid, inexpensive but major hassle by Afrosheen · · Score: 2

      Why not use something that journals and has a little more speed, like reiserfs or ext3? I'd imagine xfs would be a poor choice if you're shooting for pure transfer rates.

    9. Re:IDE Raid, inexpensive but major hassle by Shanep · · Score: 2

      Dude, when I started getting 12 to 20MB/sec on my IDE with Reiserfs and notail, I was ecstatic!!! Of course I'm only running a 900MHz AMD Duron, but still-!

      Huh? I have been getting 25+MB/sec with 20GB Seagate UDMA Barracuda's for about the past 3 years on a P2 300.

      Linux RAID-0 does of course reduce this transfer rate to less than 20MB/s. Go Linux software RAID!

      (It's not my P2 300, BTW, Linux 2.2 RAID-0 did actually give me greater transfer rates, 2.4 is shite).

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    10. Re:IDE Raid, inexpensive but major hassle by ZorinLynx · · Score: 2, Insightful

      I hope you keep an off-machine backup. It only takes one violent power supply failure to make all your data suddenly vanish as multiple drives meet their maker in a blinding flash of light.

      Back up to an off-machine disk or tape. NOW. You will thank me later.

    11. Re:IDE Raid, inexpensive but major hassle by funkdancer · · Score: 2, Funny

      Before we know it we'll have SATAN in our offices then ... Serial ATA Networks.

      (Sorry couldn't resist)

      --
      ISO certified == THX certified
    12. Re:IDE Raid, inexpensive but major hassle by Charm · · Score: 4, Funny
      24-hour fsck

      And that is why fsck is used as a swear word.

      --
      -- RTFM:Slackware::Beer:Saturday
    13. Re:IDE Raid, inexpensive but major hassle by Lumpy · · Score: 2

      so by the time you get the good drives and the ones with big caches.... you're spending the same money as us SCSI guys do.

      Funny... I've enjoyed Ultra 160 raid for over 2 years now... and what have you IDE guys had?

      IDE is for consumer and home use. SCSI is for serious work. even the manufacturers admit it... my scsi drives STILL come with 5 year warranties... IDE drives come with 1 year now... funny that eh?

      --
      Do not look at laser with remaining good eye.
    14. Re:IDE Raid, inexpensive but major hassle by Oliver+Wendell+Jones · · Score: 2

      Is that the new ATA666 standard?

      Also couldn't resist.

      --
      A computer once beat me at chess, but it was no match for me at kick boxing -- Emo Phillips
    15. Re:IDE Raid, inexpensive but major hassle by ivan256 · · Score: 2

      It's not for performance reasons, it's for reliability reasons. The IDE bus is not very tolerant of failures. There are many failure conditions for an IDE drive that will make the entire bus unuseable. If it's a mirror set, you haven't really gained any reliability if one drive takes the other drive out with it. You also can't hot-replace a drive if it's sharing a bus, but if it's the only one, you can. (You're software might not like it though...)

      get good drives! big caches too!

      Depending on how relibable you're trying to get with your RAID set, the cache won't help either. In fact, if you don't want data corruption, you have to run with the write cache off otherwise even your journaling filesystem won't protect you if your drives suddenly lose power.

    16. Re:IDE Raid, inexpensive but major hassle by dublin · · Score: 3, Informative

      Thats because one of the major limitations of current generation IDE is that only one device on a channel can "talk" at a time. So even if you're using a RAID card with two devices on a channel, it will be no faster than a standard IDE connection, since only one drive read/write can be done at a time.

      Not at all true. There are a good many IDE (ATA, actually) RAID controllers out there that use one drive per IDE channel, and connect to the host via SCSI or Fibre Channel. (Of course, in this case there is *never* channel contention, and the weak spot is in the SCSI or of FC connection, both of which are using the SCSI protocol. This approach is FAR faster than almost all SCSI-based RAID systems out there, and much cheaper to boot. One of the advantages of using serious IDE Raid subsystems (not the cheezy desktop variety) is that the cost savings can allow you to replace RAID 5 with RAID 0+1 (sometime called 10) and still save money. I know because I've engineered and built multi-terabyte storage servers on this technology that are 2-3x faster and an order of magnitude less expensive than high-end storage servers like the IBM Shark or EMC Symmetrix. IDE *will* squash SCSI, it's not a matter of if, but when, mostly because SCSI will never be able to compete with the volume economics that produce IDE's 5-6x cost advantage. The performance advanstage of individual SCIS drives is already becoming marginal, and the speed of individual drives is nearly irrelevant anyway in a RAID environment where most of the poerformance comes from spanning mutiple splindles, not the speed of the individual disks. (This is why a properly configured RAID array of disks with average access time N can deliver average access times of significantly less than N.)

      With SCSI, all of the drives on a channel can talk at the same time until the 160 MB/s that SCSI can handle is saturated.

      Not even close. SCSI is a one-talker at a time bus architecture. This is one reason a good IDE RAID controller can so easily kick SCSI butt. The largest clusters and multiprocessor computers are all going to high performance IDE RAID arrays because of their superior cost, performance, and yes, reliability, since electrical problems in physical SCSI are one of the most common causes of data corruption in high performance environments, which is one of the chief reasons Fibre Channel has been so widely adopted. It too uses the SCSI protocol, and so has real weaknesses, but at least it avoids the hideous flakiness of SCSI's connector and termination scheme.

      --
      "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
    17. Re:IDE Raid, inexpensive but major hassle by dublin · · Score: 2

      so by the time you get the good drives and the ones with big caches.... you're spending the same money as us SCSI guys do.

      No way. And big drive caches don't really buy you much in a RAIDed environment. It's far better to have that cache in the RAID controller itself. Drive speed doesn't matter much, it's spindle spreading that wins big, and IDE drives are now nearly as fast as SCSI at a quarter or less of the price!

      Funny... I've enjoyed Ultra 160 raid for over 2 years now... and what have you IDE guys had?

      Speaking for myself, I've had high-performance IDE RAID arrays that will easily saturate an Ultra 160 SCSI connection at a cost so low I can use RAID 0+1 instead of 5 and still save money. You just can't do that with SCSI.

      IDE is for consumer and home use. SCSI is for serious work. even the manufacturers admit it... my scsi drives STILL come with 5 year warranties... IDE drives come with 1 year now... funny that eh?

      Red herring if ever there was one. The mechanisms are the same and have been for years from most manufacturers. The only difference is the logic board. Aren't you glad you're paying a 4x premium for that one-drive-at-a-time SCSI interface? (All high-performance IDE RAID units have one channel per drive, totally eliminating bus contention. That approach is way too expensive to execute in SCSI.)

      Finally, drive manufacturers are building "enterprise class" IDE drives now that have the same warranties as the very expensive SCSI drives. Sure, they're more than the consumer grade IDE drives, but still several times cheaper than SCSI drives that are only slightly faster. And you might want to check the reliability specs. I know of at least two drive vendors that quote *higher* MTBFs for their IDE drives than they do for their SCSI equivalents. Tell me again why I should waste my company's money on an anachronistic love-affair with an obsolete technology when that decision could result in additional layoffs?

      If you don't believe me, get a clue about what's happening in the storage industry. I'd suggest InfoStor or SearchStorage as starting places. And if you think IDE is strong now, just wait until high-perfromance Serial ATA RAID controllers start to become common in a few months.

      SCSI is dead. Not because it's a bad technology (although it isn't that great, either), but because it cannot compete economically.

      --
      "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
    18. Re:IDE Raid, inexpensive but major hassle by Archfeld · · Score: 2

      no you are correct it is not the serial ata spec but the IDE spec. Even a dual channel ide card can actually only write to a single channel at any time. I am trying to find the place where I read this all detailed out. The biggest advantage of the new raid cards is the JBOD mode. How many home users really need mirroring or 1+0/0+1 raid ?

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
    19. Re:IDE Raid, inexpensive but major hassle by Archfeld · · Score: 2

      Doh, I need to go back on vacation...Only a single device can speak down a channel at a time, reading back over my post I even confused myself. A dual channel ide controller theoretically supports 4 devices, 2 per channel, allowing only one of those device per channel to speak at one time. So if you had 4 disks you could only get 2 of them at any one point, or if you raid them 1+0 I think acrossed both channels you could get a performance boost accessing a single logical volume. Now I am guessing but haven't found proof that the SATA spec, allowing only a single device per cable does not have this limitation ? The card I have supports SATA but the disks I've got don't, so all I am getting is cooler smaller cables using an adaptor at the disk side. I could not even find any disks that supported the SATA interface yet....soon I hope...

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
  2. SCSI for workstations? by autopr0n · · Score: 3, Insightful

    Whats the point in having SCSI-Raid in most workstations these days? I mean, ram is so cheap now you can throw in a couple gigs for much less then the price diffrence between SCSI RAID and IDE raid.

    I mean, I know the hest drives are SCSI flavor, but it seems like there's so many other things you could spend money on first that would get you way better performance, like getting a Dual Athlon CPU or something.

    --
    autopr0n is like, down and stuff.
    1. Re:SCSI for workstations? by redfiche · · Score: 5, Informative
      Performance isn't the only issue. We build custom PC-like devices from parts for use in health care, and we are constantly struggling to get a steady supply of parts that will be the same for more than a few months. Hard drives are about the worst, and IDE hard drives have a market lifespan of a few months. It can be a paperwork and testing nightmare to change the hard drive you use frequently. SCSI has a much longer lifespan in the market.

      There is also the reliability factor. SCSI drives tend to be more robust.

      --

      Brevity is the soul of wit

      -- Polonius

    2. Re:SCSI for workstations? by Kenja · · Score: 2

      I like my data. I like it to be there when I get home from work. Thats why I've got a three drive RAID-5 on my main workstation. That way if a drive dies my data is still there.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    3. Re:SCSI for workstations? by aussersterne · · Score: 5, Insightful

      Ummm, no.

      Try getting sustained data transfer rates out of an IDE RAID under load. It won't happen. You'll stutter. *boom* goes your realtime process.

      SCSI RAID, on the other hand, streams happily along with very little CPU load.

      --
      STOP . AMERICA . NOW
    4. Re:SCSI for workstations? by Anonymous Coward · · Score: 4, Insightful
      The "Enterprise Server Group" at my Fortune 500 employer keeps telling me I should be purchasing $1,200 "SunFire V100" servers with IDE instead of wasting $2K+ on the V120 with hot-swap SCSI.

      I keep telling them to wait a couple of years, and we'll see who is wasting money.

      There is also the reliability factor. SCSI drives tend to be more robust.

      Agreed. This is not always easy to back up with facts (by quoting mfgr specs, etc), but in both recent and long-term (10+ years) experience, my systems with SCSI drives have tended to fail less often, and usually less suddenly, than IDE.

      Generally, in 24x7 server usage, a SCSI disk will run for years, then either slowly develop bad blocks, or you start getting loud bearing noise, and after powering down, the drive fails to spin back up. In the old days we'd blame that failure mode on stiction, and could usually get the drive to come back one last time (long enough to make a backup) by giving the server a good solid thump in just the right spot.

      Background:
      My first SCSI-based PC was a 286 with a 8-bit seagate controller and a 54 MEG Quantum drive recovered from my old Atari 500 "sidecar".

    5. Re:SCSI for workstations? by bill_mcgonigle · · Score: 2

      Hmm, I can't tell if you're terribly underinformed or I'm just feeding a troll here...

      benefit of the doubt:
      http://fink.sourceforge.net/pdb/package.php/blackb ox

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    6. Re:SCSI for workstations? by Stonent1 · · Score: 3, Funny

      I dunno, post a story on Slashdot with a URL linking to your computer maybe?

    7. Re:SCSI for workstations? by duffbeer703 · · Score: 2

      Anyone who runs an "Enterprise ____ Group" is usually a moron more concered with accumulating political power than getting anything done.

      I run into similar issues at my job. I always find it amusing that when the "Enterprise ____ Group" will give us shit over buying an "unjustified" extra hard disk, do not bat an eye over paying nearly $2,000 a year for a service contract on a $3000 piece of equipemnt.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    8. Re:SCSI for workstations? by GT_Alias · · Score: 5, Insightful
      Ehhhh...RAID vs. RAM/Dual CPU's? I was under the impression people used RAID for data integrity (at least, that's what I use it for). Unless you're striping, I suppose.

      So yeah, you could probably spend your money on other things to get better performance, but that's entirely besides the point. What could you spend that money on to get better data reliability?

    9. Re:SCSI for workstations? by guacamole · · Score: 2

      Having lots of RAM and standard IDE disks might be a good thing for workstations whose main application is not I/O intensive. However, if you're using an application that constantly reads and writes files, likely litte of that will be cached in memory and it is better to have a decent raid system (preferably SCSI based with a hardware RAID controller)

    10. Re:SCSI for workstations? by Anonymous Coward · · Score: 5, Interesting

      I have a dual Xeon 2.4GHz 4U with dual 8 channel IDE controllers connected to 16 160GB IDE drives under Windows 2000 arranged as two separate logical drives.

      I'm able to read sequentially from very large files (20GByte+ files) at a continuous rate of over 180Mbytes/sec.

      The controllers are 64-bit, 33MHz PCI cards and the high speed sequential reads are exactly what my application demands. SCSI would have added nothing to the performance of the system except an additional 60% to the cost.

      Find me a 2.5TByte dual Xeon 4GByte RAM 4U box with SCSI drives for well under $10K and I'll give SCSI another look.

      Once serial ATA comes out I think you'll see even more IDE based RAID being used.

    11. Re:SCSI for workstations? by prisoner-of-enigma · · Score: 5, Insightful

      You apparently didn't read the article, and have no current experience with IDE RAID systems. Take at look at the sustained tranfer rates of the 3Ware system. They meet just about any SCSI controller you're likely to find when paired with good 7200RPM drives. The myth that SCSI is the only way to get reliable sustained transfers is just that -- a myth. SCSI's only advantage now is reduced cable clutter and having up to 15 drives on one controller, but who needs that many drives these days when 120GB drives are available for next to nothing?

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    12. Re:SCSI for workstations? by 3-State+Bit · · Score: 3, Troll

      What does your CPU utilization look like when you're doing that 180 MBytes/sec? You're doing software-raid, yes? (You didn't mention a RAID controller) -- are you doing RAID-5?

      Do you think you could pump the 20-gig file over gigabit ethernet at a saturated 125 MB/sec?

      That is to say, for sequential read, would this sub-$10k solution be a media server limited only by gigabit ethernet bandwidth? Holy cow!

      How about sequential write? Can you copy a 20-gig file from the network at the same speed? (i.e. sequential write.)

      What does the highest your CPU utilization gets to? Are both processors used?

      Very interesting...

    13. Re:SCSI for workstations? by kscguru · · Score: 5, Informative
      And those same ultra-high-capacity 120GB hard drives have horrible seek times. SCSI is so much better there... look at a modern OS, and seek times for disk access will make MORE of a difference than just about anything else (given sufficient RAM, CPU cycles, etc... - but if you're spending on RAID, you'll have those anyway). Heck, if this poster's parent wants to just suck data out of a linear file, any drive'll work - you're really just pulling out of the drive's cache. Idiot-proof.

      Try random access. Then you'll see the difference. Sequential is optimized by just about every cache out there - you're NOT benchmarking the drives with sustained transfer! You're benchmarking the caches!

      --

      A witty [sig] proves nothing. --Voltaire

    14. Re:SCSI for workstations? by Regul8or · · Score: 2, Insightful

      "IDE hard drives have a market lifespan of a few months."

      And if you own an IBM hard drive the operational lifespan is a few months.

    15. Re:SCSI for workstations? by runderwo · · Score: 2
      and a 54 MEG Quantum drive recovered from my old Atari 500 "sidecar".
      Um, Atari 500? Are you sure about that?
    16. Re:SCSI for workstations? by Codifex+Maximus · · Score: 3, Funny

      >In the old days we'd blame that failure mode on
      >stiction, and could usually get the drive to come
      >back one last time (long enough to make a backup)
      >by giving the server a good solid thump in just the
      >right spot.

      Heh, funny you mention that. At one of my former jobs, we had a very old machine running OS/2 with SCSI drives. This machine was the database bridge between the mainframe and many PC based applications. Anyway, when the machine had to be rebooted/powered down (once in a blue speckled moon) they'd have to pick the machine up and drop it just to get the drives spinning. I kid you not! But it ran forever.

      --
      Codifex Maximus ~ In search of... a shorter sig.
    17. Re:SCSI for workstations? by Lumpy · · Score: 2

      Ok, you capture 10 gig of video into ram... Oh wait you cant get a motherboard that support's 10 gig of ram... how about capturing a high rate data stream from a MRI machine. how about the fact that SCSI drives are 3 times the quality of the best IDE drive on the market? I can give you tons of reasons... I've tried the IDE raid *the computer I'm typing from has it) it is an utter joke compared to SCSI raid. U160 in a raid 0 with only 2 drives and IDE133 in a raid 0 with only 2 drives I get 2 times the performance out of the SCSI. (Yes each IDE is on it's own port as master) plus my SCSI drives atill come with 5 year warrenties, ide does not. so near the end of the high end workstations, I can get the hard drives replaced for free when they fail and I get to salvage out new SCSI drives for other uses.

      If you are doing important or serious work SCSI raid 5 is the only choice. anything else is just a toy.

      --
      Do not look at laser with remaining good eye.
    18. Re:SCSI for workstations? by clarkc3 · · Score: 3, Insightful
      SCSI would have added nothing to the performance of the system except an additional 60% to the cost.

      Consider that the seek time on those 160GB IDE drives is around 9-12ms compared to a ibm's 146GB SCSI drive with a seek time of 4.7, 133MB burts vs 320MB burst, 7200 vs 10000rpm. And the thing most business love: 5 year warranty for scsi vs 1 year for the IDE's. Once serial ATA comes out I think you'll see even more IDE based RAID being used

      In workstations yes, in high usage servers, no. Even in the small department I work in, we'd rather pay 60% more for scsi and get a 5 year warranty and proven long term reliabilty

    19. Re:SCSI for workstations? by jpc · · Score: 2

      Have you used IDE recently? It doesnt use CPU time. It was only PIO back in the dark ages that created this myth.

      For sustained transfers, IDE has a better price/performannce (15K SCSI is marginally faster sometimes, but 2 7200rpm IDE drives are cheaper and faster). For random access workloads SCSI is a little fatser (lower latency) but thoes of us with sequential access workloads dont care.

      As for saturating GigE, probably can be done. I usually only need real time 50MB/s and thats fine.

    20. Re:SCSI for workstations? by budgenator · · Score: 2

      I've been thinking seriously about going RAID 5 on my machine, not because of performance issues but for reliability issues; my IDE drive just took a puke. I'm sure that RAID is going to reduce performance, but then again I'm not trying to render 3D movies either.

      I'm not sure I'd put a lot of faith in the benchmark either, when IDE100 drive beats a IDE133 drive the hookey-meter moves up a few notched. IDE raid is still a young technology, a cd burner or even a drive dedicated for back-ups and consistent back-up plan may offer a lot more bang for the buck.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    21. Re:SCSI for workstations? by RealAlaskan · · Score: 2
      I used to work on General Automation microcomputers (BIG S100 systems with Motorola 68000s, as I recall). These had huge, several MByte hard drives which had a steel spring with a dab of graphite on the end, which rode on the end of the hard drive's spindle, apparently to drain static from the platters. Eventually the graphite would wear out, the steel spring would begin to vibrate and the hard drive would begin to scream. Loudly. This would get us a service call, and we would check the power supply voltages and blow the dust out, and dab a tiny bit of white grease on the spring. In about a year, we'd get another call. It was a great revenue booster, and probably helped keep the machines reliable.

      Just to stay on topic, I think they were SCSI drives; they couldn't have been IDE, of course, since that hadn't yet been invented. PCs (the expensive, new ones) were still using RLL harddrives. We never had any problems with them other than the noise, so I really can't remember what interface they used, or even what brand they were.

    22. Re:SCSI for workstations? by prisoner-of-enigma · · Score: 2

      I fail to see where you get your information on seek times from. If you compare apples to apples (in this case, a 7200RPM SCSI to a 7200RPM IDE) then you'll note that access times are identical for identical makes of drives. The drive internals are identical, it's the electronics that are different. In fact, SCSI command overhead can actually make a single SCSI drive slower than a similar IDE drive, but in reality the difference is well below the noticeable threshold.

      You are, however, most likely comparing something like a 15,000RPM SCSI to a 7,200RPM IDE, and obviously rotational latency of the faster spinning drive will be about half that of the slower spinning drive. Bravo! You've discovered the obvious. Now, examine your price points and you'll note that to get about a 1ms-2ms decrease in access times (arguably a 20%-30% reduction in overall latency) you've spent about 400% more. Does this make sense whatsoever? Only if you (a) have money to burn or (b) you've got some business use that absolutely demands the highest performance money can buy. Cases (a) and (b) exist in far rarer amounts than not. I will also point out that in addition to costing more your 15K RPM drive also carries with it a mandatory active cooling arrangement (more noise), higher power consumption (upgrade that power supply), and more noise (even more noise).

      For 95% of hard drive applications in the world users will not notice the benefits of SCSI. The advent of gargantuan caches, both in the form of onboard controller cache and operating system caching algorithms, means that random read performance is not as important in most instances as it was five years ago. File sizes are getting larger as well, trending towards better sequential access times.

      Does SCSI have a place? Absolutely -- wherever you need insane expandability (more than 8 drives), or the absolute fastest possible access times (database servers with huge databases), or hot swap capability, SCSI is the way to go. But those markets are relatively narrow, and in almost every case you're going to be spending someone else's money (the company's) instead of your own. It's easy to justify SCSI when it doesn't come out of your own pocket.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
  3. at the company I work for by npietraniec · · Score: 5, Funny

    At the company I work for, IDE RAID has become somewhat standard because we're basically cheap... At least it's standard on the servers that are fast enough to support it. The rest use dd to copy partitions between backup drives. My boss calls it "RAID point five" We lovingly refer to it as the ghetto network.

  4. experience by Jahf · · Score: 5, Informative

    I ran an IDE RAID, one of the first, a few years ago. It was a 3ware RAID-1 controller. I thought it would be useful because I had gotten sick of losing data on a drive failure. I didn't have the money (or patience :) for a good backup solution and Linux RAID hadn't matured.

    Everything was fine for awhile. After a few months I lost a drive, replaced a drive and it remirrored fine. Same thing happened a year or so later.

    Then one day my controller fried. Nothing else in the system went down, but some kind of surge hit the 2 drives from the RAID controller. The controller still worked but neither drive was accessible, either as RAID drives or as single drives. Tried numerous tricks, eventually gave up.

    I've run SCSI RAID in boxes I admin at work ... never have I seen 2 drives go down simultaneously. Nor have I seen a controller malfunction in a way that damaged the drives (though I've heard of it from other people).

    All in all, I decided it wasn't worth it. I am currently doing Linux mirroring in combination with journaling filesystems on one box, and Windows mirroring on another.

    --
    It is more productive to voice thoughtful opinions (reply) than to judge (moderate) others.
    1. Re:experience by puto · · Score: 5, Informative

      Hmmm, You suggested raid 5. Would not have been the best in video editing. 3 would have hit been better cause of the next to none performance loss when a drive is out.

      Well let me break it down first to you by where you went wrong.

      But in any case you should have at least left a little manual with them to explain very non technically what you had done and if they had a problem to look in the manual because all of stuff you had done on the system would have been there laid out and they could have researched. I always tape a note on the side of the server and sometimes inside saying WARNING READ VENDOR SUPPLIED INFO. I make them very aware of what I have done.

      It is also hard for me to believe that the guy looked at the server and thought they had one 500 gig hardrive, instead of thinking it was a volume. Any idiot would go. "500 gig drive? Huh?). Then again they got some real bozos in the world and I still shake my head on a weekly basis sometimes.

      I always also get then to sign a CYA(Cover Your Ass) statement saying I explained backups, what they should do, and should a problem crop up it ain't my fault. Usually scares em into buying a tape drive. Or at least meeting me in the middle on the raid end.

      RAID Level 3 - RAID Level 3 provides redundancy by writing all data to three or more drives. Just Awesome storage for video imaging, streaming, publishing applications or any system that requires large file block transfers.

      The only real disadvantage here is in small file transfers.

      Advantages -
      Single dedicated parity disk
      High read data rate
      High write data rate
      4 drives minimum
      No performance degradation if drive fails
      Best and worst case performance similar
      Video Streaming
      Video Publishing
      Video Editing
      Pre Press
      Image editing
      Any application that needs heavy updating and large file usage

      RAID Level 5
      Advantages
      Most flexible of all disk arrays
      Best balance cost / performance / protection of any RAID system
      Allows multiple simultaneous writes
      High read data rate
      Medium write data rate
      3 drives minimum
      Ideal for small write applications
      Highly efficient
      Transaction processing
      Relational Databases
      File & Print Servers
      WWW, E-mail, and News servers
      Intranet Servers

      You lose a drive in a 5 situation and performance takes a huge hit.
      This has been my experience.

      Puto

      --
      The Revolution Will Not Be Televised
    2. Re:experience by CerebusUS · · Score: 5, Informative

      You're close, but you've got raid 3 a bit wrong. raid 3 still requires a parity drive, so you lose disk space again.

      The major difference between raid 3 and raid 5 is where the parity info is stored. on raid 3 all the parity info is stored on one drive, on raid 5 it's mixed in with the stripes and spread out over all the drives.

      However, you are correct that raid 3 is recommended for video editing, as it has lower latency on disk writes... in raid 5 the checksum has to be done before the writing can commence, in raid 3 it only slows down the actual parity write.

      Source:
      raid 5
      raid 3

    3. Re:experience by ZorinLynx · · Score: 3, Insightful

      >What do you do if the controller card itself dies?

      Simple... You purchase a different controller, put the drives on it, build the RAID, and restore the data onto it from your backups.

      RAID is meant to increase overall reliability; it is not meant as a substitute for backups.

    4. Re:experience by fusiongyro · · Score: 2

      I've been looking for someone to ask this question to, because I'm interested in setting up a RAID at some point in the near future. I'm going to need between 480 and 640 GB of actual storage in the end. Cost is an issue, but I'm willing to spend ~$1000, so I'm thinking IDE is what I can afford.

      The purpose of the array is to serve high quality audio files to myself and my friends. We're talking about 30MB - 150MB sized files probably averaging around 50 MB in size, and it should be capable of streaming about four of them at a time at a minimum of 1 or 2 MB/s.

      My first thought was to use RAID 5, since it traditionally is the most economical variety. But then understanding the difference between 3 and 5 seems to indicate that 3 would stream faster and deal with large files better. But, on the other hand, 5 handles multiple simultaneous reads or writes more gracefully than 3, which essentially has all of the drives doing the same thing at the same time.

      So I'm wondering which RAID level I should use for this application. These aren't video editing sized files if I understand the size they can get, but they are definitely not what I would normally consider small files either. Is the performance difference between 3 and 5 truly all that great? Does it go to the toilet when multiple people are using the same drive? What problems will I notice with 3 or 5?

      Since I would be sharing this via AFS, it is safe to say that these files are going to be copied around the network essentially as soon as they are opened, which means each file read will probably be reading the whole file, by the way (if you don't use AFS, not intending to sound condescending).

      Thanks,

      --
      Daniel

    5. Re:experience by Jobe_br · · Score: 2

      Don't worry, this happens with SCSI RAID as well. My brother is a sysadmin for a few large servers and has mostly Dell PowerEdge system with their various PERC controllers - he recently had each of six drives in an array fail in sequence with no indication of any failure to the drive (s.m.a.r.t. or otherwise). Dell came out and replaced backplanes, cables, drives - all sorts of things, and nothing appeared to help ... sometimes when a drive failed, the controller would lose its configuration along with it ... sometimes that configuration wasn't able to be restored from the first sectors of the drives in the array, as it should be - and EVERY time a drive failed, the OS (SCO Open Server, I believe) would freeze and cause a lengthy fsck on reboot, and usually a fair amount of data corruption. Restores from tape were frequent and lengthy. I finally suggested he enable journaling on the SCO box, which is an option with its FS, and that helped with the fsck - but the fact remained that just having SCSI RAID doesn't shield you from some pretty serious failures.

      Cheers.

    6. Re:experience by Xyd · · Score: 2, Interesting

      Be wary of blanket statements that RAID5 performs poorly for writes. While this is probably true for the RAID cards mentioned here, some storage systems (e.g. EMC Clariion, Dell Clariion) have two mechanisms for increasing performance.

      First, write cache. When performing a write, the storage enclosure fills the cache (i.e. 8GB) and ACKs the write back to the host before it even touches a disk. So, unless the write is huge there is no performance loss for RAID5. However, for huge writes....

      Some storage enclosures (again, Clariion -- that's what I know :P)use enhanced writing algorithms that perform the parity and write to all disks virtually simultaneously. (Yeah, that's open to flame.) There's a good whitepaper on this at EMC's site.

      Granted, none of us have these enclosures at home but making a general statement that RAID5 performs poorly is short-sighted and a poor generalization.

    7. Re:experience by toby360 · · Score: 2

      I've had a raid controller go down and corrupt everything on all drives for a short period of time before it bit the dust. Always always always have backups :)

    8. Re:experience by _fuzz_ · · Score: 2
      I've run SCSI RAID in boxes I admin at work ... never have I seen 2 drives go down simultaneously. Nor have I seen a controller malfunction in a way that damaged the drives (though I've heard of it from other people).

      At my office a couple weeks ago, we had a UPS flip out and a power spike hit our SCSI RAID system. Everything went kaput: the controller and all 5 drives. About 800GB, which wasn't backed up (how do you back up 800GB?). We were able to recover about 1/3 of the information through data recovery tools, but we lost a heck of a lot.

      --
      47% of all statistics are made up on the spot.
  5. A little story by bravehamster · · Score: 4, Funny
    I work for a small custom computer shop. We built a system a few months back for a video editing company here in town. Obviously they needed a lot of storage, so we suggested a RAID-5 system using 6 100GB drives, giving them roughly half a terabyte of storage. The liked the idea, but insisted we used RAID-0 (the Purchasing Officer had read his PC Gamer and thought it sounded cool). We advised against it, but they insisted. 2 months down the line, a hard drive on one of their other computers breaks down. Their newly hired technician (the office managers son) saw that their big old file server had 5 hard drives in it, but was only using 1 in windows! Being the smart boy that he is, he dutifully shuts down the machine, removes one of the drives, puts it on the broken machine, formats and loads windows on it. He seemed awfully surprised when the file server wouldn't boot, and tried to blame it on us for losing a month of work. Despite our other recommendations, they had no backups. They went out of business last month.

    --
    ---- El diablo esta en mis pantalones! Mire, mire!
    1. Re:A little story by tmark · · Score: 5, Insightful

      their big old file server had 5 hard drives in it, but was only using 1 in windows! Being the smart boy that he is, he dutifully shuts down the machine, removes one of the drives, puts it on the broken machine, formats and loads windows on it.

      So how did he decide which of the 5 drives he was going to pull ?

    2. Re:A little story by bravehamster · · Score: 2, Funny
      Apparently he picked one at random. I never really asked.

      --
      ---- El diablo esta en mis pantalones! Mire, mire!
    3. Re:A little story by alexburke · · Score: 4, Insightful

      Oh. My. God.

      I let out a yelp when I got to
      puts it on the broken machine, formats and loads windows on it *

      One of the things that really chaps my ass, more than anything else, is people asking my advice (and they do so specifically because of my experience in whichever field they're inquiring about), patiently listening to what I have to say, asking intelligent questions... then doing something completely or mostly against my recommendations.

      More often than not, something ends up going wrong that would/could not have occurred had they followed my advice in the first place, and then I hear about it.

      It sucks the last drop of willpower from my soul to hold myself back from saying "I told you so!" and charging them a stupidity fee. It's tempting to do so even to friends, if/when I get sucked into the resulting mess. [Hear that, Jared? :P]

      * Linux zealots: For a more warm-and-cozy feeling, disregard the first eight words of this quote.

    4. Re:A little story by Anonymous Coward · · Score: 2, Funny

      <tears>
      You had me at "office managers son" :)
      </tears>

    5. Re:A little story by jridley · · Score: 2

      HE didn't say it was funny. He told a story. It was moderated to funny.

    6. Re:A little story by shaitand · · Score: 3, Insightful

      I have a number of these stories to go along with my success stories. The problem is that at that point the technician is a saleman, your their technical advisor and the one who directly profits from their decision, this causes a certain amount of inherit distrust. No matter how well he explains it, he can't "force" the customer to do anything, it's their money. Only monopolistic corporations like say... microsoft (just a random pick) try to force their customers. That company was free to ignore the tech and put themselves out of buisness.

    7. Re:A little story by Jeff+DeMaagd · · Score: 2

      I dunno if I should be posting, but, in this situation, did anyone consider just nodding and implementing RAID 5 anyway, hoping that no one would notice? No one took the time to explain why RAID 0 is just a plain bad idea?

      As for the backup thing, yeah, it is sometimes hard to get people to buy something for the contingencies. I wasn't able to convince my boss to buy a tape backup machine until _after_ a drive failed with a month's worth of work on it.

    8. Re:A little story by InsaneGeek · · Score: 2

      You don't want Raid-5 with a video editing system, your write performance will kill you. Having to calculate parity is going to make it *noticeably* slower. Even having a dedicated hardware raid device with cache you will notice a write performance hit, but it's eased a bit. Raid 10 is what your custom shop should have properly suggested.

      Too bad about the rest of the problem, a proper admin is worth their weight in gold.

    9. Re:A little story by archen · · Score: 5, Funny

      Sort of reminds me of the place I work.

      A week after I was hired the computer with the sales database died. I'm the computer guy, so I'm supposed to fix it. I was a bit surprised at what I found (keep in mind this information is supposed to be fairly important information to the company).

      The computer had around 256 megs of ram. Was a database server (for sales info) that around 3-4 people were connected to at any given time. Was running WINDOWS 98 using striped IDE hard drives. Among other things that this machine was used for at any given time was graphic editing in Corel Draw (wonderfully stable too I might add), and crash prone MS Office... as well as every God awful freeware screen saver ever found, and many other useless stuff that most people didn't even know what they were supposed to do. Apparently the machine crashed at least 3 times a day, and no one thought there was anything wrong with this.

      So one drive dies, and surprise the backup is done on a jazz drive that never worked right. Apparently the girl who used the computer never really read that error message regarding the Jazz drive every morning when she came in. So we had a wonderfully redundant backup with a different Jazz disk for each day of the week with nothing but garbage on all of them.

      When I actually put all the pieces of the puzzle together, I just started laughing at how ridiculous the setup was.

    10. Re:A little story by harlows_monkeys · · Score: 2
      You don't want Raid-5 with a video editing system, your write performance will kill you


      He didn't say that they were doing RAID-5 on the video editing systems. The RAID-5 was on the file server.

    11. Re:A little story by binner1 · · Score: 2, Insightful

      I think a new more accurate moderation is in order: Sad

      -Ben

    12. Re:A little story by Afrosheen · · Score: 4, Funny

      This is where a little sound clip from the Simpsons cartoon comes in handy.

      Find any two-second clip of Nelson saying "Ha Ha!" and email it to fools that destroy things after neglecting your advice. It'd be even better to find a little flash clip of Nelson pointing and laughing, it'd add insult to injury.

    13. Re:A little story by shaitand · · Score: 2

      You make a good point, I dunno if I would have implemented raid 5 after the customer said raid 0, but I probably wouldn't have clued them in to what raid strategy I was using anyway. I'd leave it at you need a (however many drive, I'm too lazy to look back) raid for storage and a tape backup. Just put these things down on the quote and here is your bottom line with labor estimate. They hardly need to know the details of the implementation, only the the information that is relevant to the end users (ok here is where you save files to, to save a file you click...)

  6. Linux Software Raid by miracle69 · · Score: 2

    I've got a RAID-5 machine made with 5200 RPM WD 120 GB drives. Works great. It's a light server, and I built the thing for under 700 bucks, dual procs and all.

    I didn't use a RAID card, just a couple of IDE cards. And it was amazingly simple to set up.

    --
    Linux - Because Mommy taught me to Share.
    1. Re:Linux Software Raid by deicide · · Score: 3, Informative

      I'm not the original poster but here goes. This is with a three 27gig drive Linux software RAID5 (md). This box has been up and running for about 2 years as my personal file server. All three drives are identical (Seagates, I'm too lazy to lookup model numbers)

      [10:40pm] /root> hdparm -t /dev/hda /dev/hda:
      Timing buffered disk reads: 64 MB in 2.70 seconds = 23.70 MB/sec

      [10:41pm] /root> hdparm -t /dev/md0 /dev/md0:
      Timing buffered disk reads: 64 MB in 1.40 seconds = 45.71 MB/sec

      These are read tests of course but this is a mostly-read file server so that's what matters to me.

      Also, it is a highly patched RedHat 6.2 install with 2.4.17 kernel, dual p2-400mhz, 1/2 gig of ram.

    2. Re:Linux Software Raid by miracle69 · · Score: 5, Informative

      Here are the hdparm results of the two machines I currently have that run Linux Software Raid.

      The first machine (brainstem) has SCSI Raid-5 with 18 GB drives. The second machine (heschl) has IDE Raid-5 with 120 GB drives. It's used to serve music and pictures (sorry, no pr0n - just digital camera pics) to my local network.

      Machine 1 (SCSI)
      -----------------
      brainstem:~# hdparm -g /dev/md1 && hdparm -t /dev/md1 && hdparm -t /dev/md1 && hdparm -t /dev/md1 && hdparm -T /dev/md1 && hdparm -T /dev/md1 && hdparm -T /dev/md1

      /dev/md1:
      geometry = 58240/2/4, sectors = 141499392, start = 0

      /dev/md1:
      Timing buffered disk reads: 64 MB in 1.83 seconds = 34.97 MB/sec

      /dev/md1:
      Timing buffered disk reads: 64 MB in 1.83 seconds = 34.97 MB/sec

      /dev/md1:
      Timing buffered disk reads: 64 MB in 1.83 seconds = 34.97 MB/sec

      /dev/md1:
      Timing buffer-cache reads: 128 MB in 0.85 seconds =150.59 MB/sec

      /dev/md1:
      Timing buffer-cache reads: 128 MB in 0.86 seconds =148.84 MB/sec

      /dev/md1:
      Timing buffer-cache reads: 128 MB in 0.86 seconds =148.84 MB/sec

      Machine 2 (IDE)
      ----------------
      [root@heschl /]# hdparm -g /dev/md0 && hdparm -t /dev/md0 && hdparm -t /dev/md0 && hdparm -t /dev/md0 && hdparm -T /dev/md0 && hdparm -T /dev/md0 && hdparm -T /dev/md0

      /dev/md0:
      geometry = 42304/2/4, sectors = 937765376, start = 0

      /dev/md0:
      Timing buffered disk reads: 64 MB in 3.14 seconds = 20.38 MB/sec

      /dev/md0:
      Timing buffered disk reads: 64 MB in 3.24 seconds = 19.75 MB/sec

      /dev/md0:
      Timing buffered disk reads: 64 MB in 3.19 seconds = 20.06 MB/sec

      /dev/md0:
      Timing buffer-cache reads: 128 MB in 1.09 seconds =117.43 MB/sec

      /dev/md0:
      Timing buffer-cache reads: 128 MB in 1.09 seconds =117.43 MB/sec

      /dev/md0:
      Timing buffer-cache reads: 128 MB in 1.10 seconds =116.36 MB/sec

      --
      Linux - Because Mommy taught me to Share.
    3. Re:Linux Software Raid by Enigma2175 · · Score: 2
      [10:41pm] /root> hdparm -t /dev/md0 /dev/md0:
      Timing buffered disk reads: 64 MB in 1.40 seconds = 45.71 MB/sec


      My main home fileserver has a linux software RAID-5 configuration. I recently upgraded it and added 2 more disks. md0 is 3x50GB, so 100GB total, and md1 is 6x30 GB, 150 GB total. The system has 3 80 GB disks, 3 30 GB disks and an 8 GB system disk. Here is the output of hdparm on the arrays:

      # hdparm -tT /dev/md0 /dev/md0:
      Timing buffer-cache reads: 128 MB in 0.80 seconds =159.47 MB/sec
      Timing buffered disk reads: 64 MB in 1.69 seconds = 37.84 MB/sec

      # hdparm -tT /dev/md1 /dev/md1:
      Timing buffer-cache reads: 128 MB in 0.81 seconds =158.69 MB/sec
      Timing buffered disk reads: 64 MB in 1.04 seconds = 61.36 MB/sec

      This is more than enough performance for my needs, and it can easily saturate my 100Mb ethernet (and the PCI bus).

      At work, I run a similar card to one of the ones tested in the article (I have the Promise SuperTrak 3000) in one of my servers and I couldn't be happier with it. I have the Promise SuperSwap enclosures paired with it in a RAID-5 configuration. They really are a grest combination, the card can use the enclosure status lights to show you array status (in addition to the LEDs onboard the controller) and the combination also lets you hot swap drives. Pretty much the same performance and features of SCSI at half the cost. I had a drive blink out last week and the array handled it nicely. I swapped it out and the array rebuilt without the server skipping a beat.

      --

      Enigma

    4. Re:Linux Software Raid by RandomCoil · · Score: 2

      Thanks for the post; your data is pretty interesting. I have to say I'm surprised the IDE RAID-5 numbers are so much lower than the numbers I get with a RAID-0 of two 60GB IBM 60GXP drives also using Linux's software RAID:

      /dev/md0:
      Timing buffered disk reads: 64 MB in 0.98 seconds = 65.31 MB/sec

      /dev/md0:
      Timing buffered disk reads: 64 MB in 1.03 seconds = 62.14 MB/sec

      /dev/md0:
      Timing buffered disk reads: 64 MB in 0.90 seconds = 71.11 MB/sec

      /dev/md0:
      Timing buffer-cache reads: 128 MB in 0.48 seconds =266.67 MB/sec

      /dev/md0:
      Timing buffer-cache reads: 128 MB in 0.48 seconds =266.67 MB/sec

      /dev/md0:
      Timing buffer-cache reads: 128 MB in 0.48 seconds =266.67 MB/sec

  7. You asked for it... by tmark · · Score: 4, Funny

    I personally would love to hear any ide-raid stories that slashdotters might have.

    Once upon a time, in an array far, far away, there lived a young princess who was worried about the integrity of her data...

    1. Re:You asked for it... by user32.ExitWindowsEx · · Score: 3, Funny

      backing up to several would be.
      Redundant Array of Inexpensive Droids. :p

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
    2. Re:You asked for it... by Mitchell+Mebane · · Score: 4, Funny

      Once upon a time, in an array far, far away, there lived a young princess who was worried about the integrity of her data...

      She knew that elephants never forget, but they do tend to die after a while, so she hired a consultant to investigate multi-elephant solutions. He came up with RASP - Redundant Array of Short-lived Pachyderms. While SCSI (Smart Chimps Storing Information) is more reliable, elephants were a good solution for more people, because they could also be used for plowing fields.

      --

      The roots of education are bitter, but the fruit is sweet.
      --Aristotle
    3. Re:You asked for it... by Mitchell+Mebane · · Score: 2

      I wondered for a while why they weren't Inexpensive Pachyderms...

      but then I thought about the acronym...


      Precisely. Although it would've been funnier if I had come up with something for RAID...

      --

      The roots of education are bitter, but the fruit is sweet.
      --Aristotle
  8. Great article by lakeland · · Score: 3, Funny
    This article is much more an introduction to RAID than a point by point comparison of the various drives. Certainly, I wouldn't want to use it for choosing between them when I couldn't afford a mistake. But if you're used to using one or two disks and want increased performance or reliability (and lets face it, who doesn't?) then this article is well worth a read.


    My favourite quote from the article : As an added bonus, the lights sometimes flash in a side-to-side in a pattern reminiscent of Knight Rider's KITT.

    1. Re:Great article by mizhi · · Score: 2
      My favorite:

      The Escalade must be hooked on phonics, because it loves to read.

      The rest of the article was cool too. :-)

      --
      Humorless sig goes here.
    2. Re:Great article by Peter+H.S. · · Score: 2

      My favourite quote from the article : As an added bonus, the lights sometimes flash in a side-to-side in a pattern reminiscent of Knight Rider's KITT.
      We jokingly refer to the blinkenlights on our DPT Smartraid V controllers as "KITT scanners".
      Since Adaptec bought DPT to get into the SCSI RAID market it is likely that their IDE "KITT scanner" is similar to the DPT. (eg. the DPT Smartraid V driver works with all I2O Adaptec adapters too).
      If so, then it is a real nice feature, since the DPT "KITT scanner" can morse all kinds of error messages.

    3. Re:Great article by Afrosheen · · Score: 3, Funny

      If so, then it is a real nice feature, since the DPT "KITT scanner" can morse all kinds of error messages.

      Like what? "Michael, there are 2 enemies with guns in that room. Please be careful."

  9. External IDE RAID enclosure by nakhla · · Score: 2

    I'd be happy if I could find a decent external IDE RAID enclosure at a good price. So far, the only ones I've seen cost waaaaaaaaay too much money. Is there anything similar to a Sun 711 Multipack for IDE? (Hopefully something I can buy on the cheap through Ebay?)

  10. Re:RAID can mean different things... by Magila · · Score: 2, Informative

    I don't quite understand where this Inexpensive crap came from. RAID was around long before IDE RAID controllers started showing up and of course SCSI RAID arrays almost always use very expesive disks. It's Redunant Array of Independent Disks, always has always will be.

  11. Annoying by cheezedawg · · Score: 5, Funny

    You would think that after 130 graphs comparing the controllers he could come up with a stronger conclusion than "I cant really decide which one is the best"

    --
    "The defense of freedom requires the advance of freedom" - George W Bush
    1. Re:Annoying by epine · · Score: 2

      Translate "can't decide" as "nothing impresses". It's like a beauty competition where one girl can't add 2+2, the next forgets the words to the song that she sings, the final contestent has a missing front tooth. If he did another 130 graphs, do you think these problems would magically disappear?

  12. Re:Experience with 3ware Escalade hardware by jpbostic · · Score: 2, Informative

    I work in a 24x7 shop and we've been using the 3Ware Escalade series as well (using Slackware here). They're really nice: the drivers are in the kernel - none of this add a binary driver that might or might not work with later kernel updates stuff. Painting oneself into a corner is for the birds.

  13. Software vs. hardware raid by snowtigger · · Score: 3, Interesting

    A friend of mine set up a raid0 (striped array) using the built-in raid-controller in his motherboard. Later, this motherboard had to be changed. To our great surprise, the raid information was only stored in the motherboard and thus permanently lost. This could be a good thing to know ... Make sure the data is not lost if the controller fails.

    Personnally, I run several software RAID arrays under Linux and it works very well. It's easy to manage and gives me decent performance on my rather old machine.

    I feel very confident in mirroring system/boot partitions on my linux machines =)

    1. Re:Software vs. hardware raid by Phosphor3k · · Score: 3, Informative

      Most onboard RAId solutions and add-in cards under ~140$ are like this. You have to replace failed ones with cards using the same chipset in order to recover the data or use the array again. Onboard Promise and Highpoint RAID controllers have add-in counterpart cards that use the same chipset, and thus can be used to recover data if the on-board chip decides to die.

    2. Re:Software vs. hardware raid by T-Kir · · Score: 2

      Same here, I built a fileserver in my brothers house for all his DJ'ing media. Since I didn't have a RAID controller, i used the software RAID 0 formatting when installing Red Hat 7.3 (2x120GB IBM Deskstar drives).

      This was built at the end of June this year. The system has had plenty of usage over the last couple of months and has been fine (especially with extended power cuts that went beyond the ability of the UPS). Due to dwindling space I want to slap a RAID controller in there and put 2 extra drives on (the same model of drive). For the controller I've got the 4 channel Promise Rocket on my NewEgg wishlist ($100 isn't bad at all).

      I'm not looking forward to how I'm going to juggle backing up 230GB of media... I suppose I'll format the new drives, copy the data over, take out the software RAID'ed drives and slap them into the controller (format and prep), and copy the data to the new RAID and add the new drives (i.e. just to make sure I don't have any major screw ups!). If anyone has any tips on this I would be grateful! I'm sure my brother will be more inclined for me to get a DVD+RW drive and plenty of disks... CD's don't seem to cut it anymore when dealing with 250GB+ of data (hey ho *sigh).

      Oh and machine I'm using the file server on is one of those Walmart deals (it was the Duron 1Ghz $399 one), and has performed brilliantly (touch wood!)... although the first thing to die on me was the Intel EtherExpress Pro NIC I put into it.

      --
      Are you local? There's nothing for you here!
    3. Re:Software vs. hardware raid by GoRK · · Score: 2

      If you set it up properly (partition type fd, etc.) and backup your raidtab, you can move linux software raid's around very easily. For your situation since you are using raid 0 and redundancy is out the window anyway, what I would recommend is to put a second raid 0 as software raid, then use a jbod raid between the two stripe sets. Then extend your volume onto the new space at the end of the first stripe set. A hadrware controller wont really buy you that much performance with raid 0 anyway unless it has a LOT of cache, and doing it the way i suggested will eliminate your having to juggle any data around at all.

    4. Re:Software vs. hardware raid by Hast · · Score: 2

      Since you're using Linux anyways why not go with LVM instead? It has the same features as RAID0 but is designed to be more flexible in drive management. If you go with a basic FS (ext 2 for instance) I'd think that your chances of extracting data from a failed array could be pretty good too. (Though I haven't tried it.)

      I had a LV of 200G+ fail on me however, so now I'm back with JBOD. RAID5 is problably going to be my next bet for at least some redundancy.

  14. IDE RAID by 13Echo · · Score: 5, Interesting

    My experiences with IDE RAID have been pretty darn good. Benchmarking my Desktar 60GXP drives in Windows 2000 last year showed that I was getting read speeds in striping mode (between two drives) at faster rates than the fastest seagate Cheetah SCSI drives. Times have probably changed now though.

    I started with a KT7A-RAID mobo. The important thing is that you get the cluster sizes just right for your particular partition. I used Norton Ghost to image my drive and try all sorts of different variables. In the end I had very satisfying results. Since I switched to Linux, I stopped using RAID-0 (yes, it is supported with this device!). I found that ReiserFS and the multi-drive Linux filesystem on these drives seemed to be just about as fast without having to hassle with soft-RAID controllers. It is probably due to my system RAM though. I couldn't seem to get Windows 2000 to make the most of 1024 MB without using that swapfile. Linux seems to avoid the swap altogether and uses static RAM instead. It is very nice having the extra IDE channels though. Without them, I probably wouldn't have 4 HDs hooked up right now.

    1. Re:IDE RAID by 13Echo · · Score: 2

      I believe that I used 16k cluster sizes for my RAID-0 array. After a bit of trial and error, this seemed to get the best results. However, I have a friend with a KG7-RAID that insists that 32k clusters, and others insist on 64k clusters. My experience with 64k clusters was that it wasn't as fast.

      Here is an old benchmark of my array from a year ago or so. Mine is the image on the right. On the left is a Seagate X15-36LP.

      http://home.woh.rr.com/zborgerd/atto.jpg

      There are probably some faster drives and controllers now though. My array used dual Deskstar 60GXP drives (40 GB each). My buddy used some newer Maxtor ATA 133 drives and got slower read speeds than mine. He did, however, get faster write speeds. I think that it has something to do with the cluster sizes.

      For anyone attempting to set up an IDE RAID array: experiment a bit, and be sure to have Norton Ghost. :) It's time consuming, but it is the easiest way to get the best performance. Here is some useful info for setting choosing a cluster size. http://mywebpages.comcast.net/dbergstein/KT-7.html

  15. I use IDE RAID all the time ... by SuperDuG · · Score: 2
    ... and I absolutely love it ...

    I can't remember how I got by without IDE RAID ...

    In fact I love IDE RAID so much I reccommend it to everyone I see on the streets ...

    I even bought one for everyone in my family, just in time for the hollidays ...

    Thank you IDE RAID, THANK YOU!

    --
    Ignore the "p2p is theft" trolls, they're just uninformed
    1. Re:I use IDE RAID all the time ... by chefren · · Score: 2

      I'm still waiting for moderator access after moderating *that* troll statistics post. Anyway, get help. It seems you have actually been reading your spam. Spam is not good for your health. Become a vegetarian instead.

  16. Re:RAID can mean different things... by T-Ranger · · Score: 4, Interesting

    True, but both cheep IDE drives and expensive SCSI drives are cheep compared to something like a 7133 Serial Disk System today. And especially cheep compared to "enterprize" storage solutions of yesteryear when RAID was coined.

  17. Re:RAID can mean different things... by Anonymous Coward · · Score: 2, Informative

    You are wrong.
    The orignal meaning was inexpensive.

    When RAID was invented disk size was scaling up more slowly than demand and there was a huge price premium for the largest drives available. Economies of scale meant that smaller drives meant for the PC market were rather cheap, while larger drives remained very expensive. The epiphany of the RAID inventors was that since the price/storage unit was so much lower with smaller drives, it made sense to eschew large drives and stack multiple smaller drives together to achieve the same space with higher performance and lower price.

  18. 3ware 7850 8 channel drive by tcc · · Score: 5, Interesting

    I bought that about a while ago when the maxtor 160GB 5400RPM drives started to ship.

    I had to build a datacenter and storage price was the main issue. I had to have something cheap, yet hold a LOAD of data. Problem is personally I hate maxtor drives, I always found the more or less reliable (but drive experiences varies from a person to another so..). Anyways at that time maxtor were the only one offering 160GB drives, at a decent price/meg, and although 5400RPM is quite slow for access time, the main issue was cost so I could take a hit on access speed as long as "streaming" speed was fast enough.

    the Adaptec 2400A card was the best at the time, simple, cheap efficient, it had 3 bad sides for my application, no 48Bits LBA support (130GB+), no 64bits PCI version (I was using a K7 thunder, and that chipset will slow down the pci bus to the slowest card connected to to bus, and since I wanted all available bandwidth to be thrown to the 64bits gigabit card, I couldn't accept using 32bits), and finally, no more than 4 drives. I wanted to break the terrabyte limit, so let's say I would have used 2 of those cards, it wouldn't have been price-performance-wise since the 2 would have shared the bus and I would have lost 2 drives for raid-5 instead of one with a 8 drive setup. but the performance of the Adaptec 2400A was the best. Still looks like the best overall today, yet I dunno if they are supporting 48bits LBA?

    Anyways the 3ware 7850 was an excellent choice. Although their tech support is more or less good (like most tech supports) especially for real bugs and not just standard drivers reinstallation issues, the response time and sales people were very nice and professionnal. I got surprising results from the array, where I thought it would run like molasse, I was getting over 50MB/sec sustained non-sequential reading if I recall correctly. And the tools are very good, rebuild time is about 3-4 hours with 8x160GB @ 400GB filled on the drives, there are email alert tools and web interface to the host machine to check diagnostics. Overall it's a nice system and I'm sure the 7500 series are even better.

    Oh and on a "funny" note, windows shows 1.1TB available in the explorer window, not 1134GB :) Reminds me when I plugued my first gigabyte drive in my amiga and saw big numbers :)

    As for the maxtor drives, I didn't take any chances, I ordered 10 to get 2 spares, 2 blew off in less than a month, but didn't have any problems since then, I guess if you can afford the time, doing a 1 month burn-in test with non critical data isn't overkill. usually they SHOULD blow up one by one so you could rebuild the array :).

    --
    --- Metamoderating abusive downgraders since my 300th post.
    1. Re:3ware 7850 8 channel drive by Anonymous Coward · · Score: 2, Informative

      3ware features.

      At work we have 8x120GB 5400 RPM Maxtor drives set up as 7 raid 5 + 1 hot spare. The system is sitting in a 4U rack and just hums away 24/7. I think we've had it 5 month now.

      We used bought this machine as a test replacement for some fibre channel arrays + dell poweredges the previous IT guy bought a year and a half ago. We got almost 2x the storage space for 1/10 the cost (that's fully loaded system + drives)

      I could never get more than 33MB/s throughput on the fibre channel stuff regardless of how it was configured. Just terrible for 15k rpm fibre drives. However they did benchmark to 2ms access times (like we really need blazingly fast access times when working with 50GB of imagery simultaneously). The other problem is that the fibre channel arrays drives keep on dropping, we lose several drives a month and in the past month we actually simultaneously lost multiple drives in 2 of the systems!

      Anyways, when first testing the 7500-8, I got 170MB/s sustained reads and 140MB/s sustained writes with bonnie++ using ext2. Moving over to ext3 dropped those numbers by about half, but the fsck time on that much space was unacceptable.

      After building that raid we bought a 7500-4 and filled it with 80GB 7200rpm Seagate barracuda IV's. I couldn't seem to break past 60 MB/s reads and 35MB/s writes on that drive setup (i think ext3). We put an identical setup on a win2k box and saw about the same results.

      From my experience, if you want an IDE raid with more than 4 drives, 3ware is the ONLY way to go. I definitely think we may try one of those fasttrak sx400's if we build another 4 drive array at work.

      A comment on the SCSI reliability...
      The primary reason for drives to crap out is from heat. In this area SCSI totally loses. At work were losing several 10k drives a month until we went through some drastic efforts to cool the drives.

  19. Re:My experience with IDE RAID.... by Phosphor3k · · Score: 5, Insightful

    Thats bullshit. Post some links to benches that back that up.

    Two 80GB WD special edition drives in RAID 0 (7200RPM, 8mb cache) rarely burst over 90MB/s. They usually have a sustained transfer of ~50-65MB/s.

    Additionally, your seek time is going to suck. I gaurantee its not going to be under 11ms. You cpu utilization during transfer will prolly be around 4% in the asolute best case senario and 11% on average. This is becuase, no matter what you think, all raid cards under ~140$ do the calculations for the transfers in software, not hardware. All you have is a controller card with special drivers. You wont come even close to beating the overall performance of a scsi 160 drive, or SCSI 160 RAID 0 setup.

  20. New cool raid: automatic raid by snowtigger · · Score: 3, Interesting

    HP has developped a pretty cool type of RAID. An automatic RAID-level that automatically organizes your disks for best performance while maintaining security.

    When a friend explained it to me, it sounded like a mixture of raid 5 and 0+1. For example, if you replace a disk with a larger one, the extra capacity will be used to duplicate some other part of the array.

    White papers here

    1. Re:New cool raid: automatic raid by Mullen · · Score: 2
      HP has developped a pretty cool type of RAID. An automatic RAID-level that automatically organizes your disks for best performance while maintaining security.

      When a friend explained it to me, it sounded like a mixture of raid 5 and 0+1. For example, if you replace a disk with a larger one, the extra capacity will be used to duplicate some other part of the array.

      It's called AutoRAID and it is found on products like the HP Virtual Array 7100 and 7400. As a person who ran several 6 proc 4 Gig of memory Linux machines in a hardcore development enviroment running on these, they suck. They would stop working under high load, which would require a reset of the whole device. Also, linux does not like it's filesystem to be dynamic, it likes it to be one size that never changes. So you never got to use all the "cool" features of the device.

      The problem I saw was that they made something fancy that simple RAID 10 handled just fine. Don't put your data on something that is too complicated.

      --
      Linux O Muerte!
  21. Drive reliability/backups are major factors by trandles · · Score: 5, Interesting

    We've run several big RAID-5 setups on 3ware cards. When I say big I mean 1TB+ on each card. To do this we've used the 100GB+ drives available (120GB - 160GB) The biggest problem has been drive failures. Out of the 40 drives I think we've lost 6 in less than 1 year. In only 1 case have 2 drives gone bad at once (RAID-5, we're covered if 1 drive fails), but lost around 1TB of data. Luckily the data could be reproduced but took two weeks to regenerate.

    It's WAY too easy to build massive arrays using these devices. How the hell are you supposed to back them up? You almost have to have 2, one live array and 1 hot spare array. If you think you're going to put 1TB on tape, forget about it. If you have the cash to buy tape technology with that capacity and the speed to be worthwhile, you should be buying SCSI disks and a SCSI RAID controller.

    1. Re:Drive reliability/backups are major factors by ostiguy · · Score: 2

      I guess the good news is that building your own 1TB array via 3ware route (i have had too many bad experiences with promise cards to recommend them, having not used their current rev, which does look nice...) would cost you probably 1/5th or better of buying that much storage any other way. Maybe you buy the 300+ GB drives, and do raid 50 on a controller

      I also wonder if the 4-8 drive configs are just overwhelming server cases, and heat is an issue.

      ostiguy

    2. Re:Drive reliability/backups are major factors by sholden · · Score: 2

      And great protection against a fire, or a flood, or a man with an axe.

      Oh wait a minute....

    3. Re:Drive reliability/backups are major factors by slamb · · Score: 2
      So, we just build a second mirror raid array on a separate box, tie the two together with point-to-point gigabit, and cron an rsync every evening at 1 AM. It works great and we get the extra protection against accidental deletion and file corruption that comes with tape backups...

      Umm...no, you don't. What happens when something happens before 1AM and you discover it after 1AM? That seems not only possible but likely. With tapes, that's easily solved - just rotate your tapes. Plus, it's a lot easier to take them off-site for protection against fire.

    4. Re:Drive reliability/backups are major factors by fferreres · · Score: 2

      Are you sure it was not a power suplly problem? Some times it happens that some power supplies cannot deliver enough power for the spinup of all disks at startup. And that depends on the HD brands also.

      When you tries plugging them directly to the motherboard, did you try having all of them plugged at the same time?

      --
      unfinished: (adj.)
    5. Re:Drive reliability/backups are major factors by marauder404 · · Score: 2

      I know you're just joking, but 12x burners are a thing of the past. 24x burners can be had for little more than an antiquated 12x and can squeeze out a new CD-R in under 4 minutes. For a paltry $500, you can buy 8 drives and squeeze out a new CD every 30 seconds, which does a better job of keeping the MCSE busy and dramatically reduces the costs of your hypothetical backup!

  22. just like winmodems by Suppafly · · Score: 4, Insightful

    Using IDE Raid is like using a winmodem. Unlike with modems, where everyone has one, RAID has a basic educational entry point. I seriously doubt IDE Raid will ever overtake SCSI in any area where knowledgeable people are doing the administration.

    1. Re:just like winmodems by Nintendork · · Score: 5, Interesting
      Whatever dude.

      Winmodems do the calculations through software because they lack the chips on the card. That's a horrible comparison. These ATA RAID cards have everything built on the card. The Promise SX6000 even has an on board Intel i960RM RISC processor for XOR calculations.

      CPU utilization of these ATA RAID cards is negligible, so if you really need that extra 2 or 3 percent, just get a faster CPU.

      The main advantages that SCSI has for performance is the individual drive performance (15,000 RPM and 4.5ms access time as opposed to 8.5) and command queueing. The transfer rate isn't a big issue if you're transferring it over the network. You're still limited to your PCI bus speed and the network speed. Even on a gigabit backbone, that's roughly 65MB per second of thoroughput in real world performance. The performance is only a factor for local reads/writes and access time.

      The cost of a 1TB RAID 5 IDE setup (6 200GB drives, Promise SX6000 card, removable enclosures for the drives, and 128MB cache) = $2,450

      The cost for a 1TB RAID 5 SCSI setup (8 10,000 RPM 146GB Cheetahs and an Adaptec 2200s dual channel card plus the hot swappable enclosures (add at least $700 here) = At least $9,350

      If price is no object, go with SCSI. If you're running an enterprise SQL or WWW server with thousands of users, the access time of the drives is a huge benefit, so go SCSI. If each server must have more than 1TB of fault tolerant storage space, go SCSI because it can house enough drives per card to accomplish this. For everything else, go IDE.

      As an FYI, I'm running the described ATA RAID 5 setup with 120GB WD Caviars with 8MB buffer, a dual port 3com teaming NIC, 512MB RAM, and an Athlon XP processor as a highly utilized file server. Runs like a champ. No issues and the boss is incredibly happy with the price tag. $2,800 to build the whole server. It's rackmounted under our incredibly expensive Compaq Proliant ML530 which is just doing SQL. If a drive goes out, I'll get an email notification. I simply remove the dead drive, replace it, and rebuild. No rebooting needed.

      -Lucas

    2. Re:just like winmodems by jonbrewer · · Score: 4, Interesting

      Using IDE Raid is like using a winmodem. Unlike with modems, where everyone has one, RAID has a basic educational entry point. I seriously doubt IDE Raid will ever overtake SCSI in any area where knowledgeable people are doing the administration.

      To You, Unbeliever: In 1999 I set up a file server in a factory in Connecticut. I used a four-channel Adaptec card and four 76 GB IBM DeskStar disks to create a RAID 0+1. (they were the biggest IDE drives on the market at the time) The array lost one drive after a few months, which was replaced without incident. It has faithfully served a 50+ node network for almost four years now. And at the time, it cost that factory $2500 in hardware and 7 hours of labor, for a 150GB volume. This was less than 25% of the cost of the cheapest SCSI RAID.

      SCSI raid is for those who don't keep up with the times, and find it easier to throw money at a problem than to actually find a good solution.

      Maybe you're one of these people?

    3. Re:just like winmodems by rodgerd · · Score: 2

      Funny.

      All the guys I look up to don't waste time with that SCSI crap. FC-AL all the way.

    4. Re:just like winmodems by SailorBob · · Score: 2
      As an FYI, I'm running the described ATA RAID 5 setup with 120GB WD Caviars with 8MB buffer, a dual port 3com teaming NIC, 512MB RAM, and an Athlon XP processor as a highly utilized file server. Runs like a champ. No issues and the boss is incredibly happy with the price tag. $2,800 to build the whole server. It's rackmounted under our incredibly expensive Compaq Proliant ML530 which is just doing SQL. If a drive goes out, I'll get an email notification. I simply remove the dead drive, replace it, and rebuild. No rebooting needed.

      I was just looking at the homepage for the SuperTrak SX6000, but I'm having trouble seeing whether or not Linux is fully supported. While in the datasheet they provide, it claims Linux support, I can't really tell if that's full support including the management tools running on linux, or if they just mean it's possible to run the card under linux with the management software running remotely on a M$ box.

      --

      Woopty Doo Basil, what does it all mean?!

    5. Re:just like winmodems by Nintendork · · Score: 2

      Yes, but the reason I say that your gigabit backbone will only get ~65MB per second is this: 1,000Mb per second /8 minus 40-50 percent.

    6. Re:just like winmodems by Nintendork · · Score: 2

      They do have drivers for several distributions. Here's a link.

  23. RAID5 doesn't need a RAID Card! by mprinkey · · Score: 2, Insightful

    I have about 5 TBs of RAID5 storage online at various customer sites. They are all using Linux software RAID and Promise ATA66/100/133 controllers. Even when using two drives per IDE channel, we still see very good performance. An RAID5 system with eight 120-GB 5400-RPM Maxtor drives gives about 55 MB/sec write and 80 MB/sec read performance under Bonnie. Those eight drives were on two Promise ATA100 controllers. Cabling is fairly easy if you use 24" UltraATA cables. And it will get much easier with Serial ATA.

    One customer ordered a system from a vendor who insisted on installing an ATA raid card, and it was a remarkable disappointment. Linux was able to indentify the array as a SCSI device and mount it. Then, for some reason, the customer rebooted his system. During the BIOS detection, the raid card started doing parity reconstruction and ran for over 24 hours before finally allowing the system to boot! For comparison, the same sized array would resync in the background under Linux in about 3 hours.

    Also, the reconstruction tools built into the raid cards are pretty limited. If you have a problem with a Linux software RAID array, at least you can use the normal low level tools to access the drives and try to diagnose the problems. Just MO.

    1. Re:RAID5 doesn't need a RAID Card! by ostiguy · · Score: 3, Interesting

      have you had any drives go south yet? my experience with promise 33/66 cards a generation or two was that 2 drives on a cable, one bad drive = both drives data gets corrupted. So two cards, 4 drives, 1a,1b,2a,2b, in raid 10 meant one drives dies, all is lost = so much for raid.

      ostiguy

  24. Re:3-ware = Good by yem · · Score: 2

    Yep, seconded. 3Ware have been good in my experience. Nice mgmt software also.

    I've used software RAID1 in linux for a couple of years and while it does work, it can be tricky sorting out bootloader issues. I've settled on 3ware for IDE RAID from now on.

    SCSI is nice, but IDE has better bang for the buck.

    --
    No, I did not read the f***ing article!
  25. Cheap hardware RAID by Newer+Guy · · Score: 2

    Here's a mod I posted before that converts a cheap Promise ATA-100/133 or ATA-66 controller into a RAID unit. http://www.tweakhardware.com/guide/raid100/ The last time I checked, Maxtor was selling the Promise unit as their own brand as well. This means that it's in wide distribution.

  26. And how is your performance? by WD · · Score: 2

    RAID 5 can be a pretty poor performer, even with a dedicated RAID card with processor and cache memory.
    (writes in particular)

    I can't imagine doing software RAID 5, as the overhead is quite high.

    1. Re:And how is your performance? by MonMotha · · Score: 2

      Actually, with the blazing fast machines we have today, RAID 5 in software is sometimes faster than with a dedicated controller! Dedicated RAID controllers normally have i960s or ARM processors on them, which pale in comparison to the beast that is your 1GHz P3 CPU.

      This doesn't mean that hardware RAID is bad or that software RAID is somehow better. A good RAID controller is sized to handle the expected load (there are some pretty beefy RAID controllers out there). However, RAID done entirely in hardware (unlike most IDE RAID systems, 3Ware being a notable exception) offers two distinct advantages.

      1) No (or little) CPU overhead. Since all the checksumming and such is done in dedicated hardware, there is no CPU overhead. Of course sometimes (most of the time), this dedicated hardware is slower than your CPU (but with a properly chosen controller, one that fits the job at hand, you'll only notice it on reconstructions).

      2) Big cache. The cheap hardware cards (that actually do everything in hardware) lack this, but there are RAID controllers that have battery backed cache RAM. I've seen cards with 64-128MB of cache! Since the data can be stored in cache while the checksumming is taking place (before it's transmitted to the disks), speed is dramatically improved on small (less than the size of the cache) bursts. Of course the problem here is when the power fails for so long that the battery on the cache drains completely. Choose your cache policy wisely.

    2. Re:And how is your performance? by rodgerd · · Score: 2

      This is a little like the argument that says "use a dedicated coprocessor for SSL!"

      Over the past few years, the counter to that is: buy a multi-CPU system. The price delta between a dual MB/2nd CPU is a lot less than most dedicated SSL boards, and when the second CPU isn't doing SSL, you can use it for other stuff.

      The same is true of RAID controllers: the embedded controller in a RAID card is much less powerful than a second CPU used for software RAID. You may be better off spending the cost difference on another CPU. Especially when you consider that if a RAID controller dies (and this *does* happen), you're SOL unless you have a spare handy. With software RAID, boot the disks on a different system, you're back in action.

      What RAID cards can offer is stuff like NVRAM to cache for page outages.

  27. Promise controllers have a quirky setup display. by Futurepower(R) · · Score: 2


    Promise controllers have a quirky setup display. About two years ago they said they would fix it, but haven't done that.

    Anyone have comments about the others?

  28. Re:IDE Raid sucks by BitHive · · Score: 2

    Is this a troll? You're bitching because your el cheapo HighPoint RAID controller (software RAID, I might add) isn't up to running a production mail server?

  29. The problem with hardware RAID by CustomDesigned · · Score: 2
    From what I've seen, hardware IDE raid requires matched drives (at least, the capacity is based on the smaller drive). If I'm wrong, I'll be happy to hear about it.

    In any case, we use software RAID-1 so that the system can survive a drive crash. We started using RAID-1 on SCSI with the AIX Logical Volume Manager, and began using Linux RAID-1 on IDE when the Promise PCI controllers were supported in RH72.

    We have lots of AIX and Linux systems, and have had a dozen drive crashes over the years.

    • The first problem is not noticing that the drive is dead until two weeks later. :-) Preventing this requires good monitoring software.
    • The next problem is that when your 1G drive fails, the smallest drives available are 4G. When your 4G drive fails, the smallest available are 18G. With hardware RAID requiring equal size dirves, you have to replace the whole array. With software RAID, you just pop in the new drive, remove the old drive, remove the old mirrors, add new mirrors. On AIX, volumes are divided into equal sized "logical partitions" which are mirrored independently - so this is super easy. With the Linux "md" driver, partitions are mirrored independently - which is more cumbersome, but still lets you do something with the extra space on the new drive.
    1. Re:The problem with hardware RAID by Sloppy · · Score: 2
      The first problem is not noticing that the drive is dead until two weeks later. :-) Preventing this requires good monitoring software.
      Here's what I did: Matrix Orbital VFD display and lcdproc. Python script reads /proc/mdstat every minute and either displays "RAID Ok" or something scary. Just by glancing at the machine, I know how it's doing.

      Matrix Orbital VFD displays are also very k3wl and 31337 and whenever someone sees that you have one, they immediately know you have a large penis. Try it!

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    2. Re:The problem with hardware RAID by zerofoo · · Score: 4, Informative

      None of my ATA raid controllers requires identical drives. In the case of disimilar capacities, the array views all drives as the smallest drive in the array.

      Later on in the life of the array, you can eventually replace the remaining drives and then resize the partition.

      -ted

  30. Re:RAID can mean different things... by arb · · Score: 5, Informative

    I don't quite understand where this Inexpensive crap came from. RAID was around long before IDE RAID controllers started showing up and of course SCSI RAID arrays almost always use very expesive disks. It's Redunant Array of Independent Disks, always has always will be.

    It probably comes from the original reseach paper... A case for redundant arrays of inexpensive disks in the Proceedings of SIGMOD International Conference on Data Management, 1988. (Pages 109-116.) SCSI drives were an inexpensive option compared to other storage technologies that offered high performance and fail over safety.

    Over time the acronym expansion was changed to become "redundant array of independent disks" as RAID become more popular (and affordable) for smaller systems.

    Some references: here, here and here

  31. IDE RAID: interesting, but not interested by Zocalo · · Score: 2
    While I find IDE RAID's attempts to change the "I" in RAID back to "inexpensive" interesting, I just can't get excited about it. It smacks of being a stop gap to SerialATA drive arrays, in the same way that EISA and MCA where a stop gap to PCI. The fundamental limitations of the two drives per channel, and bundles of 40/80 pin cables just doesn't warm me up at all. I'm not even worried about the mess in the case, because you could probably tape the ribbon cables together into a chunky bundle and run vertically up the back of your drive array.

    Having made the investment, I'll be wringing every last drop of sweat out of my homebuilt Linux/SCSI-160 network attached storage array thank you very much! I'm hoping that by the time that is on its last legs I'll be able to drop in a SerialATA RAID controller and a whole bunch of cheap drives to build the multi-terabyte storage array everyone will inevitably want by then.

    --
    UNIX? They're not even circumcised! Savages!
  32. Sistina LVM Is Awesome! by lanner · · Score: 3, Interesting


    Holy cow. Sistina LVM (Logical Volume Manager) rocks. It is a partition system/file system of the future that really makes RAID sort of unnecessary. It is true that it is done by the host OS, but when integrated right it does not matter.

    Documentation for LVM is great. It is stable and works without quirks. It does all of the things that I would typically desire from a RAID 0,1,5 setup. Administration tools are awesome and give output just as I hoped. Expand partition sizes LIVE (ext2resize needs to unmount though, that is not LVM's problem), move a file system to another physical drive, mirror partitions, spread partitions over various devices. LVM is NUTSO!

    It is built into the Linux kernel past 2.4.7 (or somewhere around there), though I have heard that it was inspired from LVM for HPUX. I can't say much about this.

    Understanding the concept of how LVM works can be a little hard at first, but once you get past that and then actually use it on a system, you will be totally blown away by what it does and the performance.

    Here is the website for LVM
    http://www.sistina.com/products_lvm.htm

    I personally use Sistina LVM on a Debian Gnu/Linux system that has two IDE 60GB hard disks. I can change the sizes of partitions, move data around, move to a new hard drive on the fly, and tons of things that I don't even think I could do with the highest end of RAID controllers. As for performance, it is software RAID, but it does not have any of the typical software RAID slowness or cruft factor. I initially chose LVM as a cheap alternative to buying an IDE RAID card. Now, I don't even want an IDE RAID controller.

  33. Careful, there's a gotcha with IDE RAID... by dougie404 · · Score: 3, Insightful

    ...so be alert.

    Each IDE controller can support up to two drives, a master and a slave. What happens if you hang two drives off one controller, and the "master" drive dies?

    If it dies badly enough, the "slave" drive can go offline. Now you've got TWO drives in your array that aren't talking. There goes your redundancy.

    If your purpose in using RAID is to have a system that can continue operating after a single drive failure, then you better think again before you hang two drives off any one controller.

    As it points out in the Linux software RAID docs, you should only have one drive per IDE controller if you're really concerned about uptime. That would imply that "4 channel" RAID cards should only be used with a maximum of two drives, both set to "master", and no "slaves".

    Note that this does not apply to SATA drives, as there isn't really a master-slave relationship with SATA -- all drives have separate cables and controller circuits. SATA drives are enumerated the same way as older drives for backwards compatibility with drivers and other software, but they are otherwise independent. (At least that's what I hear, I haven't actually seen one of these beasts yet...)

    And of course none of this touches on controller failures, which is another issue. But if you are worried about losing drives and still staying up, then better take this into consideration when you design your dream storage system.

    (I don't know about you guys, but I have lost several drives over the years, and not one controller...)

    1. Re:Careful, there's a gotcha with IDE RAID... by Enigma2175 · · Score: 4, Informative

      Each IDE controller can support up to two drives, a master and a slave. What happens if you hang two drives off one controller, and the "master" drive dies?

      Actually, any modern standard IDE controller supports 2 channels or four devices. You are right in saying you shouldn't have more than 1 device per channel, or 2 devices on a standard controller. Most of the dedicated RAID IDE controllers like the ones review in the article have 4 or more channels. This allows you to build a pretty big RAID before you would consider putting a disk on as a slave.

      Standard controllers are cheap, I just added a controller and 2 drives to my linux software RAID and it cost me less than $200 for the controller and the drives (80 GB and 30 GB). IIRC, the controller was ~$40. With prices like that, there is no need to run more than 1 drive per channel (unless you run out of PCI slots).

      --

      Enigma

    2. Re:Careful, there's a gotcha with IDE RAID... by cybercomm · · Score: 2

      (I don't know about you guys, but I have lost several drives over the years, and not one controller...)

      I'm going to go on a limb here, but it could have something to do with the fact that controller has no moving parts :)

      --
      Live for the present, learn from the past, and dream of the future!
  34. Re:No by arb · · Score: 2

    It just means that the first 24 people didn't thorougly read the article.

    But this is slashdot. You're not trying to tell me that we're meant to read the articles are you?

  35. I'd have to say by zannox · · Score: 2, Informative

    I would not suggest it to the average Joe, unless they run Windows...

    I've used IDE RAID since I purchased an Abit KT7-RAID. I've used the HighPoint HPT370 onboard as well as an Adaptec 1200A, the HPT-372/372A and now I'm using a Promise IDE RAID on an MSI KT3 Ultra.

    With all the buzz words in this article for the techno geek, shuffle your buttocks to closest place to get one of these bad boys, spend that $100 bucks. If that controller benchmarks better than the SAME IDE DRIVES setup on your normal IDE controller using Linux RIAD..... well /. will pay for your controller.

    I've went so far as to purchase 4 identical drives (as close as I could for your obssesive perfectionist boneheads). 4 Maxtor 40G ATA-100 7200 RPM drives, put them on the IDE RAID (RAID-0) controller and benchmarked them using SiSoft. Put the same drive on Mandrake 8.2/Redhat 7.3 and it showed higher drive throughput under Linux (using hdparm -Tt /dev/md0) than it did in Windows98SE/ME/2000/XP. And if anyone HAS used IDE RAID on Windows every last one of the controllers have the same problems. They CAN'T maximize the throughput without the lost of stability & reliability.

    For those who've lose multiple drives in IDE RAID, your victim to another reason IDE will never overtake SCSI in ANY insured business. HEAT. If you can't take the HEAT get the hell outta the real server market.

    Those are the facts from someone who USES what the article "tests"

    --
    I've nothing of importance to say, now go away before I taunt you with a second sig!
  36. RAID 5 - 80% CPU Utilization !? by ehiris · · Score: 2

    What kind of hardware raid is that?

  37. Windows and Linux software RAID drivers by Erpo · · Score: 5, Informative

    I'm using IDE raid on my home desktop right now, but I'm using software raid as opposed to a hardware controller. I have two Seagate Barracuda ATA IV 40GB hard drives hooked up as masters to my primary and secondary motherboard IDE ports. I also have a DVD-ROM hooked up as secondary slave, and a Promise Ultra133TX2 controller with a CD-RW hooked up to its first port. Both hard drives are sectioned into a 3GB primary 1st partition and a 34GB (yes, the drives are only 40GB when you're in marketing land) 2nd primary partition. Windows 2000 is installed on the first drive's 3GB partition, and redhat linux 7.3 is installed on the second drive in the same place. Both OSs share the combined 68GB RAID 0 set, which is formatted with NTFS, made from the combined second partitions. The only problem is that linux can't write to the array because NTFS write support under linux is currently "DANGEROUS" according to the driver's author and I keep important data on there. (Yes, I know about the dangers of using RAID0 and I back up regularly.) It'd sure work a whole lot better if that driver were finished, though. (hint hint, Legato Systems, Inc.) ;)

    Getting the two OSs' software raid drivers to play nicely together was an "adventure", mostly due to Win2K's insistance on turning the disks into "dynamic disks" before letting me use its built-in RAID functionality, meaning it wanted to wipe out my old partition table, replace it with a single partition taking up the entire disk, and create a new system of partition organization inside the dummy standard partition. After a lot of reading, I found out that Windows NT 4.0 supported "stripe sets" using standard partitions, and that Windows 2000, when installed over an old copy of NT4, would support the "legacy" software RAID drive. Windows 2000 would not, however, allow me to create new legacy stripe sets for compatibility with other OSs. Stupid Micro$oft. So all I had to do was fake Win2K into thinking it had been installed over an old copy of NT4 which had been using its stripe set functionality.

    The first thing I had to do was create partitions. I opened up linux fdisk and allocated 3GB on each disk to my OSs, one for linux and one for windows, and created two partitions, each one taking up the rest of the space on its disk, and set their types to 87h (NT stripe set [thanks to whoever put the L command in linux fdisk!]). After installing Windows 2000 on the first disk's first partition, I needed to get my hands on a couple of tools that didn't come with windows 2000: Windows NT 4 Disk Administrator and MS's fault tolerant disk set disaster recovery tool, FTEDIT. After spending about 6 hours searching online, I finally found a download site for FTEDIT - MS's web site says you can get it free from them, but it provides no download link. NTDA was a bit easier. Since MS service packs replace OS files, and somewhere in NT4's history a bug or problem had been found in NTDA, that file was in the service pack 6a for NT4. Service packs check to see if you're using the correct OS _after_ they decompress themselves, and they're nice enough to display an error message telling you this ("Whoops. You just wasted a whole bunch of time downloading a huge file you didn't need. Sorry!") before they delete the decompression directory. Figuring that out took a while, but snagging the executable during decompression was easy.

    I ran NTDA, which populated the "missing" DISKS key in the windows registry (Win2K stores disk information in a different place from NT4), and told FTEDIT that, yes, I really did already have a software RAID 0 set on those drives, and that windows NT had died on me and I had to restore it. After a reboot, "Drive D" appeared in my computer. 68GB and unformatted. YAY! :D After a quick format with NTFS (the partiton was too big to format with FAT32), I was in business.

    Getting linux to see the array was much easier. I added

    raiddev /dev/md0
    raid-level 0
    nr-raid-disks 2
    persistent-superblock 0
    chunk-size 64

    device /dev/hda2
    raid-disk 0
    device /dev/hdc2
    raid-disk 1

    to /etc/raidtab, ran raid0run /dev/md0, and added a line to /etc/fstab. (I read online that WinNT 4.0's software raid driver uses 64K chunks.)

    Btw, yes, I know linux has support for MS's dynamic disk scheme. I enjoy tweaking and doing new things, even if it means days spend reading about Windows. ;) As a bonus, I also get to keep my standard partition table as well as compatibility with non-M$ disk editing/management/recovery tools.

    "So," you're probably wondering, "why did Erpo spend all that time setting up a RAID0 set (presumably for extra performance) and then go and do a stupid thing like put a DVD-ROM drive on the same ata cable as one of the disks when he has an extra ata port on his add-in controller that he's not using?" Thanks for asking. It's because Promise's bios on the Ultra133TX2 card was broken. The company "Promised" me it would allow me to boot from CD, but in reality it only will let me do so when I want to boot from a windows installation CD. Not just any windows installation CD, either. It had to be Windows 2000 Professional or XP, which I refuse to use.

    It wouldn't recognize my Windows 98 SE cd, or any of my linux distros. I didn't have a choice about the DVD drive if I wanted to install linux. Just now, months after I got the card and sent promise and email, they released a bios update that claims to fix the issue. If it works I'll be moving my optical drives around. Even with the DVD drive, the performance isn't too bad - about 80MB/sec at the beginning of the disk, and it slowly drops to 50MB/sec at the end.

  38. Re:Promise 20276 contoller? by erroneus · · Score: 5, Informative

    Promise RAID is actually a software RAID. Don't let the fancy BIOS thiny fool ya. Here's a little story:

    I had a Promise Ultra 100 controller in a system and loaded Linux on it. I tried to get the thing ot run RedHat 7.3. This was back when 7.3 was pretty new... like about 3 months old. I wanted to use the RAID controller since I had nothing else to do with it at the time and I knew Promise was supporting Linux.

    Turns out they didn't have a driver for 7.3... just 7.2. I went around and around with them asking them to recompile the driver for me after I was mentioning the merits of oper sourcing drivers and such. Finally I gave up and bought some Maxtor PCI IDE controller out of the CompUSA bargain bin for like $10. It looked familiar...

    I pulled the Promise card out and was about to put the Maxtor card in when I realized they were both the SAME DAMNED CARD! It was then I realized the RAID controller depended on software and not some fancy hardware thing. It was then I understood why Promise doesn't want to open source their driver!

    Anyway, I put the bargain controller in and used a Linux software RAID. Short end to the story. I got my RAID and it worked. Better end, it was software and I could configure it using Webmin! That probably what you should do. Let the system see the two drives and then do the Linux software RAID... there is a redhat 7,3 driver out on the promise website... but I don't see a redhat 8.0 :) Those jokers are REALLY SLOW to recompile their kernel modules.

  39. We use both a Mylex960 and Promise card here by malloc · · Score: 2, Insightful

    Here at work our main R&D server's been using a SCSI Mylex960 with RAID1 36GB drives. This has worked dandily for the past several years. This machine gets hit pretty had with tons of small IO, so I wouldn't consider IDE for it.

    However, more recently we needed more builds/CDimage space so we picked up a Promise FastTrak100 (TX2) raid controller ($150CA) plus a couple 7200rpm 80GB Maxtors (~$150CA each), and have been living happily ever since. Now for sure we'd never put this in the main server, but for a cheap, reliable solution that gives you tons of space on a server that has only medium load, it can't be beat.

    The point is, examine your needs and see what fits!

    -Malloc

    --
    ___________________ I want to be free()!
  40. Our test were very different by cluge · · Score: 3, Interesting

    Our test of the promise raid under redhat linux with the "open source" drivers (2.4.19 vanilla) compared with the 3ware product were VERY different.

    I don't have the exact numbers off hand, but the 3 ware product was roughly 3 times faster at reading (raid 0+1 and raid 1). The 3ware was also faster at writing albeit the numbers were much closer. The number that DOES stick in my head was the postmark benchmark from netapp we ran. The promise did 2500 files, from 2 to 200k with 500 operations in about 35 seconds. The 3ware product did the same in 12.

    The moral of the story is TEST TEST TEST, these types of articles only give you an idea. Promise worked great for me personally in several applications. After testing it for a production machine at work, we went with the 3ware because the promise did not perform well for our application. Test for youself, or forever be dissapointed.

    Cluge

    --
    "Science is about ego as much as it is about discovery and truth " - I said it, so sue me.
  41. Well.. by mindstrm · · Score: 2

    This "Crap" is because, in ages past, a bunch of smaller drives were WAY cheaper than one large drive.

    IT was a way to get large storage space out of small drives, originally. The redundancy issues are there to reduce the failure rate of the array to something matching a single drive (as opposed to say, 20 times as likely if you add 20 drives)

  42. Re:RAID can mean different things... by rodgerd · · Score: 3, Informative

    In 1988 SCSI was still bloody cheap compared to, say DASD.

  43. But you should use one anyway... by Anonymous Coward · · Score: 2, Insightful

    RAID 5 in software can be dangerous. If a parity write fails (disk/system dies), you'll likely have data corruption and not even know it. Best to trust reliable hardware to do the XORs.

    Then again, a RAID _card_ may not help here, since the disks are at the mercy of the system power. Best to use a real array, if you have the bucks.

    1. Re:But you should use one anyway... by mprinkey · · Score: 2

      That is really the key point. Hardware does not have some huge advantage over software. Many of the low-end "hardware" solutions are just software RAID buried in the drivers.

      Good hardware RAID cards will have NVRAM to hold changes that may have occurred prior to a power outage or system crash. This is widely touted as an advantage, but drives all have huge caches...WDs have 8 MBs now. NVRAM is not going to save that 8 MBs per drive once it is in the hard drive cache. For an OS crash, there isn't a difference. The drive should finish the write even if the OS is fubar. BUT, when someone unplugs your raid system from UPS, the writes will be incomplete no matter what the controller.

  44. The card's bios is broken. by Erpo · · Score: 2

    Do you mean it woudn't boot the linux cds at all, or it would boot the kernel and then not mount the root, because the kernel didn't recognize the device[?]

    It wouldn't boot the linux cds at all. The card's bios would not detect that the CD was bootable, that is it would totally miss the ElTorito-compatible 2.88MB floppy disk image on the cd if the CD was not a Windows 2000 Professional or XP install disc. Once I moved the DVD drive over onto a motherboard controller, redhat 7.3 installed perfectly. It even loaded linux's pdc202xx driver, detected my CD-RW (which was still on the controller with the buggy bios), and configured ide-scsi emulation so that cd burning would work.

    1. Re:The card's bios is broken. by fferreres · · Score: 2

      Do you _need_ to boot from CD as a requirement? I am sure you know, but you could load from floppy or loadlin and even if loadlin doesn't work, you could install an older version (Win98?) of Windows and load it from there. In this extreme case, you could initially use the same partition you'd use for Linux for the Win98 install, and go on from there.

      --
      unfinished: (adj.)
  45. Data loss by be-fan · · Score: 2

    Wow. I'm surprised at all these stories of hard drives going south. I've never had a hard drive die, in many years of use. I still have a badly abused 10 year old 210MB harddrive that still works great. Ditto for the slightly younger, but still badly abused 1GB drive. That said, I don't worry about data loss anymore. Data is far too important to keep on your working machines. Thus, I've got a Linux server where I keep all my data. I've gotten into the habit of putting everything under subversion (it's alpha software, but remarkably stable) so I get everything version controlled for free. Throw in the occasional backup, and not only is my data (all versions of it) acessible anywhere I've got an internet connection, but it should stay accessible in the event that I kill my main machine by abusing it like I do.

    --
    A deep unwavering belief is a sure sign you're missing something...
  46. Re:Downside of raid by CerebusUS · · Score: 2

    well, if you only had two drives and they were in a raid setup it was either raid 1 or raid 0. if it's raid 0, removing one of them will crash the machine. hard.

    if it's raid 1, you can do what ever you want, really.

  47. Oh, come on... by NBrooke271 · · Score: 2, Funny

    Everyone say it with me: there are lies, damn lies, and benchmarks.

    --
    Free messageboards and more! Your girlfriend's seen myWang
  48. Their results are not accurate by photon317 · · Score: 5, Informative


    First off, they've failed to note that some of their contestants are in fact just IDE controllers, with the RAID functionality implemented in the software driver (WinRAID, like WinModems), whereas others are Hardware. I don't know all four products well, so I'm unsure on at least one of them as to which are which.

    They tested CPU utilization, and seperately various speed tests, but never a comprehensive "loaded system" test. As expected they ranked the Adaptec (a true hardware RAID) lowest, while ranking the WinRAID's higher. This couldn't be further from the real truth. Sure, the idle P4 cpu does a great job of fast software RAID compared to the embedded RAID ASIC on Adaptec's card. However, if you had a heavily loaded server machine, where the processors were loaded down doing other things (say SSL-encrypting for an secure web server), the machine with the Adaptec would trounce the others, as the RAID processing speed will not decrease while your applications are using most of the CPU (or depending on the device driver's pre-emptability, it could be the other way around, that the CPU simply wouldn't be as available to your CPU-hungy SSL server as it's busy with the RAID).

    --
    11*43+456^2
    1. Re:Their results are not accurate by kcbrown · · Score: 2
      However, if you had a heavily loaded server machine, where the processors were loaded down doing other things (say SSL-encrypting for an secure web server), the machine with the Adaptec would trounce the others, as the RAID processing speed will not decrease while your applications are using most of the CPU (or depending on the device driver's pre-emptability, it could be the other way around, that the CPU simply wouldn't be as available to your CPU-hungy SSL server as it's busy with the RAID).

      This isn't necessarily true at all.

      A few years ago I did a lot of RAID testing for the company I was working for. In my case we were testing a RAID 0+1 set of 12 Seagate Barracuda 10K drives (9G each) being driven by Sun machines (we tested a couple of different Ultra 2 configurations) running Veritas Volume Manager. I think we had 4 SCSI controllers driving 3 disks each (don't remember exactly).

      Know what we found? RAID speed depended enormously on CPU horsepower. Read and write speed increased almost linearly with processor speed. The bus and drives were apparently more than even the fastest CPUs (300 MHz Ultrasparc) we could stuff into the machines were able to handle.

      You may think the Adaptec hardware RAID will outperform software RAID on a P4 under heavy CPU load, but that depends entirely on just how much demand there is on the CPU itself, how much CPU the software RAID requires, and (most importantly) how fast the CPU on the Adaptec's RAID controller is.

      At the time I did the testing I describe above, all but the most expensive hardware RAID solutions were using CPUs that were far slower than the CPUs we could put into the system itself. And as a result, the performance we got out of them wasn't even close to the performance we got out of software RAID.

      As for the performance and CPU utilization characteristics of the Adaptec card, you should look at the Winbench CPU utilization graph supplied in the article: the fact that the Adaptec is a hardware RAID solution didn't help (it helped a little in the IOMeter tests but its CPU utilization wasn't that much lower than most of the other cards except the Promise card).

      Even if the hardware RAID itself were to use no CPU at all, the CPU will still be used for managing the filesystem, the buffer cache, the DMA transfers, the kernel-to-application communications, etc. Those things don't go away no matter what.

      If you have to choose between putting your money into a RAID controller or putting into a faster CPU, you'll almost certainly be better off with the faster CPU. The $323 you'll pay for the Adaptec 2400A will almost (but not quite) pay for the difference between a single CPU motherboard and a dual CPU motherboard plus an additional 2 GHz Xeon CPU. Not only is that more than enough CPU to drive a software RAID device faster than the Adaptec, the extra CPU can be utilized for other things when it isn't driving the RAID.

      Conclusion: choose hardware RAID for reasons other than performance over software RAID.

      --
      Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
    2. Re:Their results are not accurate by haggar · · Score: 2

      I have two comments:
      - you said you used a large 0+1 RAID. 12 drives. Well, you should know that 0+1 is much more sensitive to multiple drive failure than RAID 1+0. RAID 0+1 will lose all your data if only one drive in each stripe of the mirror fails! RAID 1+0 will survive any number of failed drives, in each mirror, as long as the two drives don't belong to the same mirrored pair.

      - you mentioned having Veritas installed, but don't explain what it was actually used for. That may account, depending on the implementation, for the CPU usage.

      --
      Sigged!
    3. Re:Their results are not accurate by kcbrown · · Score: 2
      I'm aware of the difference between RAID 0+1 and RAID 1+0. I don't know why we didn't think of setting up RAID 1+0 at the time, but we didn't. Oh, well...

      Veritas Volume Manager is what gave us the ability to set up RAID on top of JBOD to begin with. So consider it to be the equivalent of Linux's MD in this case (though Veritas is really more like the combination of LVM and MD).

      --
      Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
    4. Re:Their results are not accurate by haggar · · Score: 2

      Then there is a huge missunderstanding somewhere in the channel between you and me, or rather one of us is missing something awfully obvious: to me, it seems that you're missing the obvious thing that the RAID's performance, implemented with VxVM, will benefit from a powerful CPU.

      Another thing that confused the hello outta me was your mentioning of (Adaptec) hardware RAID in your post.

      But OK, now I un-confused myself somewhat. I agree with your points largely, but not totally. For example: if you have a Sun Fire V880 maxed out at 8 UltraSPARCs, adding more CPUs is not a viable option. But, fortunately, you can buy, for example, a T3 RAID fibrechannel RAID array, which will increase the overall performance of your system, if you are replacing a JBOD+VxVM or SDS.

      BTW, I have been working with the latest incarnation of SDS (now called Sun Volume Manager) a lot, lately, and I have to warmly recommend it to you. It's not anymore the little brother of Veritas, and it has even some advantages. One of them is that it's free.

      cheers

      mario

      --
      Sigged!
  49. Seagate Barracuda by philibob · · Score: 2, Informative

    The Seagate barracuda IV had a problem when connected in RAID-0; it actually performed worse than as a single drive. There was a problem with caching on them that made RAID controllers gag. There is a firmware fix; you can contact Seagate and they will replace your drives for you! I currently have 5 Barracuda IV drives connected to my highpoint RAID controller (abit at7) but they are running as single; I use the speed advantage of each being on their own IDE channel.

  50. Re:Promise 20276 contoller? by WD · · Score: 2

    If you're using Kernel 2.4.19 or later, it's got built-in 20276 support. I've got a GA-7DXR+ and I can use the Promise RAID just fine with my Debian setup.

    I just ran modconf to load the appropriate module.

  51. Re:Chrisd! Have I got a story for YOU! by teamhasnoi · · Score: 2
    I have you now, young Skywalker! You will love the Dark Side!

    Look, I got modded down! And I didn't even say 'IN SOVIET RUSSA...'

  52. Re:RAID 0 by CerebusUS · · Score: 2

    Here's the thing with raid 0.

    You no longer have one single point of failure for your data, you have 3 single points of failure: the card (which, it has been noted in the thread, stores the config info internally) and each drive. The failure of any one of these three components wipes out ALL your data.

    If you take the two drives and use them as seperate volumes, you'll still retain the data on the drive that didn't fail.

    You SHOULD gain a read performance benefit from a raid 0 config. Which makes it a more palatable solution for an application where you are keeping a seperate copy of data somewhere else (such as a web server in a farm that serves mostly static content.

  53. IDE RAID at a Hospital by Akilla.Net · · Score: 2, Interesting
    I work in the Radiology department of a mid-size hospital. We recently decided to get a single image server to store all of our CT/MRI images at once. We figured out that if we got a 700GB system, that would hold about 9 months of data at once. Since we are not running a PACS yet, this is fine. We looked at pricing options, and since it wasn't mission-critical data (we had backups elsewhere, just not quite as accessible) we decided to go with IDE RAID.

    We ended up going with the Promise UltraTrak SX8000, which is an external RAID cabinet that holds up to 8 IDE drives and connects up to the host computer via SCSI. We then got 8 120GB Western Digital drives for around 150$ each. The RAID set up quickly, and within an hour we had a formatted 7-drive RAID 5 array with a hotspare for if things went badly.

    The cabinet has, in the 4 months since installation, given us zero problems, and worked flawlessly, with quick transfer rates, and extremely easy setup. Considering the price compared to an equivalent SCSI system, we feel that we got 90% of the value of a SCSI system (the only difference being that IDE drives break sooner than SCSI drives, and that SCSI drives are moderately faster, both of which weren't quite necessary for us.)

    If your system contains mission-critical data, go the more expensive route and get a full SCSI raid system with multiple hotspares and pay a guy to sit in a corner and maintain it. If, like us, you just need a large amount of very-reliable storage without much hassle, go the IDE RAID route. It's working great for us.

  54. Re:3-ware = Good by Alien+Being · · Score: 2

    Me too. I walked out on a limb and chose an 8-port Escalade (in 0+1) instead of spending more on SCSI.

    I did have a week from hell when the disk system became unstable. I'm pretty sure now that cabling was the problem. 3Ware provided EXCELLENT support.

  55. Real world SUCESSFUL application of ATA raid by zerofoo · · Score: 3, Interesting

    I've got 5 servers (one is an Exchange 2000 server) at a school with about 200 users. All servers are running some form of promise ATA raid 1 setup for boot drives and some also use an ATA raid 1 for their data drives. The file server and mail server use Adaptec 2400A raid controllers with four 100GB drives in a RAID 5 configuration. All hard drives are western digital 7200 RPM drives.

    No one complains about speed issues. Everything seems to work very well.....at a fraction of the cost of SCSI.

    I love the look on visitors' faces when they see our servers have 300-600GB of available storage...for very little cost. (Backing up all that data still requires SCSI tape arrays...not cheap.)

    I've had a couple of drives tank on me here and there, but no data loss yet...just replaced the failed drive...rebooted and in about 20 minutes the array was completely rebuilt.

    I am a fan of SCSI (got plenty of SCSI raid at my house) but when you've got to stay under a budget, you can't beat ATA raid.

    -ted

  56. Re:I've used them by rodgerd · · Score: 2

    The RM8000 from Promise is excellent for read performance, and a joy to manage. It's cheap, and has an Ultra160 interface, and can be managed either from the LCD menu on the front panel, or from a serial port on the back.

    There is one caveat, though: I build one to use for a predominantly archive server (so used RAID 5). While Bonnie and solaris iostat confirm excellent read perfmance, with throughput limited by the host's ability to process data, the write performance is lousy (Bonnie shows 100MB/s+ for reads with the V120 pegged at 100% CPU; but write is only 10-20 MB/s).

  57. Promise controllers are quirky. by Futurepower(R) · · Score: 4, Interesting


    From the Slashdot story: "I personally would love to hear any ide-raid stories that slashdotters might have." I also would like to hear about this.

    Here's my story: I have extensive experience with Promise controllers. An IDE mirror makes data reads faster. If you are about to do a possibly damaging operation, it is good to break the mirror, pull out one of the hard drives, and do the operation on the other drive only. Then, when craziness happens, the other drive is a complete backup.

    A mirroring controller is a convenient way to make a Windows XP operating system hard drive clone. Windows XP prevents this; normally third-party software that runs under DOS is needed to make a useable full hard drive backup. See the section "Backup Problems: Windows XP cannot copy some of its own files" in the article Windows XP Shows the Direction Microsoft is Going. (The article was updated today. To all those who have read the article, sorry for the previously poor wording of the section "Hidden Connections". Expect further improvements later in this section later.)

    But Promise controllers are quirky. Sometimes things go wrong, and there is no explanation available from Promise. Promise tech support is surprisingly ignorant of the issues. The setup is quirky; it is difficult to train a non-technical person to deal with the controller's interface.

    Mirrors are a GREAT idea, but Promise is un-promising. That's my opinion. I'm looking for another supplier, so I want to hear other's stories.

    1. Re:Promise controllers are quirky. by fferreres · · Score: 2

      Why no use a Linux floppy distro for that? You boot from the floppy, and just copy the partitions over with parted or something like that.

      It's even easy to use with a nice console gui.

      --
      unfinished: (adj.)
  58. Re:RAIDed and raped by rodgerd · · Score: 2

    WTF is it with people thinking RAID 0 is a good idea? You have my sympathy, but who/what made you think it was a good idea?

  59. Re:The Economics of RPGs by Flakeloaf · · Score: 2

    True, but you'd also think that after 130 graphs and countless pages of whining about how the RocketRaid 133 had only two controllers he would've realized that the Highpoint 404 would've been a more appropriate choice for this benchmark!

    (Still and all, the "404" is a lousy name for anything that's intended to make sure your data can always be found)

    --

    Am I the only one who heard Roxette to sing "I'm gonna get blitzed for some sex"?

  60. Re:RAID can mean different things... by jonadab · · Score: 5, Informative

    > I don't quite understand where this Inexpensive crap came from.

    RAID (Random Array of Inexpensive Disks) was as opposed to SLED
    (Single Large Expensive Disk). (The term "Random" means the same
    as in RAM -- i.e., that you can access any part (any drive, in this
    case) at any time.)

    > RAID was around long before IDE RAID controllers started showing
    > up and of course SCSI RAID arrays almost always use very expesive
    > disks.

    "expensive" is relative. (Instead of thinking of SCSI as the only
    other option besides RAID, try to remember that there were larger
    and more expensive disks at one time.)

    > It's Redunant Array of Independent Disks, always has always
    > will be.

    It's not necessarily "redundant" at all; some RAIDs are done just
    for performance reasons, with no redundancy. (Personally, I am
    more interested in the redundancy, however.)

    --
    Cut that out, or I will ship you to Norilsk in a box.
  61. some comments on promise linux support by jason+andrade · · Score: 4, Informative

    I've passed this feedback onto the author of the ide raid-roundup - i figured i might as well post it here too.

    I just thought i'd share some of my experiences with promise support.

    Frankly, they have been terrible. I would not voluntarily buy another promise product again at this stage based on my experience with them.

    I have been attempting to get support for the Promise FastTrack which is a popular embedded raid controller option, under Linux.

    Promise indeed "support" RedHat but do so with a binary only, closed source module that in the end turns out to be useless.

    Promise hard code a supported kernel version for this driver such that you can run it under say RedHat 7.3, but only the initial 2.4.18-3 kernel, which has a number of critical bugs which have been addressed in later (errata) kernel updates.

    Needless to say, promise's driver will not run on any later kernel or at least they are unwilling to answer questions on how to do this.

    A comparable analogy would be if they had released Windows XP drivers and then your hard drive failed to work if you installed a hot fix or a service pack because the driver is keyed to only the specific intial installed released of XP. Promise don't treat windows users this way, so why do they do this for linux users ?

    I've managed to get two responses out of their support, none of which will address my problem - support the hardware under linux by releasing the source or provide updated kernel drivers for the released kernel images that will actually work.

    In terms of driver support for Linux/FreeBSD, 3ware wins hands down in this group.

    regards,

    -jason

    1. Re:some comments on promise linux support by dohnut · · Score: 2


      Jason, not sure if we're using the same promise card, but they do have the source available for the driver for my controller. I'm using it as I type with Gentoo.

      I agree with you on your overall assesment of Promise though. I've had problems with this card (see elsewhere in this topic for that post). I too will probably look for a different IDE RAID vendor next time around.

      --
      Stupider like a fox! - H.S.
    2. Re:some comments on promise linux support by crisco · · Score: 2

      I had issues getting Debian working with a cheapie integrated Promise hardware RAID as well. Someone had pre Woody instructions that didn't quite work for me and at the time Promise only had the Red Hat closed driver on their site. It is now listed as partial open source but I've already gone for software RAID, from what I've read thats basically what the low end Promise stuff is anyway.

      --

      Bleh!

  62. SCSI drive-capacity by phorm · · Score: 2

    No kidding. Especially with a cost-capacity ratio. On SCSI, to get anywhere near the large amount of IDE capacity, you need multiple drives. And of course, drives in SCSI are not cheap by any stretch of the imagination.
    I'd rather shell out for a few 80/120GB drives than be nickel&dimes by a lot of smaller ones, although in the case of SCSI it's more like quarter-and-loonied (dollared for you Americans)

    1. Re:SCSI drive-capacity by Kibo · · Score: 2

      Segate has a 146 GB 10k Cheeta. Price? A NEW CARRRR! Well Kia maybe. That's like a car.

      --
      --Jimmy has fancy plans; and pants to match.
  63. Not to be a Promise pitch man, but... by zerofoo · · Score: 2

    I just saw this:

    I'm getting one for my house with 200GB drives....they also make an 8 drive version....mmm....

    -ted

  64. Dude, i've got an IBM/cyrix PR 233 you can have! by zerofoo · · Score: 2

    Windows 2000 Advanced server on a 486? Are you one of those guys that enjoys pain?

    Seriously...if you want the PR 233 and the AT motherboard (with AGP...maybe even 64 or 128 MB memory), reply to this and we'll figure out the shipping address thing. I can't let you suffer like this man!

    -ted

  65. Windows XP drivers by zerofoo · · Score: 2
    1. Re:Windows XP drivers by zerofoo · · Score: 2

      Boy, isn't that nice of them?

      I guess XP doesn't have the driver built in?

      -ted

  66. Re:RAID 0 by Sancho · · Score: 2

    Incidentally you will get both a read and a write performance benefit from raid0. This can be a real boon when you're doing video capture. Capturing a raw AVI at NTSC DVD resolution is roughly 41,472,000 bytes per second. With a single IDE drive, you simply can't achieve this continuous data rate (at least, I couldn't in my setup with ATA/100 drives). Just to check it out, I set up software RAID0 in Win2k on my two extra drives. Handled the capture with 0 frame loss.

    Incidentally, the better solution to this particular problem is the HUFFYUV video codec, which is basically lossless compression at roughly a 3:1 ratio of AVI data. Still not suitable for transmitting, but compressing before writing it to disk means you can capture to a non-raid setup.

  67. Packaged IDE RAID Experience by intrep1d · · Score: 2, Informative

    I can vouch for the stability and speed of one pre-built IDE-RAID Product. RaidZone OpenNAS They use a special raid controller that allows increased IDE Raid speed, and IDE Hot-Swap capability. This one had a total of 1.2TB (plus hot spare). The project involved a unique (to this project) Application that required a proprietary Database System that could only run on an MS Win2k Server, therefore we didnt fully utilize the sytems capabilities. It served as a file server for images (ranging in size from 60kB to well over 100MB per image) (and as I recall the Image Store is now around 500GB), MS SQL Server, confidential proprietary DB system (indexed images, among other things), and several small services (and the chunky MS GUI). It even has a 900GB native backup system attached. The load ranges. Since we put it into action early 2002 it hasn't missed a beat. I would recommend it highly for most applications, though there does come a time when higher speed drives are needed.

  68. Use transparent hardware that is OS-agnostic by ChrisCampbell47 · · Score: 5, Informative
    Every time there's a discussion or article about RAID, especially IDE RAID, I am astounded with all this discussion about drivers, OS support, integration problems, yadda yadda yadda.

    Why hasn't the ArcoIDE solution caught on like wildfire? It provides mirrored disk capability with absolutely no visibility to even the motherboard, much less the OS. I've been running it for years and it's great. Mine is the PCI slot model that simply uses the slot to get power to the card. One IDE cable from the motherboard to the card, two cables to the two hard drives.

    And there's all sorts of alarming options -- LED's on the card, LED's on a front panel bezel, audible screech, Form C contacts for you industry types ...

    I don't get it.

    1. Re:Use transparent hardware that is OS-agnostic by ChrisCampbell47 · · Score: 2

      FYI, their RAIDCase is hot swappable, although this is an external solution.

    2. Re:Use transparent hardware that is OS-agnostic by 6Yankee · · Score: 2

      And there's all sorts of alarming options -- LED's on the card, LED's on a front panel bezel, audible screech, Form C contacts for you industry types ...

      Personally I find sporadic backups to unlabelled 3.5" floppies with the slidy bits missing to be a more alarming option.

      Then again, it did save my ass once. Cost a hell of a lot less than any damned RAID controller, too.

  69. Re:Promise 20276 contoller? by shoemakc · · Score: 2


    actually, you could solder a resistor on to the promise ultra66 cards and flash it with the fasttrack 66 bios and it worked exactly like the fasttrack.

    Of course it was still a shitty card.

    -Chris

    --
    --an unbreakable toy is useful for breaking other toys--
  70. Re:IDE to SCSI converters by hughk · · Score: 2

    It looks like these particular adapters take their power independently of the drive so you have to squeeze a power splitter into the drive container.

    --
    See my journal, I write things there
  71. Parity calculation and disk write speed by zerofoo · · Score: 2

    Wouldn't your (raid 3) array performance be bounded by the overhead of parity calculation? Wouldn't the write performance be made worse by restricting all parity writes to one hard drive? It seems by distributing parity among all drives raid 5 still carries the parity calculation overhead, but is faster at writing the parity simultaneously to all drives. Am I just splitting hairs here?

    -ted

  72. This review is bogus!! by baptiste · · Score: 5, Informative
    I am one of the few who think IDE RAID is a useful tool and the 3Ware cards are the best out there.

    So I was surprised reading the review to see the Adaptec and 3Ware neck and neck in the RAID 5 area. 3Ware's usually have no competition in RAID-5 since their firmware and HW rock.

    Then I found out WHY they were so close:

    "I don't currently have any boards that support 66MHz PCI slots, so all testing was done with 32-bit/33MHz PCI."

    The 3Ware cards are 64-bit cards while the Adaptec's are only 32-bit. 3Ware cards can hit 70MB/sec writing and over 150MBsec reading with 8HD's! If they ever get to 66MHz, I expect their performance to go even higher.

    If you want to see better benchmarks that fit with reality, check out the XBit Labs Review

    1. Re:This review is bogus!! by EvilNight · · Score: 4, Informative

      I'll second this. I've got a 3Ware card running a 4-disk RAID5 (100GB WDCs) under Suse Linux 7.3 on a dual Athlon 1800XP tyan board with 64bit/66MHz bus, and it owns every raid system I've benchmarked here in the office.

      I even ran it up against a real SCSI RAID5 array running on 10,000RPM Seagate Cheetah drives (again 4 disks) and it decimated SCSI for write speed, the 3Ware card was easily 5x faster. It tied it for read speed, but the SCSI still beat it in access time (5ms vs 16ms). The SCSI raid card was one of Adaptec's best, $800 but I forget the name now. Still, that's damn good performance for something 1/4 the cost. I've even got the benchmarks around here somewhere...

      If you are going to build a raid for a server, and you decide not to use 66MHz/64bit cards for your array controllers (scsi OR ide), kindly take this ball peen hammer and go stand in the corner whacking yourself in the head with it for several hours.

      --
      Hell is being intelligent in a world full of idiots.
  73. Fibre Channel RAID by nuxx · · Score: 4, Interesting

    Utilizing eBay and a few vendors that I dug around for, I was able to assemble a blazingly fast fibre channel RAID system for home for around $500. If you take a look at http://www.nuxx.net/gallery/fibrechannel you can see the assembly of the box. There are also benchmarks detailing the RAID 5 array bursting to >160MB/sec (image at http://www.nuxx.net/gallery/fc_benchmarks/aad).

    The box is set up as follows:

    o Mylex eXtremeRAID 3000 ($200 via eBay)
    o Crucial 256MB DIMM for Cache (~$50 from Crucial)
    o 4 x Seagate ST39102FC 9GB 10,000 RPM drives ($9/ea on eBay)
    o Venus-brand 4-disk external enclosure (~$35 on eBay)
    o Custom made FC-AL backplane for disks (~$200 from a site I can't remember at this time)
    o 35m FC-AL cable (HSSDCDB9) (~$40 for two on eBay)

    The best part? The box is located in my basement, so I have this incredibly fast disk disk access, with no noise and no extra heat inside my case. That also allows me to cool the case more efficiently. Sure, IDE RAID may be cheaper, but the performance, per-disk, coupled with the reduced noise in my office and the reduced heat in the case is a big plus. Also, I might eventually pick up a second backplane for another four disks and do RAID 0+1. Since each channel is capable of 100MB/sec (without caching), the use of a set created across two channels would be amazing.

    1. Re:Fibre Channel RAID by brianvan · · Score: 2

      Pardon me for a second, but I think I counted...

      36 gigs total ... for $500.

      I can see how this would be a fast setup, but I can't see why you paid $400 for just the speed part, when the space itself you could have had for just $100 (still overpriced, cause that's what an 80gig 7200RPM IDE drive costs nowadays).

      If you did this because you're really having issues with hard disk access, you might want to turn off BonziBuddy.

    2. Re:Fibre Channel RAID by nuxx · · Score: 2

      The reason I did it is for greater speed, lower noise, and less heat in my office. Sure, I can pick up a 120GB IDE disk for 25% of the price, and that will give me all the storage I need. But it won't give me the raw speed that is absolutely wonderful when doing audio capture or editing, large image editing, etc. Anyway, anything that you need really large amounts of storage for are typically (unless you're doing video editing) things that you don't need high speed access for. That's why the large disk are in the file server. 100mb full duplex with disks on a DMA100 interface is more than I ever need for my large storage needs. Hell, it's pretty much as fast as a local disk. Samba is your friend.

  74. Re:SCSI-IDE-RAID by rodgerd · · Score: 2

    One correction: the computer sees it as as many SCSI disks as you feel like configuring if the IDE RAID unit is any good; this is certainly the case with Promise equipment).

    Thus you could use an RM8000 to provide, say, a 2 disc mirror for a boot volume and a 6 disc RAID 5 for data.

  75. What about redundancy? by Wee · · Score: 2
    Holy cow. Sistina LVM (Logical Volume Manager) rocks. It is a partition system/file system of the future that really makes RAID sort of unnecessary. It is true that it is done by the host OS, but when integrated right it does not matter

    I saw the LVM stuff, and was going to use it on a new install with two 80GB drives (and a separate boot/OS drive). But I wasn't sure about redundancy. How does it handle that? I mean, can I use a "RAID1-esque" pairing with it? Does it do that already? From what I saw, the LVM stuff is really just a move away from BIOS partitions (and terribly cool for those times when /usr/local starts to run low). I'm looking for data security through redundancy, but like the features LVM has.

    The machine I'm talking about is a samba/NFS fileserver on a 100mbit (full-duplex, switched) LAN, so I'm not all that concerned about speed as much as I am about recoverability -- as long as disk reads and writes are faster than what comes in over the network I'm plenty happy. The ability to grow "partitions" would be a wonderful added bonus.

    It's certainly interesting stuff...

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    1. Re:What about redundancy? by kcbrown · · Score: 2
      I saw the LVM stuff, and was going to use it on a new install with two 80GB drives (and a separate boot/OS drive). But I wasn't sure about redundancy. How does it handle that?

      I did some looking into this myself. It appears that LVM doesn't deal with redundancy at all: its entire purpose is to provide virtual volumes composed of other virtual or physical volumes. Redundancy has to be provided for at the lower levels, it seems. That means you have to construct one or more RAID 0+1 or RAID 5 devices and use them as the basis of one ore more LVM volumes.

      That's why I didn't bother with LVM. It's nice, but it wouldn't have given me enough of an advantage to be worth going to the trouble. As it is, I'm quite happy with my 3-disk RAID 5 setup.

      Corrections to any of this welcome, of course.

      --
      Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
  76. Any OSX Software RAID users? by ruiner13 · · Score: 2
    I'm just curious if anyone has any experiences (good or bad) using the software RAID utility built in to OS X's Drive Setup utility. Any benchmarks?

    Thanks.

    --

    today is spelling optional day.

  77. Holy crap you don't know JACK about SCSI by Ayanami+Rei · · Score: 2

    Sure, it's a parallel cable. But only one device can communicate with the host at once. It's a lot harder to squeeze 100% of the theoretical bandwidth with 8 slow devices than with 4 fast ones. So the parent's comment was mostly accurate.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  78. Re:IDE Raid sucks by BitHive · · Score: 2

    It's software raid because you need a driver. A lot of the operations that would normally be performed on the controller in a real RAID controller are passed off to the CPU.

  79. My experience. by WeThree · · Score: 3, Interesting
    I've got 12 WD 120GB 7200rpm special edition drives (8mb cache on each).

    They're all hooked up to a 3ware Escalade 7500-12 card, RAID5, with a hot spare. Application is storage of large amounts of raw digital images 7-8MB each.

    Been going for a few weeks now, no problems, 2.4.19 kernel's built in drivers lights the array right up as sda1.

    bfair@deathstar:~$ df -h /dev/sda1
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 1.1T 543G 574G 49% /storage1

    SCSI subsystem driver Revision: 1.00
    3ware Storage Controller device driver for Linux v1.02.00.025.
    scsi0 : Found a 3ware Storage Controller at 0x10d0, IRQ: 5, P-chip: 1.3
    scsi0 : 3ware Storage Controller
    Vendor: 3ware Model: 3w-xxxx Rev: 1.0
    Type: Direct-Access ANSI SCSI revision: 00
    Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
    SCSI device sda: -1951238656 512-byte hdwr sectors (100477 MB)
    sda: sda1

    reiserfs: checking transaction log (device 08:01) ...
    Using r5 hash to sort names
    ReiserFS version 3.6.25


    I would show you more but I'm ssh'd in and the power just went out. The 300VA ups running this box while I'm testing it probably just let its smoke out. Doh.

    Anyway I like it. If its not fried. :\
    --
    --------------------------------
    Not all who wander, are lost.
    1. Re:My experience. by bigmouth_strikes · · Score: 2

      > Application is storage of large amounts of raw digital images 7-8MB each.

      Gee, some people are serious about their pr0n aren't they ?

      --
      Oh, I can't help quoting you because everything that you said rings true
  80. 3Ware 7500 on Linux experiences by LukeLonergan · · Score: 2, Informative

    At our business we use the 3Ware 7500 with a 3x 120GB (1200JB) Western Digital RAID5 configuration on Linux RedHat 7.2. The machine is a dual P3/1GHz on a SuperMicro 370DER motherboard. We use the machine as our primary file server/compilation box, so data integrity and fast failure resolution is critical.

    The cited benchmark page has excellent information (130 graphs!), and it confirms my first hand experiences of everyday use of the 3Ware 7500. The read times in RAID5 are outstanding, but there are sometimes significant delays on file creation. In addition, it seems that IO is single piped, or serialized on writes at times.

    Since the 3Ware 7500 is based on an FPGA (Field Programmable Gate Array, (see http://www.xilinx.com/), with LOTS of extra ECC processing power, the problem with writes is not likely to be related to the "CPU", but rather part of the internal IO structure of the card. I hope it is amenable to correction with a microcode upgrade to the FPGA, but it may be related to the memory architecture of the card.

    Overall, I'm pretty happy with the controller, especially the ease of installation and rebuild time. I have high confidence in the data integrity, and the price is good. I also recommend the drive cage that 3Ware sells, even though it is expensive at $200, it's well worth it because it fits 3 drives in the space of 2 5 1/4 inch bays, and it is hot swap proven.

    I'd like to see a shoot-out between the 3Ware and some SCSI/Fibre Channel RAID 5 configurations!!!

    Comments?

    --
    ---- Luke "To boldly go where no one has gone before..."
  81. I've got a good story.. by dohnut · · Score: 2


    I always do.. ;P Ok, I've got a Promise SX6000, which wasn't one of the models reviewed, but not much different than the SX4000. ATA100, 6 channels, 128MB PC100.. Got 4 80GB WD drives running RAID 5 under linux.

    Was running RedHat, using generic I2O drivers, not the Promise drivers, no big deal, though performance wasn't probably as good as it could have been. My main concern was data integrity, not performance.

    So anyway, this system is in my bedroom (which sounds like a busy airport, but i like it) and one night I woke up because it was beeping, which means something no worky. I had noticed a few days earlier that I was getting pauses during reads from the disk, which was unusual -- I was going to put the Promise drivers on and see if that made any difference. But then the beeping came. So go in, system still running fine, shutdown and go into the raid bios. It says it's trying to rebuild, and it's failing, it isn't saying it has a bad disk, and even if it did say that, it couldn't tell me which disk because they didn't think that info would be important when they made the product. So, shut it down and pull out each disk, run WD diags on them. Found that one of the disks, during the sector walks, was pausing every now and then for no good reason. Fine, put the working disks back in with a new disk so the array can rebuild. Array rebuilding.. Array fails during rebuild.. WTF? I tried about a dozen configurations and the thing simply wouldn't rebuild. Well, @#$&*!, I'll just rebuild everything from scratch, so back up the data elsewhere on the network. Boot up (i boot from the raid array, I know bad bad), kernel panic after about 3 minutes (it's still trying to rebuild in the background -- and failing, why the panic though i have no idea, might have been the i2o drivers). Take out the new (blank) drive, no more kernel panic (because no more trying to rebuild). So... copy data to network. Put new OS on (this time Gentoo) on a 4GB hard drive for booting only. Rebuild the raid array (which takes f-o-r-e-v-e-r). Copy data back, install apps, lalala, big pain in the ass.

    So, bad disk and bad raid controller IMHO. Should have been able to rebuild. However, I did not lose any data. New system has been up and running now with no further problems. Also, performance seems better when using the actual Promise driver, go figure.

    --
    Stupider like a fox! - H.S.
  82. Seagate Barracuda problem by Erpo · · Score: 2

    Do you know exactly what the problem is? I've never had a problem with my software raid setup.

  83. RAID only as good as the weakest link! by King_TJ · · Score: 2

    Personally, I've used RAID (both SCSI and IDE) for a number of systems - and my current workstation is a P4 1.8Ghz i845 board (made by MSI) with integrated Promise EIDE RAID.

    Just a few days ago, my system started randomly freezing up - but only when doing lots of disk access on the C: drive. I've seen this behavior once before, when I first built the system; I had a defective IDE drive that was getting read/write errors. I'm pretty sure I have another drive starting to go out.

    This type of behavior is disappointing to me, for a system that's supposed to reduce downtime. IDE drive errors while the drive is still mostly functional (EG. spins up ok and works, other than timing out here and there when doing writes) seem to wreak havock with IDE RAID controllers. It only flags a drive as "down" if it's completely unresponsive.

    While I haven't seen a higher-end SCSI RAID array behave in this fashion (freezing the whole machine if a drive temporarily malfunctions), I've had plenty of other reliability issues with them.

    For example, we had numerous Dell Poweredge servers using their older PERC II RAID cards - and the controllers all started dying off after a couple years of use. The hard drives could be perfectly fine, but if you lost the controller card - you were down until you got it replaced.

    It seems like a really worthwhile RAID array would include dual redundant controllers. Otherwise, the controller is your single point of possible failure.

    Most IDE RAID setups seem like a gimmick to me, more than a useful feature. People just like to say they have RAID on their home PC.

  84. Raid Stories by The_Shadows · · Score: 2

    I have a somewhat amusing story. Just happened yesterday, as a matter of fact. I've got an integrated Highpoint Raid controller, and an Array (Raid - 0) of 2 WD Special Edition 80GB drives. I've got all my information on the drive (with key information backed up onto an additional 40GB drive -- just in case).

    Anyway, I went to use my machine the other morning, after waking up. You know, check the mail, play a little music, so and so and so. Only, when I went to access the Array, where the music is, the machine promply locked. Hard. After a reboot, the Highpoint card simply couldn't detect anything past my primary drive (a 20GB drive, has the OS and backups of drivers) and wouldn't even continue or allow me to boot. Now I'm thinking "Shit. One of the drives is fried." or worse. My room and my case are not exactly the most well ventilated.

    I opened it up later that night, and, get this, the cables had been knocked loose. Like, very loose. As in, not attached to the controller. It turned out that everything was fine, except that I was extremely paniced for about half an hour during the day.

    BTW, the computer is at the end of what amounts to a secondary bed, under a loft. The cables, I assume, got dislodged when my SO and I were playing around there. The case got kicked a few times.

    That's my story. Enjoy.

  85. Re:I'd have to say , yr wrong by bonezed · · Score: 2, Insightful
    I am the SysAdmin at my company and I built the network+servers by hand. The servers all run 3ware Escalade cards (Escalade 6800, raid10, 8 drives). In the 2 years they have been running I have had only 1 drive fail. Now my experience with SCSI is slightly different... IBM scsi drives and Mylex 150/160, lots of drive failures (in a high end raid cage too) and then lots of troubles with getting the raid sets to rebuild.

    for my money its IDE raid all the way

    --
    ---- Put Sig here:
  86. OT - More info by Bios_Hakr · · Score: 2

    I have three 40gb hard drives and am looking for a similar solution. Basicly, I want 20gb for NTFS (win2k), 20gb for ext3 (linux), and 80gb of shared fat32 (raid0) space.

    I'm gonna play around with this over the next few days. If I need info, can I send you an e-mail?

    Have you thought about drafting a howto?

    --
    I'd rather you do it wrong, than for me to have to do it at all.
  87. Adaptec 2400A Supports RAID 1+0 by leek · · Score: 2, Interesting
    The article is misleading because the Adaptec 2400A actually supports RAID 1+0 (striped mirrors), which is more fault-tolerant than RAID 0+1 (mirrored stripes). Useful article on the subject of RAID 1+0 vs. RAID 0+1.

    But this is probably Adaptec's fault, since they label RAID 1+0 and RAID 0+1 opposite from standard convention.

    I connect different power supply lines to each of the mirrors' halves, so that one half of each mirror is powered by one line, and the other half is supplied by another line.

    If a power supply fails only partially, it usually does so on one of the peripheral power lines. With the right power supply wiring, and the 2400A set up in RAID 1+0 mode, a power supply failure will not usually result in any lost data, since it will be isolated to one half of each mirror.

    Power supplies have been failing on me more often than drives have lately, even when they are used well within their rated limits.

    Don't power both drives of a mirror with the same peripheral power cable!!! On many power suppplies, those separate peripheral power connector lines are on separate circuits, which means one may fail while the other doesn't. It's best to spread the chances of failure out as evenly as possible across the RAID.

    Two-channel IDE RAID cannot support RAID 1+0, only RAID 0+1. Four IDE channels are necessary for RAID 1+0 to be effective, because if one drive fails in a two-channel configuration, the other drive sharing the same channel can stop working too, especially if the failing drive was the master.

    Adaptec also offers open-source drivers for the 2400A, while the article neglects to mention that, and in doing so implies that only 3ware and HighPoint do.

    Also, the article's table has read/write speeds of the Promise FastTrak shown backwards (133 vs 100).

    Nonethless, the article's comments about the 2400A's slow rebuild time are accurate. It takes around 8 hours to rebuild my 120 GB 1+0 RAID (four 60 GB 7200 RPM drives).

    And keep in mind that the 2400A is a SCSI RAID solution retrofitted onto an IDE interface -- some of the 2400A's firmware is shared with Adaptec's SCSI RAID firmware. So the 2400A is not really built or optimized for IDE from the ground up.

    But if you need RAID 1+0 or RAID 5 data protection, and you have 4 inexpensive IDE drives to use, the 2400A is nice. It's twice saved me from losing any data. Don't expect blazing-fast performance, though -- just consistently good performance, very low CPU usage, and very strong reliability.

  88. Raid 0 story by eagl · · Score: 2

    I built a Pentium 3 gaming system from almost the ground up and decided as games seem to be having longer and longer load times, I'd get an ABIT motherboard(SA6R) with highpoint raid onboard. I matched it with 2 40gig IBM drives (the ones that don't suck) and the speedup in desktop response time even in non-gaming tasks was immediately noticable. To help offset the statistically halved reliability, I have the drives mounted in a cage with 2 case fans blowing cool air over them.

    That motherboard died slowly as the capacitors blew out one by one, but it didn't kill the RAID array. Since I didn't have a full backup of the entire volume, I replaced the motherboard with another ABIT motherboard (KR7A) using the next edition of the same highpoint controller, but using an Athlon CPU this time. The RAID volume was fortunately recognized immediately, however the old windows install was unrecoverable because I never could convince windows98SE setup that I was now using a VIA chipset instead of the Intel 815. I ended up deleting the windows directory, re-installing windows, and then re-installing all my software over the old installations which saved all of my data and most of my non-registry application settings. This process was reasonably quick due to the high speed of the drives.

    On the VIA chipset motherboard the RAID array is slightly slower than on the Intel board, however VIA released a driver that recovered most of the RAID speed. It's still easily the fastest responsing computer in the house out of 4 systems, primarily due to the hard drive speed.

    I don't recommend RAID 0 for anyone but the hard-core hardware tweakers because the potential for rather amazing difficulties is rather high. If the motherboard dies, I will lose the array if I can't find another motherboard or controller card that recognizes the existing array format. That's easy now, but might not be easy next week or next year. Add double the statistical failure rate on top of that (remember I'm running IBM drives, ugh), and it's definately not a solution for a system that must be reliable with quick failure recovery times.

    The RAID array also makes overclocking somewhat more of a gamble. I nearly doubled my disk score under PCMark2002 with a mere 3 mhz FSB overclock, however the system also became slightly unstable and I couldn't tell if it was bad memory or the drive subsystem becoming flaky at the increased speed. Some hard drives and drive controllers are notorious for being finicky about running at higher speeds, and I've read that IBM drives in particular do not tolerate PCI bus speeds much over standard.

    It sure is fast though, enough so that I don't have anything but the video card overclocked. 20-30 day uptimes on a win98SE gaming rig speaks for itself. That's horrible compared to linux, but it's outstanding for a win9x gaming rig.

    I haven't had the time to try Linux on this machine and since it's both my game rig and daily-use machine and the games I play (flightsims and driving sims) don't run all that well under linux, and I don't feel like dual-booting my main rig. I run it 24/7 and in 2 years I've lost one power supply, one 80mm case fan, and one stick of DDR memory in addition to the failed ABIT motherboard. Speed is great, reliable speed takes careful parts selection.

  89. Random read/write performance by SilverSun · · Score: 2

    I wonder if people here have experience with random read to RAID systems. Usually I only see specs for the sustained read/write performace for the system.

    We have a couple of fileservers with RAIDs attached, usually SCSI-IDE RAID systems, some SCSI-SCSI. While the sustained read is usually equally good, i.e. only depends on the host-interface, the random read under heavy load is really crappy for the RAIDs with IDE discs. And with crappy I mean ~10MB/s not 150MB/s with sustained read on the very same system. Is that expected?

    The pseudo randomness of the access pattern commes from a cluster. As clusters are popular these days, and almost always produce rondom like access patterns, shouldn't people pay more attention to that?

    Any experience/insight would be welcome.

    Cheers, Peter

    --

    KdenLive/PIAVE - non-linear video editing

  90. Ouch by Bert+Peers · · Score: 2, Funny

    This is when you realize how scary it is that i and o are right next to eachother on the keyboard =)

  91. I don't know if it is possible. by Futurepower(R) · · Score: 2


    I seem to remember that there is something about the NTFS file system and Windows XP that prevents doing this. However, I would like to know more about it. There are free SID changers, so that is not a problem.

  92. On SCSI drives and RAID controllers by haggar · · Score: 4, Insightful

    I like reading the comments here, I am humble enough to know I can always learn something. But there's something I didn't see mentioned, in all these IDE RAID setups that people describe: can you have a hot spare disk? Hot spare is critical for data reliability. If you have a large RAID 5 or RAID 0+1 (not advised, always do 1+0, whenever possible), you can do the math and see how darn important it is to have the host spare.

    What good it is to have a RAID 5 without a hot spare, when you can only guard against single drive failure? So, I really hope IDE RAID supports hot spare, otherwise I question the saity of mind of the admins who implement such solutions.

    As for IDE vs SCSI drives, I have to say that I will always go with SCSI, as long as I am in a multuser environment where seek times are critical. Apparently (experience shows), if you put your database space on a RAID, seek times are critical for the performance of your application. In this context, I think this review/coparison would have benefitted from a real-life aplication's benchmarking, with a database hosted on the RAID.

    --
    Sigged!
    1. Re:On SCSI drives and RAID controllers by EvilNight · · Score: 2

      The 3Ware cards will do a hot spare. I'm not sure about the competition. I spent some time at 3Ware's boot at Linuxworld in NYC back in 2000 and they blew me away, so the next time we had to build a server here at work I built a 4-drive (WDC 100GB) RAID-5 on a 3Ware 7850. Got it up and running under Suse 7.3, hosts a big ole postgres database. I've got 3 drives for data and the fourth as a hot spare.

      Now, here's an interesting bit... Compaq had a technology in their servers I remember seeing that would stripe the *free space* across the disks as well as the data. Your "hot spare" would actually be a member in the array with data on it... each disk would have enough free space on it so that if a drive died, the array would rebuild the missing data and write it in filling up all this free space across the entire array. You'd still have your parity information at this point, so you could handle a second drive failure and not lose the array.

      Stripe the free space as well as the parity information. Good idea. Why the hell don't I see this more often? You can survive a 2-drive failure on a RAID-5 with it. Hell, there's really no reason you couldn't add in multiple "hot spare" drives and stripe your array across them so you could survive losing 3 or more disks at a time. I'm not sure why you'd want to do that, but I'm sure it'd be useful in some applications, and at any rate striping the usual single hot spare gives you better performance than letting it sit there doing nothing.

      Never understood why that technology hasn't started popping into IDE RAIDs... considering the qeustionable reliability of IDE drives these days, I think it would be a huge selling point for any vendor that offered it. If anyone knows more about this, please do comment on it.

      --
      Hell is being intelligent in a world full of idiots.
    2. Re:On SCSI drives and RAID controllers by haggar · · Score: 2

      Just a minute: 4 drive RAID 5, of which one was the hot spare? So you basically had 2 drives for data, only. That's not the most efficient RAID 5 setup one can imagine. In fact, the same utilization of drives you could have achieved with RAID 1+0, with the added benefit of much better performance than RAID 5.

      OK, so these IDE RAIDs do have hot spare. Good to know. Is there a limit to how many hot spares you can have, and whether you can have more than one RAID (0 or 5) on one controller?

      --
      Sigged!
    3. Re:On SCSI drives and RAID controllers by haggar · · Score: 2

      Thanks for the info. Incidently, would you happen to know if the arrays appear as SCSI targets or SCSI LUNs?

      --
      Sigged!
    4. Re:On SCSI drives and RAID controllers by haggar · · Score: 2

      Let me clarify: in the SCSI world, and in all those situations where a SCSI name space is used (like with fibrechannel and also in this case), the drives are discriminated based on the SCSI target (or SCSI ID) and the LUN. In most cases, which I believe are the ones you have seen, the drives have LUN 0. But that doesn't have to be necessarily the case, you can have two drives with the same target number but different LUNs. That's exactly how it works withing the T3, where each volume that you create inside the array shows up with the same target but different LUN.

      Just thought this might be an interesting FYI.

      --
      Sigged!
  93. CD booting by Erpo · · Score: 2

    Do you _need_ to boot from CD as a requirement? I am sure you know, but you could load from floppy or loadlin and even if loadlin doesn't work, you could install an older version (Win98?) of Windows and load it from there. In this extreme case, you could initially use the same partition you'd use for Linux for the Win98 install, and go on from there.

    Not really. It's more a matter of convenience since I try every major distro every few releases.

  94. Re:MTBF and RAID 0 by eagl · · Score: 2

    You're missing the idea that many (most?) RAID 0 setups use 2 identical drives. My RAID controller documentation specifically indicated 2 issues regarding the drives used. First, it indicated that performance would suffer if two different drives would be used. Not MIGHT, but WOULD. Second, it said that if drives of two different sizes were used, the total capacity would be twice the size of the smaller drive.

    Based on those two issues, it seems reasonable to think that many (most?) people making RAID 0 arrays would use two identical drives. I know I did in my RAID 0 setup.

  95. linux/windows sharing by Erpo · · Score: 2

    I have three 40gb hard drives and am looking for a similar solution. Basicly, I want 20gb for NTFS (win2k), 20gb for ext3 (linux), and 80gb of shared fat32 (raid0) space. I'm gonna play around with this over the next few days. If I need info, can I send you an e-mail?

    You can send me an email, but I can't guarantee I'll be able to respond right away. It's the end of the semester and I have finals coming up.

    Two things you might want to keep in mind:
    -From the numbers you gave, it sounds like you want to split one 40gb disk between the two OSs and set up the other two in raid0 (just because everything divides up so nicely). It's more awkward with two OSs and three disks (I have two OSs and two disks), but if you can manage to involve all three disks in the array you'll get a significant performance boost. You won't quite max out a 32 bit 33MHz pci bus, but you'll come close (at least in sustained read transfers).

    -Theoretically, you should be able to format partitions of up to 2TB with fat32; however, windows 2000 and xp will only let you format partitions of up to 32GB -- well below what you need. If you end up formatting it with ntfs, be aware that linux write support for ntfs can destroy your data, so don't enable it. Also, some distros (redhat at least) don't ship with ntfs support for legal reasons. You have to hunt around on the net for an add-in rpm or compile the kernel yourself.

    Have you thought about drafting a howto?

    Sorry, but I don't think there are enough people that want to share win/lin software raid setups to make it worthwhile.

  96. My IDE-RAID experience is... by DarkDust · · Score: 2

    so bad that I can only suggest to avoid it when possible ! Sometimes cost-considerations force one to use IDE RAID, which is the only reason for it to exist IMHO because so far I had only trouble with it.

    Well, to be precise with Promise IDE RAID, that's all I can talk about. Problem is they only release binary drivers, and if you need to run a Linux distro or just a kernel that isn't supported by them you're lost.

    We had to install several servers with Promise FastTrak 133 IDE RAID controllers, and we had to run Linux and VMWare with Windows 2000 Servers on it (don't ask :-).

    Problem was, those machines where dual-processor, and the normal SuSE 8.0 SMP kernel uses PAE (aka 64 GB RAM support), but VMWare doesn't support this. But Promise only provides modules for the SMP-64GB and Uniprocessor kernel. No support for Debian or SuSE 8.1 or SuSE SMP-4GB. To make a long story short, in the end we were forced to use software RAID, which is an ugly solution but one that works.

    If we had used those excellent Adapted SCSI RAID adapters from the beginning we would have saved us a LOT of trouble and time, and with time=money we would probably have spent the same amount of money plus have a solid solution that we planed from the beginning.

  97. Re: "Direction Microsoft is Going" by BCoates · · Score: 2

    Which files in particular can't you copy? Can you not access the data, or does the file not work when written to the target system?

    --
    Benjamin Coates

  98. That can happen with SCSI too. by TheLink · · Score: 2

    Did your IDE setup have a decent UPS and power supply? If it didn't then you may be blaming the wrong thing for the problem.

    RAID is only for disk failures, not other failures. Backup is for other failures.

    --
    1. Re:That can happen with SCSI too. by TheLink · · Score: 2

      Ouch. Sorry to hear about the loss. Could be a freak incident. Did the drives _die_ or get corrupted? Strange.

      RAID is probably better for uptime and/or performance. Esp on the desktop - if you're unlucky to get a datawiping virus/trojan, poof.

      --
  99. How about this by TheLink · · Score: 3, Interesting

    18GB SCSI 10K rpm drive vs 120GB ATA 7200 rpm drive.

    Partition 120GB drive so that you only use the fastest 18GB of it.

    Now compare random access seek times. Only seeking 15% of 120GB drive ;).

    If 120GB ATA drive is too expensive. Test with an 80GB drive.

    Not sure what the results will be, but it's worth trying don't you think?

    Some drives would probably be better at short seeks than others (settling time etc). Don't see much info on this tho.

    --
    1. Re:How about this by brianvan · · Score: 2

      There's something about the parent post that made me queasy. As in, it's possible that the IDE drive results might be in the ballpark of the SCSI results. And if that's true, then an IDE RAID constructed with these "15%" partitions (if possible) would cost considerably less than a SCSI RAID and yet offer reasonably comparable performance.

      Then again, I dunno. I wanted to buy a RAID controller this week cause I already have the drives. Between reading about IDE RAID from about 20 different sites, and now this article, I've had it up to here. I think I'm just gonna get a $20 IDE controller and do WinXP software RAID. It's cheap, it'll probably be fast - faster than a standalone drive, and I really have no use for it anyway so I could give a hoot about reliability.

      Blah.

    2. Re:How about this by TheLink · · Score: 2

      15Krpm SCSIs should still win, but I strongly suspect 10Ks may not.

      10Krpm vs 7200Krpm. 6ms vs 8.3ms max rotational latency. 3ms vs 4.2ms average. Say the ATA drive has average 14ms total seek times, that's maybe 10ms to move the head?

      From "Storage review" the best 10K SCSI read access = 7.6ms.

      If by using smaller partitions you can lower the 10ms(full span random head move) to 3 or 4 on the ATA drive, you could get 10K SCSI access times.

      As for 15K SCSIs. You can use more ATA drives. But once space and power become a problem it gets counterproductive.

      Regarding your software RAID, some cheap "RAID" cards do it in software anyway:

      http://groups.google.com/groups?th=bcc2a30a7908c 7f b&seekm=fa.nnqkajv.1e5crhn%40ifi.uio.no

      Message 2 in thread
      From: Alan Cox (alan@lxorguk.ukuu.org.uk)
      Subject: Re: Promise Ultra66 -> FastTrak66
      Newsgroups: fa.linux.kernel
      Date: 2000/05/22

      > adapter to a raid controller. Linux finds the hard disks as if it
      > was a ordinary Ultra66 controller. But how do you get the RAID
      > stuff to work?

      The raid is in software. It gains you nothing much in Linux - we have our
      own software raid

      --
  100. Don't do it by mindslip · · Score: 2

    Using 2.(2, 4, 5).anything, and two different Abit RAID motherboards with either a Highpoint 370 or 372 chip, and either ReiserFS or Ext3, all I've had is endless hassles, data corruption, data loss, unrestorable boots, unmountable RAID arrays (both 1+0 and 5), an endless cycle of mkraid --dangerous-no-resync, mkraid --really-force, etc. etc. and of course, the obligatory restore-from-tape. Not to mention the endless VIA hassles with DMA, hd timeouts, and now, trying to restore, osst drivers dying and panicking where they once worked. ...I think the extent of it is RAID and IDE don't work reliably on Linux. I'm *completely* losing my faith in it. OSST (OnStream tape drives) are no longer supported (the old ones haven't been updated since mid 2001), and Linux in general is starting to become more hassle than it's worth for serious use.

  101. scsi vs. ide: from someone who knows by David+Jao · · Score: 3, Informative
    I can easily tell that 90% of the people spouting off here have never used both modern SCSI and modern IDE. Well, I have actually used both. So take it from someone who knows.

    There are valid performance and reliability reasons for using SCSI drives instead of IDE drives; the question is whether these gains are worth the cost, not whether they are there at all.

    Reasons why SCSI might be worth it:

    1. Spin rate. Until IDE drives gain 10k and 15k spin rates, SCSI drives will always be king in multitasking and random-access situations. 3ms seek time is so much better than 10ms that you have to use it to believe the difference.
    2. Reliability. IDE drives have one year or at best three year warranties. SCSI drives have five year warranties. You can run modern 15k scsi drives stacked next to each other with zero additional case fans and expect to outlast your warranty. Try that with IDE.
    3. Hot swap. Does anyone here know of a hot-swap IDE raid solution? I think not.
    4. Tagged command queuing. A SCSI drive can collect multiple drive requests and reorder them to optimize the actual physical retrieval of the bits in question. IDE drives, even if the box lists this feature, have never done TCQ particularly well. This kind of thing is impossible to benchmark because its benefits only show up under heavy multitasking, not single-tasking benchmarks.
    For most people, I would agree that you would be better off buying 2GB ram or two CPUs before spending money on SCSI. However, if you already have 2GB ram and two CPUs, and you still need more, then that's when you should look into high end SCSI.
  102. Something very odd... by Daniel+Phillips · · Score: 2

    Something very odd about the single-drive ATA 100 results here. Anybody have a theory? To me, it looks as though the test is broken.

    --
    Have you got your LWN subscription yet?
  103. Re:MTBF and RAID 0 by nuggz · · Score: 2

    You can't simply add the MTBF together
    depending on the system it would be similar to the form

    (1/Msys)^exp = (1/Ma)^exp+(1/Mb)^exp

    Msys being system MTBF
    Ma being for element a
    Mb for element b.

    Failure mode and distribution affects the exponent.
    And this is only approximate, and loaded with assumptions.

  104. My advice... by kiwimate · · Score: 2

    More often than not, something ends up going wrong that would/could not have occurred had they followed my advice in the first place, and then I hear about it.

    Having been there and done that, the most important thing (at least in a professional environment) is to make sure you document your recommendations! You may also wish to document your specific concerns with respect to the course being followed that's against your recommendations.

    Not so important with friends (hopefully), but in a professional relationship it can be crucial to be able to whip out the e-mail/printed report you sent six months ago when the client comes back all miffed, especially if you perform regular maintenance on their network (for example) and they're now blaming you for their data loss.

  105. Oh, come on... by stud9920 · · Score: 2

    It could be worse : you could be telling me damn lies about your benchmarks.

  106. IDE-RAID story by OpCode42 · · Score: 2

    I personally would love to hear any ide-raid stories that slashdotters might have.

    This one time, at IDE-RAID camp, a girl stucka f lue up her pussy.

  107. The SCSI vs. IDE difference. by bdowne01 · · Score: 3, Informative

    I've been working on x86-based servers a long, long time.

    There are many reasons one should choose SCSI over IDE, but I want to counter a few of the arguments I've read through the many messages here:

    Argument #1:
    SCSI can have 15 devices per bus, but why buy more smaller and more expensive SCSI drives instead of getting fewer large IDE drives?

    Answer: Bigger isn't always better. On large RAID systems (real servers, here people...not Mp3 servers) one of the concepts of RAID5 is to spread out the data among as many drive spindles as possible. This keeps each drive's load level under control, and eliminates hot-spots on individual disks. If you sit down with any SAN vendor, like EMC, they will tell you the same thing.

    Argument #2
    Sustained IDE Raid performance can equal SCSI
    This is absolutely incorrect. This may be true on a server with no CPU load. Try this again on a server running SQL and averaging 85% load. You will NOT see the same performance out of an IDE disk layer. There is simply too much CPU overhead on an IDE-based RAID system for heavy-load systems. The idea behind a SCSI controller is that it is free of the system's CPU as a bottleneck. The money saved on non-SCSI hardware will instead need to be spent on faster CPUs.

    Argument #3
    IDE Disks are just as reliable as SCSI
    Again, completely false. You get what you pay for. SCSI disks have logic on each disk to control the operations OF that disk. In a RAID array, you want each disk to be completely independant of the others. IDE RAID requires the controller to do all the monitoring (if there is any) of each disk, lowering performance of its primary function--controlling disk I/O. Anyone who has worked on a Compaq server and used Insight Manager will be able to see the advantages of SCSI disks directly. SCSI disks will be more reliable since they are built to be more reliable. IDE disks are meant for cheap deployment on cheap systems.

    Thank you, have a nice day :-)

    --
    -brain
    1. Re:The SCSI vs. IDE difference. by bdowne01 · · Score: 2

      Smaller isn't always better either. If you need a multi terabyte array, and rotational latency isn't too critical (near-line storage of massive files), then ATA RAID is perfect for you. SCSI has a place, and that place is in servers with massive amounts of transactions of relatively small files.

      Which is what we have. One of our EMC Symmetrix boxes contains nearly 6TB raw space. I suppose you're correct, though...if you're running an archive box or something I could see where this would be beneficial. Running something like that for a database server would be suicide though.

      Have you tried hardware ATA RAID like 3ware? Anything else is apples and oranges really, since those SCSI controllers have an i960 or similar to offload the XOR operations of RAID5, like 3ware does for ATA. External ATA boxes with SCSI or FC interfaces in the back of them are also excellent choices when you have a laden host CPU.

      Actually, I have in a small workgroup-class box. I was really impressed with the performance, but I have reservations about performance at sustained levels. I can't see ATA-100 IDE disks realistically competing with Ultra-320 disks. Instead of trying to pinch pennies and hope that it would satisfy the requirements, we decided to go with what works.

      Maxtor MaxLine II disks will be rated with the same MTBF as their SCSI disks, and are specifically designed for high end enterprise storage. ATA is going to be the standard in enterprise storage, don't miss the boat because your information about ATA is 5 years out of date. 5 years ago I would have agreed with you, things have changed with ATA.

      I have seen those as well, but real field experience has told me otherwise. There's just not enough quality built into IDE disks to realistically call them server-class material. I have a few old compaq pentium class machines pushing 7 years old that have been running non-stop for all 7 years and not dropped a disk. I've yet to see a IDE disk pull that off.

      I do agree with you though, in a small environment where absolute 100% uptime is critical IDE may be an affordable tradeoff. Personally, in our environment it wouldn't make the cut.

      --
      -brain
  108. Re:4 words by Nicolas+MONNET · · Score: 2

    Do you have any product to recommend for IDE-SCSI adapters? I only found this, but they don't seem to be distributed too well, esp. in Europe. If it works well, $100 per drive is quite cheap.

  109. Windows XP will not copy the registry file. by Futurepower(R) · · Score: 2


    Windows XP will not copy its own registry file, for example. Without the registry, the OS is useless.

    However, this behavior does not affect the ability to do a sector-by-sector partition copy under Linux. I don't know if that is possible, or what Linux tools to use.

    1. Re:Windows XP will not copy the registry file. by fferreres · · Score: 2

      I think that since you are copying partitions there is no problem at all. You are NOT copying individual files, you are not even accessing the filesystem so it doesn't matter if it's NTFS5, 6 or 9.

      --
      unfinished: (adj.)
    2. Re:Windows XP will not copy the registry file. by BCoates · · Score: 2

      You should be able to use the "System Restore" thingy to backup the registry or restore it. It stores the backups in \System Volume Information:

      (give yourself access to it, you'll need to be in Administrators)

      C:\>cacls "\System Volume Information" /E /G Administrators:F
      processed dir: C:\System Volume Information

      (the directory will be called _restore{some guid}\RP(count), pick the highest RP* directory for the most recent snapshot)

      C:\>dir "\System Volume Information\_restore{some guid}\RP93\snapshot"
      Volume in drive C has no label.
      [... snipped for lameness filter ...]
      12/05/2002 08:51 PM 17,580,032 _REGISTRY_MACHINE_SOFTWARE
      [... etc ...]
      16 File(s) 26,210,230 bytes

      These files should be accessable copies of the registry and the registry files for each user.

      You can access entire physical drives or volumes under windows through the windows api, (you open "\\.\PHYSICALDRIVE0" or "\\.\C:" or the like), so making a partition copy program that runs under windows shouldn't be too hard, I don't know if there's one available somewhere...

      --
      Benjamin Coates

  110. Re:3ware and only 3ware by jpc · · Score: 2

    yes, I use them and have good results. I was surprised that the review got the worst write performance of any system on them. Really bad. It was very unclear why.

  111. Re:RAID can mean different things... by budgenator · · Score: 2

    I don't quite understand where this Inexpensive crap came from.
    I though RAID was developed back when a pc's hard drive was called a winchester, and it floppies were 8 inches. Professional hard drives were the size of a washing machine and had removable disk packs.

    At that time anything less than $50K for reliable mass online storage was inexpensive.

    --
    Apocalypse Cancelled, Sorry, No Ticket Refunds
  112. Can you recommend some software to me? by Futurepower(R) · · Score: 2

    I agree. Can you recommend some software to me? I'll try it.

    1. Re:Can you recommend some software to me? by fferreres · · Score: 2

      Now that I think about it, parted doesn't want to touch NT partitions :( (though it may copy them if he wanted to, he can't be sure they will be bootable, so they don't allow that. I am not sure). But take a look at, it may be still be usefull:

      http://www.gnu.org/software/parted
      http://www.g nu.org/manual/parted-1.6.1/html_mono/p arted.html
      http://www.gnu.org/manual/parted-1.6.1 /html_mono/p arted.html#SEC71

      You could always use dd and operate on the raw devices (both hdds accessed as raw block devices, unmounted of course).

      --
      unfinished: (adj.)
    2. Re:Can you recommend some software to me? by richie2000 · · Score: 2

      Ghost. I recently changed my workstations from 18GB IBM SCSI to 80GB Seagate IDE Barracudas (a lot quieter for starters) and just Ghosted the old partitions (2G FAT16 for DOS6.22 and some recovery stuff, a 5G NTFS5 for WinXP, two ext3 partitions (Gentoo /boot and /root) and two more games and storage NTFS5 partitions) using an old Norton Ghost 2000 or 2001 (don't remember which, the box is in the office). It didn't grok the NTFS5 and ext3 partitions so I just ran it in sector-by-sector mode (-ia). No worries.

      --
      Money for nothing, pix for free
  113. Re:Chrisd! Have I got a story for YOU! by teamhasnoi · · Score: 2
    Hey, you keep this up and you'll have 24 comments by the end of the decade!

    This would be my 801st. Hehehe, check out # 800, it'll be Mod-riffic!

  114. Re:IDE to SCSI converters by woogieoogieboogie · · Score: 2

    Is it less prone to media errors like regular IDE devices are. Also, does it lower CPU usage? IIRC the actual drive media is the same for scsi and IDE drives, only the electronics are different.

    --
    ... Governments are instituted among Men, deriving their just Powers from the Consent of the Governed...
  115. There is third-party software that does work... by Futurepower(R) · · Score: 2


    There is third-party software that does work (mostly) for copying Windows XP sector by sector. Looks like that is better.

    1. Re:There is third-party software that does work... by fferreres · · Score: 2

      Looks more convenient i'd say :) ... but once you learn dd, it becomes your bitch forever. That's what I like under Linux, once you master more and more utils, they generaly stay there and are always updated and refined.

      But under Windows you can get things done faster (only that you always need to find utils and lack the proper knoledge which the app encapsulates).

      I'd say for are fairly good solutions. Depends on tastes and lon term value you are seeking.

      --
      unfinished: (adj.)
  116. Re:RAID can mean different things... by jonadab · · Score: 2

    > Where would random come into it?

    Well, like I said,
    >> (The term "Random" means the same as in RAM -- i.e., that
    >> you can access any part ... at any time.)

    In other words, you can read or write the data in any order (Just
    like you can with a SLED, BTW.) These days, a non-random disk
    array is neigh unto inconceivable, of course.

    > Alluding to the fact that if one drive fails you still have two
    > others that have a complete set of the data in the array.

    No, that isn't how it works. The original concept was "redundant",
    but not _that_ redundant. Actually, what you describe is close
    to the kind of redundancy I want -- Federation redundancy, i.e.,
    everything in triplicate. But current RAID designs are mostly
    not that way, and RAID 0 implementations have no redundancy at
    all; if any of the drives go bad, you'd better have backups.
    RAID 1 (and higher) are correctly described as "redundant array
    of inexpensive disks", but RAID 0 is non-redundant. This is
    what I meant when I said some RAID are done just for performance
    reasons.

    If you want to understand partial redundancy better, read the
    article. In brief, RAID 1, 0+1, and 10 give you two copies of
    each piece of data; RAID 3 and 5 give you parity, which uses
    less disk space and can be just about as good.

    Like I said, though, what I really want is everything in triplicate.
    I guess that's where offsite backups come in... which is better
    anyway, because if the building burns down, your whole RAID is,
    like, gone, man.

    --
    Cut that out, or I will ship you to Norilsk in a box.
  117. Symantec Ghost. by Futurepower(R) · · Score: 2

    I will soon be trying the newest version of Ghost. I've been trying PowerQuest Drive Image and DeployCenter, and it is rather flaky the way it is designed. The old version of Ghost (4 years ago) were worse.

    1. Re:Symantec Ghost. by richie2000 · · Score: 2

      I've copied a few partitions from within PartitionMagic with no problems, but PM's kinda touchy about some partition tables and the version I got (7) won't touch ext3. I've just used Ghost this once, but like I said, using the sector-by-sector mode locally (I have Lian-Li removable IDE bays on both workstations) was a no-brainer. Haven't tried image files or the network stuff (yet).

      --
      Money for nothing, pix for free