Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Question about SATA/IDE Drives


  • Please log in to reply

#1
Angelboi

Angelboi

    Member

  • Member
  • PipPipPip
  • 300 posts
Whats the difference between IDE and RAID?

I was having a BSOD error loop:
http://www.geekstogo...de-t204011.html

But I fixed by changing my BIOS settings so that my SATA Drive loads as a RAID and now it works.


Can someone tell me the difference between IDE vs RAID?
-What benefits are there?
-Is it better or worse to use RAID?
  • 0

Advertisements


#2
happyrock

happyrock

    Tech Moderator

  • Retired Staff
  • 9,285 posts
a little lite reading for you..
you can use raid with both SATA and IDE DRIVES...SATA being the fastest
RAID Demystified


RAID is a technology that is quickly becoming more prevalent in the computing world today. What was once confined to the corporate world has now penetrated the home user market. You can hardly find a new motherboard these days that doesn't include some form of integrated RAID. So what is RAID and what is it useful for?

RAID stands for Redundant Array of Inexpensive Disks, and there are different types -- or levels -- of RAID which perform different functions and serve vastly different purposes. This article will cover the most common RAID levels: 0, 1, 5, and multiple arrays.


RAID 0

Also known as "striping," RAID 0 was designed to increase hard drive performance at the expense of fault tolerance. Hard drives of equal size and speed are combined in capacity and efficiency, decreasing hard drive read and write access times and improving overall performance. However, if one drive in the array should fail, all data would be lost.

In a RAID 0 array, data is written in 64k chunks to each drive, one after another. For example, if you have 3 hard disks in a RAID 0 array, the sequence for writing to them would go 1, 2, 3, 1, 2, 3, and so on. This reduces the overall strain on each single drive, which lengthens their lifespan and allows for high throughput speeds because multiple drives can be accessed simultaneously.

RAID 0 is usually used in desktop and workstation machines that require fast disk access time or large contiguous storage space.

Advantages: provides the best disk read/write access out of all the levels of RAID. Also reduces the strain on each individual hard drive.

Disadvantages: No error correction or fault-tolerance.

RAID 1

Also known as disk "mirroring" or "duplexing." Two hard disks of similar size and speed are required. Whatever is written to the first hard disk is simultaneously copied onto the second, so in essence you have two hard disks with the same data. The purpose of RAID 1 is twofold: it increases read times in multi-user systems because data can be read from either drive. It also is a failsafe against drive failure; if one drive should fail, the other will continue to operate normally.

RAID 1 is not as fast as RAID 0 in terms of write speeds because of all of the replication traffic generated -- it has to write the same data to two drives at once.

There is a small difference between mirroring and duplexing. Mirroring uses two disks on one controller using one cable. In this case, if the drive controller goes bad, the system goes down. Duplexing uses two disks on two controllers using two separate cables. If a controller fails, the system just switches over to the second hard disk and keeps on going. RAID 1 is often used to provide fault tolerance in entry level servers that aren't equipped for the more expensive and power-hungry RAID 5.

Advantages: provides fault tolerance and increased read times.

Disadvantages: slower write times than RAID 0.


RAID-5

Also known as disk striping with parity. RAID 5 takes the concept of RAID 0 and adds fault tolerance. RAID 5 requires at least 3 hard disks to function. Data is written to each disk in the same fashion as RAID 0, but parity data for each drive is stored separately on other drives. In the event of a hard disk failure, a replacement drive can be added and the contents rebuilt from the parity data stored on the other drives. RAID 5 is often used in high-end servers that store mission-critical data. It's essentially one step below a dedicated storage cluster.

Advantages: more reliable fault tolerance than RAID 0 and RAID 1.

Disadvantages: expensive, requires more disks and a more advanced RAID controller. Not quite as fast as RAID 0.


Multi Level RAID

You can also set up a RAID array that has multiple levels. This form of RAID is very expensive and is mostly found in large enterprise networks storing mass amounts of crucial data. A specialized RAID controller or external RAID device is normally required.

The most common implementations of this concept are RAID 10, 0+1, and 50. They are what they sound like: RAID 10 is a mirror of two striped arrays; 0+1 is a stripe of two mirrored arrays; and 50 is a stripe of multiple RAID 5 arrays. Several hard disks and a high-end RAID controller are required to form most of these arrays.

Advantages: fast read and write access with redundancy.

Disadvantages: expensive, requires at least four disks and a specialized controller card.


Different forms of RAID

RAID comes in two different forms: hardware level and software level. Hardware RAID is more expensive because it requires an advanced RAID controller such as those made by Promise, Highpoint, LSI Logic, and Adaptec. Hardware RAID controllers can also be built into the motherboard or housed in a separate, self-contained unit connected externally via a SCSI or network cable.

To administer your RAID array, you will invoke a specific keystroke during the system boot sequence -- usually a message appears briefly, telling you what key to press. This will lead to the RAID BIOS setup utility. Some companies also bundle a Windows-based application that allows you to administer your array through the operating system, where you can add, delete and modify an array.

The following are required for hardware RAID:

1. A RAID controller corresponding with your hard disk type (ATA, SATA, or SCSI) or a network storage device. The controller can be a PCI or PCIe card, or an integrated solution built into the motherboard. Be careful !... Many of the RAID controllers built into motherboards are not hardware RAID controllers; they are merely fancy drive controllers that facilitate software RAID arrays.
2. Minimum amount of hard disks for the type of RAID array you want to build.
3. A supported operating system. These include Windows NT/2000/XP Professional/2003, GNU/Linux, Free/Open/NetBSD, and Solaris, although there are many other OSes that could work. Make sure the OS you choose has a driver for the RAID controller.

RAID with software

Software level RAID is less expensive but not as fast as hardware level and is generally used as a less expensive alternative to its hardware-controlled counterpart. To administer a software array in Windows 2000 Server, go to the Control Panel, then open up Administrative Tools, then Computer Management, then Disk Management. In the lower right pane, right-click on the hard drives you wish to use in the RAID array and then click on Convert To Dynamic Disk in the popup menu. From there you can set up your array with relative ease.

For GNU/Linux and other Unix-like OSes, the answers on how to set up software RAID vary depending on what version and distribution you're using. More than likely you'll end up using the Device Mapper; a brief readme document on dmraid can be found here.

What you will need for software level RAID:

1. An operating system that supports software RAID (GNU/Linux; Free/Open/NetBSD; Windows 2000/2003 Server, Advanced Server, or Datacenter Server; and Solaris) and software to set up and manage the arrays.
2. Minimum amount of hard disks for the type of array you want to set up.

JBOD and Disk Spanning

A lot of people talk about JBOD and disk spanning as being considered forms of RAID. This is not really true; JBOD stands for Just a Bunch Of Disks and its purpose is to combine multiple hard disks into one. It does not provide redundancy, and therefore is not technically a level of RAID. However, JBOD is useful if you have an application that requires mass amounts of contiguous hard disk space and you don't have a large drive to use. This should only be used as a band-aid fix though, as several drives combined leads to increased chances of failure.

Disk spanning differs slightly from JBOD. With disk spanning you can actually administer the disk array, whereas with JBOD you just set it up and go. With disk spanning you can extend existing partitions onto other empty partitions or hard disks to gain extra contiguous disk space. This should also only be used as a band-aid fix because, like JBOD, disk spanning provides no redundancy whatsoever. If one drive in a JBOD or disk span array goes down, its data is lost.

A JBOD or spanned array requires a RAID or hard drive controller that supports these modes, and the hard drives to form the array. Setup is done through the controller's BIOS.
Is it right for you?

RAID is useful for providing expanded hard drive capabilities in desktop, workstation, and server machines. Most home users will only be considering RAID 0 or 1 because that is the usual limit of the integrated RAID chip on their motherboards, not to mention the fact that other RAID modes cost a lot of money in disks.

RAID 0 can be useful to people playing online games, doing video editing, or any other operation that can benefit from faster read/write times. Most budget-minded business users in search of fault tolerance can rely on the redundancy of RAID 1. The other modes and options aren't generally practical for desktop use and it's unlikely that you'll see any advantage to using them.
  • 0

#3
Angelboi

Angelboi

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 300 posts
So in my BIOS setting, My SATA's were initially set to IDE.
What can you tell me about IDE's?

And was it a good choice to change it over to RAID?

Lastly, 'how' did this fix my BSOD issue?
  • 0

#4
Angelboi

Angelboi

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 300 posts
So now that I can actually enter my computer, i disabled the auto-reboot and found my STOP error code:

STOP: 0x0000007B (0x80599BB0 , 0xC0000034 , 0x00000000 , 0x00000000 )
  • 0

#5
Angelboi

Angelboi

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 300 posts
Could you tell me why my IDE failed?
  • 0

#6
happyrock

happyrock

    Tech Moderator

  • Retired Staff
  • 9,285 posts

o in my BIOS setting, My SATA's were initially set to IDE

that is because when whoever installed the OS didn't want to use the F6 option to install the SATA DRIVERS

And was it a good choice to change it over to RAID

if you read the primer on RAID you would know that you MUST have a minimum of 2 hard drives for RAID to work..
so unless you have 2 hard drives you don't have any version of RAID..


go here to learn about IDE hard drives


about the STOP code...
The Stop 0x7B message indicates that Windows XP has lost access to the system partition or boot volume during the startup process. Installing incorrect device drivers when installing or upgrading storage adapter hardware typically causes stop 0x7B errors. Stop 0x7B errors could also indicate possible virus infection.

The second parameter is very important because it can indicate whether the 0x7B Stop message was caused by file system issues or problems with storage hardware and drivers. Values of 0xC000034 or 0xC000000E typically indicate:

Disks or storage controllers that are failing, defective, or improperly configured.

• Storage-related drivers or programs (tape management software, for example) that are not fully compatible with Windows XP Professional.
run chkdsk /f/r on the drive and backup any data you can't live without...backup first
  • 0

#7
Captain Zero

Captain Zero

    New Member

  • Member
  • Pip
  • 6 posts
RAID-0 is very fast and loads of fun. Sort of like driving fast with no seatbelts. Fun until you smash into a wall doing 50GB/sec.

Do NOT store anything you can't afford to lose on a RAID-0.

Wait, I'll repeat that...

Do NOT store anything you can't afford to lose on a RAID-0.

RAID-5 is probably the safest way to go while still benefitting from improved speed. Even RAID-5 isn't fool-proof, it can still fail but a it's less likely than with a RAID-0.

So basically;

RAID-0 cheap, fast and wreckless.
RAID-5 fast, expensive and more secure than a stand-alone IDE drive.
  • 0

#8
Neil Jones

Neil Jones

    Member 5k

  • Member
  • PipPipPipPipPipPipPipPip
  • 8,476 posts
There is no noticeable difference performance wise between a single drive and two drives configured as RAID 0. If there is any you'll be hard pushed to notice it.

Edited by Neil Jones, 10 July 2008 - 03:50 PM.

  • 0

#9
happyrock

happyrock

    Tech Moderator

  • Retired Staff
  • 9,285 posts
for some RAID BENCHMARKS

This article is going to compare a large set of RAID performance data and perhaps debunk some storage myths
  • 0

#10
Captain Zero

Captain Zero

    New Member

  • Member
  • Pip
  • 6 posts
Very informative link. I've just been de-mythed. :)
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP