Page 1 of 2 12 LastLast
Results 1 to 16 of 20

Thread: Software RAID

  1. #1
    wibble
    Join Date
    Aug 2003
    Posts
    941
    Thanks
    0
    Thanked
    0 times in 0 posts

    Software RAID

    I've never tried RAID of any type but shall soon have 3x 36GB drives in my system, so thought this is a good time to try.
    What I am contemplating is using windows to create a software RAID setup (my scsi controller 29160 can't do hardware raid afaik) - I have still to decide what type of setup, but as I will require dual boot (2kpro/XP pro) I don't think raid 5 is an option really or is it?
    So I will probably be looking at mirroring 1 drive and having the other completely seperate - is windows any good for doing this, or should I consider looking around for a cheapish scsi raid card?
    Wibble

    Currently wanted:
    DVB- satellite pci card

  2. #2
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    The majority of RAID implementations on non-server motherboards are infact software. Software in the sense that the CPU does all of the work. Sillicon image SATA RAID... that's software, infact some Linux guys wrote a clone of it.

    Anyway. Windows RAID requires you creating dynamic disks. I have found, through experience, that they have some limitations and can be quite the pain to work with.

    Try it if you really want, but read the windows help files first.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  3. #3
    Will work for beer... nichomach's Avatar
    Join Date
    Jul 2003
    Location
    Preston, Lancs
    Posts
    6,137
    Thanks
    564
    Thanked
    139 times in 100 posts
    • nichomach's system
      • Motherboard:
      • Gigabyte GA-870A-UD3
      • CPU:
      • AMD Phenom II X6 1055T 95W
      • Memory:
      • 16GB DR3
      • Storage:
      • 1x250GB Maxtor SATAII, 1x 400GB Hitachi SATAII
      • Graphics card(s):
      • Zotac GTX 1060 3GB
      • PSU:
      • Coolermaster 500W
      • Case:
      • Coolermaster Elite 430
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Dell 20" TFT
      • Internet:
      • Virgin Media Cable
    First prob you'd have is that software stripe sets in Windows are not bootable, so RAID5's out of the window. You'd really be left with two options; mirroring the boot drives and having one standalone, or booting off one drive and either striping or mirroring the other two, but you'd only be able to create a RAID0 stripe set with your two remaining disks. TBH, if you're running Ultra160 drives, I can't see why you'd need to use RAID at all, and I wouldn't bother with it, unless you wanted to combine two of your drives into s stripe set for a single 72GB drive, which I can see maybe being worth it. I wouldn't, your disk subsystem should be pretty damned fast as is, but that's just me.

  4. #4
    wibble
    Join Date
    Aug 2003
    Posts
    941
    Thanks
    0
    Thanked
    0 times in 0 posts
    Ok, I give up according to M$ can't do raid 1 or 5 with XP/2k pro - needs to be server ..... and my AiW TV doesn't work with 2k server

    edit: I was mainly considerring RAID for fault tolerance as I have had 3 drives go tits up on me this year already, thats why I was looking at mirroring or raid 5 - the drives are fast enough as it is really
    Last edited by skattrd; 06-08-2004 at 12:28 PM.
    Wibble

    Currently wanted:
    DVB- satellite pci card

  5. #5
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Heh, I knew you'd be put off, and the points Nicomach mentions are the "limitations" I mentioned.

    When I tried it, I did RAID0 in XP. I had a 5GB simple partition on one disk which was the bootable OS partition, a 5GB simple on the other (backup partition,) then the remaining space was RAID0.

    I think it lasted about a week before I ditched it.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  6. #6
    wibble
    Join Date
    Aug 2003
    Posts
    941
    Thanks
    0
    Thanked
    0 times in 0 posts
    Ok, contemplating hardware RAID then - Adaptec 2100S or INTEL SRCU31A (both are u160) any comments or experience of either of these cards ?
    Wibble

    Currently wanted:
    DVB- satellite pci card

  7. #7
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Looks like an awful lot of money.

    You sure its worth it?
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  8. #8
    wibble
    Join Date
    Aug 2003
    Posts
    941
    Thanks
    0
    Thanked
    0 times in 0 posts
    No it isn't worth buying a new raid card for £300 or so ......
    I've got the drives and can pick up one of those cards for about £60-70 secondhand, then sell my 29160, so it isn't alot of money really
    Wibble

    Currently wanted:
    DVB- satellite pci card

  9. #9
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Well in that case, have you thought about RAID 5? You'd get some fault tolerance in there too.

    I'm getting RAID 5 next week, so keep an eye out for feedback!
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  10. #10
    wibble
    Join Date
    Aug 2003
    Posts
    941
    Thanks
    0
    Thanked
    0 times in 0 posts
    Raid 5 was what I was considerring (see earlier post) as the drives are 3 x 36gig Seagate cheetah's.
    I'll have to read up a bit on before I decide to go for it as I'm unsure of how much tolerance you actually get.
    Wibble

    Currently wanted:
    DVB- satellite pci card

  11. #11
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Oh yes, indeed you were, sorry!

    Well, RAID only gives you protection against hardware failure, but if one of the three drives pops its clogs you can carry on until it is replaced... that's the idea anyway.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  12. #12
    Will work for beer... nichomach's Avatar
    Join Date
    Jul 2003
    Location
    Preston, Lancs
    Posts
    6,137
    Thanks
    564
    Thanked
    139 times in 100 posts
    • nichomach's system
      • Motherboard:
      • Gigabyte GA-870A-UD3
      • CPU:
      • AMD Phenom II X6 1055T 95W
      • Memory:
      • 16GB DR3
      • Storage:
      • 1x250GB Maxtor SATAII, 1x 400GB Hitachi SATAII
      • Graphics card(s):
      • Zotac GTX 1060 3GB
      • PSU:
      • Coolermaster 500W
      • Case:
      • Coolermaster Elite 430
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Dell 20" TFT
      • Internet:
      • Virgin Media Cable
    And it works - although be VERY sure you've configured the utilities so that you get notified when a hard disk goes wonky, otherwise, a) you might not notice, and b) if a second goes, you'll have definitively widdled upon your french fried potatoes, to paraphrase Dog Soldiers...

    I speak from (painful) experience...

  13. #13
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Would the BIOS on bootup not give you a clue nichomach?
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  14. #14
    Will work for beer... nichomach's Avatar
    Join Date
    Jul 2003
    Location
    Preston, Lancs
    Posts
    6,137
    Thanks
    564
    Thanked
    139 times in 100 posts
    • nichomach's system
      • Motherboard:
      • Gigabyte GA-870A-UD3
      • CPU:
      • AMD Phenom II X6 1055T 95W
      • Memory:
      • 16GB DR3
      • Storage:
      • 1x250GB Maxtor SATAII, 1x 400GB Hitachi SATAII
      • Graphics card(s):
      • Zotac GTX 1060 3GB
      • PSU:
      • Coolermaster 500W
      • Case:
      • Coolermaster Elite 430
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Dell 20" TFT
      • Internet:
      • Virgin Media Cable
    a) Not always, depends on the RAID controller
    b) You always watch the POST like a hawk when you power on your machine?
    c) You want to know when the disk fails, surely, which can be any time the machine is running.

  15. #15
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Too true, though I'd hope a decent RAID controller might beep at you if things went a bit wrong...

    The more ways to warn the user, the better, especially in an environment where RAID 5 is likely to be used.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  16. #16
    F.A.S.T. Butuz's Avatar
    Join Date
    Jul 2003
    Location
    Wales
    Posts
    4,708
    Thanks
    51
    Thanked
    72 times in 59 posts
    • Butuz's system
      • Motherboard:
      • MSI Z77 MPOWER
      • CPU:
      • I7 3770K @ 4.6
      • Memory:
      • 16GB Corsair XMS 1866
      • Storage:
      • Sandisk SSDs
      • Graphics card(s):
      • 3xR9 290
      • PSU:
      • be quiet! Dark Power Pro 10
      • Case:
      • Inwin H Frame
      • Operating System:
      • Windows 7
    Most SCSI raid controllers come with software that will beep or email or txt you if a drive fails i think.

    Butuz

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. RAID 0 or 5?
    By Bleek in forum PC Hardware and Components
    Replies: 37
    Last Post: 26-03-2006, 11:16 PM
  2. This software is giving me a lot of grief!!
    By wiltonson in forum Software
    Replies: 1
    Last Post: 05-09-2005, 08:09 AM
  3. Is anti virus software worth it?
    By ives in forum Software
    Replies: 70
    Last Post: 17-08-2005, 06:43 PM
  4. AOL Dialup software??
    By Ant in forum Networking and Broadband
    Replies: 0
    Last Post: 02-02-2004, 10:41 PM
  5. RAID controller differences..
    By SMPer in forum PC Hardware and Components
    Replies: 5
    Last Post: 02-02-2004, 04:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •