WHAT IS RAID?

RAID SETUP GUIDE.

What is RAID? A Redundant Array of Independent Disks, or RAID, is a way of storing the same data across multiple hard drives. Almost all have redundancy to offer some data protection, while RAID 0 is built purely for speed. NOTE: redundancy is NOT a form of backup!
There are many ways to use RAID and there are several different types of array. Some use multiple disks to increase performance – think a two or three lane road instead of single, that has to serve traffic going in two directions – while others are used to increase reliability. Additionally, there is a third type of RAID that offer the best of both worlds; all of which we've explained below.
A RAID array appears to the operating system to be a single logical drive, regardless of how many individual drives are part of the RAID array. Both hard disks and SSDs can be used, and while it's advised that matching drives are used in a single array for best performance, it's not strictly required.
This article focuses on setting up a RAID array with an Intel motherboard for the single user.
Rampage V Extreme_connectorsThe Rampage V Extreme's SATA and SATA Express ports connected to Intel's X99 chipset support RAID 0, 1, 5 and 10 modes.

WHAT KINDS OF RAID ARE THERE?

I know of 9 different kinds of RAID plus a performance RAID that has no redundancy built into it, however on everything outside of the high-end server environment you'll only be offered the four main versions: RAID 0, 1, 0+1 and 5. These RAID configurations can and are used independently or in different combinations.

  Terminology
  Below are some common, yet probably unfamiliar terms when dealing with RAID:
  • Striping – the process of dividing the disk-writes to the array over multiple underlying disks. This splits the data into “chunks” and each of those “chunks” is written into at least one of the underlying devices.
  • RAID Level – RAID levels refer to the common relationship of the storage devices. Drives can be configured in many ways, leading to different performance and redundancy and they all have a name (RAID 0, RAID 5, etc.).
  • Parity – Parity is the redundant data that are recovered from other disks when one drive fails. Parity is distributed across available drives which increases performance and redundancy. In other words, parity is used to reconstruct the data on the array with a drive fails.
 Below are the different kinds of a RAID that are used today.
  • RAID-0: This technique has striping but no redundancy of data. It offers the best performance as data is read/written to both drives simultaneously, but no fault-tolerance so if one drive fails you lose both drives data. Drives are typically added in multiples of two.
RAID_0
  • RAID-1: This type is also known as disk mirroring and consists of at least two drives that duplicate the storage of data. There is no striping. Read performance is improved since either disk can be read at the same time, meaning if one disk is busy the other is accessed. Write performance is the same as for single disk storage. RAID-1 provides the best performance and some fault-tolerance in a multi-user system, although for a single user it's unlikely to see as much benefit. Again drives are typically added in multiples of two.
RAID_1
  • RAID-2 (non-consumer): This type uses striping across disks with some disks storing error checking and correcting (ECC) information. It has no advantage over RAID-3 and has generally been superseded.
  •  RAID-3 (non-consumer): This type uses striping (RAID 0) but dedicates another drive to storing parity information. The embedded error checking (ECC) information is used to detect errors. Data recovery is accomplished by calculating the exclusive OR (XOR) of the information recorded on the other drives. Since an I/O operation addresses all drives at the same time, RAID-3 cannot overlap I/O, and performance is limited by the single parity disk. For this reason, RAID-3 is best for single-user systems and uses three or more drives.
  • RAID-4 (non-consumer): This type uses large stripes, which means you can read records from any single drive. This allows you to take advantage of overlapped I/O for read operations. However since all write operations have to update the parity drive, no write I/O overlapping is possible. Thus, RAID-4 is not much different to RAID-3 and offers no advantage over the more common RAID-5.
  • RAID-5: This type includes a rotating parity array, thus addressing the write limitation in RAID-4. That means all read and write operations can be overlapped. RAID-5 stores parity information but not redundant data (but parity information can be used to reconstruct data if a single drive fails). RAID-5 requires at least three and usually five disks for the array. It's best for systems in which performance is not so critical or which do few write operations.
