Chapter 4. Software RAID Configuration

Read the Appendix on RAID in the Official Red Hat Linux Reference Guide first to tell about RAID and the differences between Hardware RAID versus Software RAID.

Software RAID can be configured during the graphical installation of Red Hat Linux or during a kickstart installation. You can use fdisk or Disk Druid to create your RAID configuration, but these instructions will focus mainly on using Disk Druid to complete this task.

Before you can create a RAID device, you must first create RAID partitions, using the following step-by-step instructions.

TipTip: If You Use fdisk
 

If you are using fdisk to create a RAID partition, remember that instead of creating a partition as type 83, which is Linux native, you must create the partition as type fd (Linux RAID). Also, for best performance, partitions within a given RAID array should span identical cylinders on drives.

Continue these steps to create as many partitions as needed for your RAID setup. Notice that all the partitions do not have to be RAID partitions. For example, in Figure 4-2, only the /home partition is a software RAID device.

Figure 4-2. RAID Partitions

Once you have all of your partitions created as RAID partitions, select the Make RAID Device button on the Disk Druid main partitioning screen (see Figure 4-2).

Next, Figure 4-3 will appear, where you can make a RAID device.

Figure 4-3. Making a RAID Device