Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 38

Thread: What is RAID?

  1. #21
    Administrator OvRiDe's Avatar
    Join Date
    Dec 2005
    Location
    Tulsa, OK
    Posts
    4,586

    Default Re: What is RAID?

    Quote Originally Posted by nil8 View Post
    OvRiDe, you're all over this. Good job. rep+

    Want to explain the difference between hard and soft raid?
    Absolutely.. Its pretty basic.

    Hardware RAID is controlled by the Drive controller itself, thus the name hard or hardware RAID. Whether its SCSI, IDE, or SATA, there is software embedded in the controller to handle the the functions of the RAID. The nice thing about this is when it gets to the OS, the OS will just see it as it would any other disk. Hardware RAID controllers usually include extra RAM to help increase performance and provide extra stability and reliability.

    Software RAID is where Software most likely the OS is controlling the RAIDed drives. This is very handy when you don't have a controller with the embedded Hardware to do RAID. Unfortunately I believe you are pretty much limited to RAID 0 or RAID 1 when dealing with Software RAID configurations.

  2. #22
    Like a Lightning Bolt in Your Cheerios! Drum Thumper's Avatar
    Join Date
    Jan 2007
    Location
    Montana
    Posts
    4,522

    Default Re: What is RAID?

    I would like to point out that to get full benefits from running in RAID (ie 0,1,3,5), you're going to need Win2k Server or Win2k3 Server editions. The XP Pro and Win2k both only support RAID 0.

    Of course, you can bypass that little glitch with 3rd party software.

    HTH
    Quote Originally Posted by artoodeeto View Post
    aw heck guys. We're modders. Let's just build our own, shall we?

    DrumThumper.net || The Brewing Art ||
    My Flickr Stream

  3. #23
    Administrator OvRiDe's Avatar
    Join Date
    Dec 2005
    Location
    Tulsa, OK
    Posts
    4,586

    Default Re: What is RAID?

    Quote Originally Posted by DrumThumper View Post
    I would like to point out that to get full benefits from running in RAID (ie 0,1,3,5), you're going to need Win2k Server or Win2k3 Server editions. The XP Pro and Win2k both only support RAID 0.

    Of course, you can bypass that little glitch with 3rd party software.

    HTH
    This is only the case for Software RAID, when it comes to Hardware RAID the OS is oblivious to the fact that is not a single disk volume. No offense I just wanted to make sure that was clarified and didn't confuse anyone.

    I apologize, but it appears that I was inaccurate in my statement that Software RAIDS only support RAID 1 and 0. It does appear that both Linux and Windows (including XP) will do Software RAID 5. Here is an article from THG where they explore RAID 5 in Windows XP. I found the last page with the performance charts quite interesting. It demonstrates the performance difference between Hardware RAID setups and Software RAID. I rarely use software RAID, so I probably should have checked before I spoke.

  4. #24
    Paradox Sausage DaveW's Avatar
    Join Date
    Nov 2005
    Location
    Scotland, UK (NOT England)
    Posts
    5,550

    Default Re: What is RAID?

    Redundant Array of Independent Disks.
    Actually, it's Redundant Array of Inexpensive Disks. If you think about it logically, independent disks doesn't even make sense. :p

    -Dave
    Quote Originally Posted by jdbnsn
    Ideas are just knowledge soaked in alcohol.
    Quote Originally Posted by jdbnsn
    Did I just get in a Volvo? Volvo's don't have guns!

  5. #25
    Yuk it up Monkey Boy! Airbozo's Avatar
    Join Date
    Jun 2006
    Location
    In the Redwoods
    Posts
    5,272

    Default Re: What is RAID?

    Quote Originally Posted by MintyMadness View Post
    Then why do you set up your raid controllers (F6) when XP is installing? That would, to me at least, signify that you can get the full beneift of any RAID config out of more than Server 2k or 2k3..

    -J
    You are correct Minty! For example, My motherboard at home supports raid on the IDE bus. I have setup my system with a striped raid setup for speed (not that significant if you ask me). The _mother_ board (or more correctly, the IDE controller) handles all functions of the raid subsystem _regardless_ of what OS I am booted into.
    \

    EDIT: BTW this site has a really good graphical animated explanation of different raid levels and how data is transfered;
    http://www.acnc.com/04_00.html
    Last edited by Airbozo; 04-26-2007 at 11:06 AM.
    "...Dumb all over, A little ugly on the side... "...Frank Zappa...

  6. #26
    Administrator OvRiDe's Avatar
    Join Date
    Dec 2005
    Location
    Tulsa, OK
    Posts
    4,586

    Default Re: What is RAID?

    Quote Originally Posted by DaveW View Post
    Actually, it's Redundant Array of Inexpensive Disks. If you think about it logically, independent disks doesn't even make sense. :p

    -Dave
    Actually. both are right. Its one of those places where some use independent and some use inexpensive.

    http://searchstorage.techtarget.com/...214332,00.html
    http://www.answers.com/topic/raid-technology
    http://www.pcmag.com/encyclopedia_te...i=50148,00.asp

    The last link seems to sum it up the best..

    Quote Originally Posted by PCMag
    In the late 1980s, the term stood for "redundant array of inexpensive disks," being compared to large, expensive disks at the time. As hard disks became cheaper, the RAID Advisory Board changed "inexpensive" to "independent."
    Quote Originally Posted by MintyMadness View Post
    Then why do you set up your raid controllers (F6) when XP is installing? That would, to me at least, signify that you can get the full beneift of any RAID config out of more than Server 2k or 2k3..

    -J
    I just want to make sure to point out that when you it asks you to press F6 for RAID controllers, it is so you can load a driver for a hardware raid controller. Drumthumper was referring to software RAID. Again when you load a driver for a Hardware RAID controller, the OS does not know that there is more then one drive attached to the Volume, because all of that is being handled by the hardware. Make sense?

  7. #27
    Like a Lightning Bolt in Your Cheerios! Drum Thumper's Avatar
    Join Date
    Jan 2007
    Location
    Montana
    Posts
    4,522

    Default Re: What is RAID?

    Quote Originally Posted by DaveW View Post
    Actually, it's Redundant Array of Inexpensive Disks. If you think about it logically, independent disks doesn't even make sense. :p

    -Dave
    I've seen it both ways. In fact, on page 326 of the All-In-One CompTIA A+ certification guide, it's list as both in the same sentence. So it's really just a matter of preference.

    The Independent Disk monkier came from the days when disks were pricey. The RAID concept is over 20 years old, and storage prices have plummeted since then, so looking at it that way, Redundant Array of Independent Disks does make sense.
    Quote Originally Posted by artoodeeto View Post
    aw heck guys. We're modders. Let's just build our own, shall we?

    DrumThumper.net || The Brewing Art ||
    My Flickr Stream

  8. #28
    Like a Lightning Bolt in Your Cheerios! Drum Thumper's Avatar
    Join Date
    Jan 2007
    Location
    Montana
    Posts
    4,522

    Default Re: What is RAID?

    Quote Originally Posted by OvRiDe View Post
    This is only the case for Software RAID, when it comes to Hardware RAID the OS is oblivious to the fact that is not a single disk volume. No offense I just wanted to make sure that was clarified and didn't confuse anyone.

    I apologize, but it appears that I was inaccurate in my statement that Software RAIDS only support RAID 1 and 0. It does appear that both Linux and Windows (including XP) will do Software RAID 5. Here is an article from THG where they explore RAID 5 in Windows XP. I found the last page with the performance charts quite interesting. It demonstrates the performance difference between Hardware RAID setups and Software RAID. I rarely use software RAID, so I probably should have checked before I spoke.
    My bad. Shouldn't really be posting @ 3 am when I know I should be in bed. Yes, I was referring to Software RAID. Looks like you pretty well have the class straightened out!
    Quote Originally Posted by artoodeeto View Post
    aw heck guys. We're modders. Let's just build our own, shall we?

    DrumThumper.net || The Brewing Art ||
    My Flickr Stream

  9. #29
    That's classified.
    Join Date
    Mar 2006
    Posts
    764

    Default Re: What is RAID?

    Quote Originally Posted by DaveW View Post
    Actually, it's Redundant Array of Inexpensive Disks. If you think about it logically, independent disks doesn't even make sense. :p

    -Dave
    It should be changed to Redundant Array of Interconnected Drives. That makes the most sense to me.

  10. #30
    Ceann na Drochaide Bige! XcOM's Avatar
    Join Date
    Mar 2006
    Location
    Sheffield (UK)
    Posts
    2,990

    Default Re: What is RAID?

    i prefur JBOD!!
    My old server used mirrored, i used it for stabilty and backup, mainly coz i transfur LOADS of data, Alot of the time, so i want backups, i've only had to restore the drive twice.


    Mary had a little lamb. It bumped into a pylon. Ten thousand volts went up its arse and turned its wool to nylon!

Posting Permissions

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