Slashdot Mirror


Raid 0: Blessing or hype?

Yoeri Lauwers writes "Tweakers.net investigates matters a bit more clearly and decides that AnandTech and Storagereview should think twice before they shout that "RAID 0 is useless on the desktop". Tweakers.net's tests illustrate the contrary"

8 of 380 comments (clear)

  1. MY EYES !! ITS SUNDAY FFS ! by Anonymous Coward · · Score: 1, Funny
  2. Not For Everyone by SQL+Error · · Score: 3, Funny

    I'm sure that even here on Slashdot there are some people who aren't running huge multi-threaded database applications on their desktop machines, and for them, RAID-0 probably isn't going to help much.

    But for the majority of us normal people who are running huge multi-threaded database applications on their desktop machines, RAID-0 is much nicer than having to manually allocate all of your database extents across your disks. Of course, RAID-10 would be better, but that would involve spending money...

    1. Re:Not For Everyone by magarity · · Score: 5, Funny

      But for the majority of us normal people who are running huge multi-threaded database applications on their desktop machines

      Sorry, most slashdotters are NOT using Longhorn yet.

    2. Re:Not For Everyone by jrockway · · Score: 2, Funny

      Wow I'm an idiot. I was thinking probability of failure... not MTBF. I am an idiot. Please kill me.

      Maybe I AM math-impared!!!!!!

      *drinks coffee*

      2 minute limit LA LA LA LA LA

      --
      My other car is first.
  3. Re:Sure, RAID 0 is great for data loss! by neonstz · · Score: 4, Funny
    RAID 0 may provide the former, but the loss of a single disk = bye bye data.

    Actually, it's bye bye da or bye bye ta.

  4. Re:RAID 0 by Seft · · Score: 5, Funny

    'RAID 0 (Score:0, Redundant)' LOL!

  5. Only two states... by TheToasterBoy · · Score: 5, Funny

    A friend who works with NAS/SAN systems jokingly told me that a hard drive exists in only 2 states:

    1) Failed

    2) About to fail

    Tb.

    --
    An OPEN mind is a beautiful thing...
  6. It is nice to have one "/" for my Linux box by Gopal.V · · Score: 2, Funny

    Makes you wonder why Linux and other Unices have everything under one "/"... the convenience factor is amazing :)

    With NFS, cdroms , USB cards and harddisks in /mnt/ , life is a lot easier .

    Imagine this

    bash$ ln -sf /dev/sda1 /dev/camera
    bash$ mount /dev/camera /mnt/camera

    One "/" to root them all , eh ?