Wolfram Computation Meets Knowledge

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

QuantityVariable["T", "Information"] == QuantityVariable["D", "Information"]*QuantityVariable["F", "Unitless"]*QuantityVariable["n", "Unitless"]

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"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["RAID Array"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "RAID Array"], {QuantityVariable["n","Unitless"] -> 2}]
Out[3]=

Publisher Information