RAID_5
  • RAID-6 (non-consumer): This type is similar to RAID-5 but includes a second parity scheme that is distributed across different drives and thus offers higher fault- and drive-failure tolerance (up to two drives can fail simultaneously).
  • RAID-7 (non-consumer): This type includes a real-time embedded operating system as a controller, caching via a high-speed bus, and other characteristics of a stand-alone computer. Currently only one vendor offers this specialist and expensive system.
  • RAID-10: Combining RAID-0 and RAID-1 is often referred to as RAID-10, which offers higher performance than RAID-1 but at much higher cost as it requires a minimum of four disks. There are two subtypes: In RAID-0+1, data is organized as stripes across multiple disks, and then the striped disk sets are mirrored. In RAID-1+0, the data is mirrored and the mirrors are striped.
RAID_10
  • RAID-50 (or RAID-5+0) (non-consumer): This type consists of a series of RAID-5 groups and striped in RAID-0 fashion to improve RAID-5 performance without reducing data protection.
  • RAID-53 (or RAID-5+3) (non-consumer): This type uses striping (in RAID-0 style) for RAID-3's virtual disk blocks. This offers higher performance than RAID-3 but at much higher cost.

What can I use to build a RAID array?

Today we are spoilt for choice. More commonly used we have SSD (or hybrid) drives for speed (RAID 0), while traditional hard drives are often used for large capacity storage with redundancy (RAID 1/5).
Samsung SSD RAIDTwo Samsung SSD's ready for RAID 0
SSD PCIe drives like the RAIDR often have their own internal RAID construct:
RAIDR ExpressThe ROG RAIDR Express
Capacity is similarly as varied depending on the type of product you choose: it can range from tens of GB (RAM drives) to 4TB per disk with HDD. The storage industry is moving at such a fast rate, that its innovation continually churns out bigger (HDD) and faster (SSD) drives. However let us return to the question at hand, in short we can use any storage medium that we can connect to our motherboards SATA (or PCIe) ports. Most commonly used are SSD and mechanical hard drives.
RAID requires that at least two drives be used but the upper limit is dependent on the type of RAID and your hardware’s functional limitations.

Setting Up RAID

1. Download Intel's Latest Rapid Storage Technology Drivers and save the install package to external media such as a USB flash storage device. The RST version you use will make a difference to your overall performance.  I like to have the latest chipset drivers on hand too.
2. Prepare your new system and ensure that you have written down or printed out the instructions if you do not have a notebook or tablet at hand.
3. Start the PC and go into BIOS by pressing Del. The ROG BIOS will automatically send you into advanced mode.
bios1
4. Navigate to your Storage Configuration, Configure SATA options.
bios2
5. Select RAID
bios3
6. Press F10, then Enter to reboot the PC.
bios4
7. The PC will restart, then as soon as the Intel Matrix Storage Manager Screen appears for a few seconds press Ctrl+I
8. Select Create RAID Volume.
raid1
9. You will then arrive at a screen, then take these four simple steps:
  • Select RAID Level (RAID0) or whichever RAID you wish to use.
  • Select Disks (Tab to Down and Press Enter To Select)
raid2
  • Select Stripe (128KB is default, but Intel Recommends 16k for SSDs)
  • Select Capacity (At Max By default)
raid3
  • Note you will lose all your data!
raid4

  • Member Disks indicate they are part of the RAID array, as shown below. If you have more than one RAID array check the ID# matches.
raid5
10. 6 to Exit and reboot
11. Insert your OS medium - I use a USB stick for OS installation
12. As system reboots press F8 to select boot options, or go back into BIOS by pressing Del.
14. Navigate to the BOOT section and confirm that RAID volume is set as the primary boot device.  I like to do my clean install with no other drives present. In other words I only have the RAID volumes available. If you have other drives present, the possibility of other drives being set by default as the boot disc is likely. Therefore you need to ensure the primary boot is set to the RAID volume.
15. Press F10 to Save and Exit the BIOS
From here, a modern OS like Windows 8 will support your RAID array without further drivers, however older OS' will require additional drivers installed as it comes to search for drives to install to. Once you've installed the OS as normal, make sure you install the latest drivers from the product page, under Chipset (Chipset drivers and Management Engine) and SATA sections (Intel Rapid Storage Technology (RST)).




SHARE

Ibrar Ansari

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment