RAID Array
RAID (redundant array of independent disks) is a data storage virtualization technology that combines multiple physical disk drive components into a single logical unit for the purposes of data redundancy, performance improvement or both.
Total RAID capacity equal to the product of the drive size, the storage factor and the number of drives.
Formula
![Copy to Clipboard QuantityVariable["T", "Information"] == QuantityVariable["D", "Information"]*QuantityVariable["F", "Unitless"]*QuantityVariable["n", "Unitless"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/79e/79ee22ad-ff13-4767-b92c-996bd4364f5a/Webpage/FormulaImage.png)
| symbol | description | physical quantity | 
|---|---|---|
| T | total RAID capacity | "Information" | 
| D | drive size | "Information" | 
| F | storage factor | "Unitless" | 
| n | number of drives | "Unitless" | 
Forms
Examples
Get the resource:
| In[1]:= | ![ResourceObject["RAID Array"]](images/79e/79ee22ad-ff13-4767-b92c-996bd4364f5a-io-1-i.en.gif) | 
| Out[1]= |  | 
Get the formula:
| In[2]:= | ![FormulaData[ResourceObject["RAID Array"]]](images/79e/79ee22ad-ff13-4767-b92c-996bd4364f5a-io-2-i.en.gif) | 
| Out[2]= |  | 
Use some values:
| In[3]:= | ![FormulaData[
 ResourceObject[
  "RAID Array"], {QuantityVariable["n","Unitless"] -> 2}]](images/79e/79ee22ad-ff13-4767-b92c-996bd4364f5a-io-3-i.en.gif) | 
| Out[3]= |  | 
 
                 
                