VOOZH about

URL: https://www.geeksforgeeks.org/dbms/how-to-configure-raid/

⇱ How to Configure RAID? - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

How to Configure RAID?

Last Updated : 3 Nov, 2021

This article will guide you on configuring RAID on your computer

What is RAID?
RAID (redundant array of independent disks) is a method of storing the same data in multiple different hard disks or solid-state drives which is done to protect data in case of a drive/hardware failure.

In simple words, it is a method of storing data that helps to make the information more redundant and the data is recoverable in case of a hardware failure.

Types of RAID modes :

RAID 0:  

  • Data is stored evenly between two or more storage disks
  • The performance of the disks is high
  • Larger size and faster speeds
  • No redundancy
  • If any one of the drives fails, all the data stored in any drives are lost.

RAID 1:  

  • Also called Mirrored disks
  • Two or more drives have the same information saved in them
  • In case one drive fails, the data stored in it will still be available in the other drives, hence, no data loss
  • Transfer speeds are slow
  • Total drive size is small
  • The data is redundant

RAID 5:

  • At least 3 or more disks are to be connected
  • Data is stored evenly in all the disks, making the data safe and recoverable in an event of hardware failure
  • Parity split is done between the disks
  • Large size and fast speeds as multiple disks are connected in the array
  • The data is very redundant
  • The data is rebuild using the data on the other disks, in case of a failure

There are even more modes of RAID that may be used for some custom user needs.

For Example:  

  • RAID 3
  • RAID 4
  • RAID 6
  • RAID 10
  • CLONE

HOW TO CONFIGURE/SET UP RAID?

Configuring RAID on Windows 10:

1. Install two or more hard drives or solid-state drives and let your computer boot.

2. Back up everything on the hard drives as we will be formatting them while setting up the RAID.

3. Right-click on the Windows Start button at the bottom left of your screen and open Disk Management.

πŸ‘ Image

4. Verify if all of your drives are working and visible.

5. Search for Manage Storage Spaces on the Windows Search bar

πŸ‘ Image

6. In the newly opened window, select the β€œCreate a new pool and storage space” option.

πŸ‘ Image

7. If you are prompted to approve changes in your system, please click Yes.

8. Then carefully select the new drives which you want to configure for your RAID array.

πŸ‘ Image

9. Select the RAID type under Resiliency type by using the drop-down menu.  

πŸ‘ Image

10. For RAID 0, select Simple.

11. For RAID 1, select Two-way mirror or Three-way mirror. Which creates 2 or 3 copies of the same data respectively in the multiple drives. According to your needs choose your RAID type.

πŸ‘ Image

12. Set the new Drive size under Size, if any changes to the existing are needed to be made.

πŸ‘ Image

13. Select Create storage space to create your RAID array.

πŸ‘ Image

14. Patiently Wait for the process to complete and then in Disk management check if one drive with the right size is visible.

πŸ‘ Image

15. If everything goes accordingly without any errors while processing, you will have your own RAID Array successfully created!!

16. Now your data will be more safe and redundant from hardware failure when the data is saved on only one drive.

This is complete setup your own RAID array.

Comment
Article Tags:
Article Tags:

Explore