RAID CONFIGURATION
Introduction
The main goals of using redundant arrays of inexpensive disks (RAID) are toimprove disk data performance and provide data redundancy.RAID can be handled either by the operating system software or it may beimplemented via a purpose built RAID disk controller card without having toconfigure the operating system at all. This chapter will explain how to configure thesoftware RAID schemes supported by RedHat/Fedora Linux.For the sake of simplicity, the chapter focuses on using RAID for partitions thatinclude neither the /boot or the root (/) filesystems.
RAID Types
Whether hardware- or software-based, RAID can be configured using a variety of standards. Take a look at the most popular.
Linear Mode RAID
In the Linear RAID, the RAID controller views the RAID set as a chain of disks. Datais written to the next device in the chain only after the previous one is filled.The aim of Linear RAID is to accommodate large filesystems spread over multipledevices with no data redundancy. A drive failure will corrupt your data.Linear mode RAID is not supported by Fedora Linux.
RAID 0
With RAID 0, the RAID controller tries to evenly distribute data across all disks in theRAID set.Envision a disk as if it were a plate, and think of the data as a cake. You have four cakes- chocolate, vanilla, cherry and strawberry-and four plates. The initializationprocess of RAID 0, divides the cakes and distributes the slices across all the plates.The RAID 0 drivers make the operating system feel that the cakes are intact and
Leave a Comment