This menu is for creating a Software RAID1 mirror. This means that all data are written to two identical disks. If one of the Disks fail the other one still contain all data. The minumum requirement are two drives of same size.
This mean:
This Software RAID module is based one GEOM Mirror.
For more Information see:
FreeBSD Manualpage:
FreeBSD Handbook
This menu gives you and overview about existing RAID1 mirrors. The example below shows an already configured and running RAID1 out of 2x 2GB disk.
This menue is for selecting which drives do you want to use to create a RAID1.
In this example the RAID1 shown above will be created.
Raid name
Select a name for your RAID array. This name will be shown on different places in the WebUI. ( example: Disks|Format )
Type
Shows the type of RAID you are currently creating.
Balance algorithm
RAID1 provide different methods how data will be read from the drive. Select the algorithm which best fits your needs.
Round-Robin read
Every file is read from another disk. (simplified)
Split request
Read files from both disks simultaneously.
Read from lowest load
The requested file will be read from the disk with the lowest load.
Read from biggest priority
This mean you can set a disk as preferred. All files will be read only from this disk, but written to both. This is used on setups with more read request while one disk is much faster or healthy then the other one.
gmirror Manualpage
Initialize
Check this box to create and initialize your RAID1.
After “Applying” on Disks | Software RAID | RAID1 | Management your RAID1 should be shown ans “COMPLETED”. After Formating and Mounting your RAID is ready to use.