Linksys NSS2000 Cisco NSS4000 and NSS6000 Series Network Storage System Admini - Page 50

Choosing a RAID Array Level, RAID0

Page 50 highlights

Configuring your Storage Choosing a RAID Array Level 4 Choosing a RAID Array Level RAID (Redundant Array of Inexpensive Disks) is a technology that enables multiple low-cost hard drives to be used together in a way that increases performance and/or reliability compared to that of a single drive. The component devices in a RAID array appear as a single logical storage device. There are various types of RAID, referred to as RAID levels. Some RAID levels increase the performance of the array, some increase the reliability, and others do a mixture of both. The NSS supports the following RAID levels: 0, 1, 5 and 10. The NSS also supports JBOD (Just a Bunch of Disks), which is not technically a RAID level. These variables are used in formulas used to calculate the total capacity of each RAID level: • m - capacity of the smallest disk in the array • n - number of disks in the array RAID0: RAID0 stripes the data written to the array across the component disks. The data is broken into chunks and each chunk is written to a different disk. Reads and writes to each disk occur in parallel, speeding up the total read and write performance of the array. • Minimum Number of Disks: 2 • Total capacity: m x n • Advantages: Increased read and write performance. • Disadvantages: Decreased reliability. A failure of any component disk in the array causes the entire array to fail. RAID1: RAID1 writes the same data to each disk in the array. The disks are referred to as "mirrors" because each one mirrors the data stored on the others. As long as one disk in the array is intact, all data can be read back from the array. If a disk fails in the array and is then replaced, the array must copy the entire contents of a good disk to the new disk. This process is referred to as "resyncing." During a resync, the array continues to be available for reads and writes. When an array contains a failed disk, it is said to be operating in degraded mode. This reflects the decreased performance and reliability of the array when it is missing disks. • Minimum Number of Disks: 2 • Total capacity: m • Advantages: Increased reliability. The array can sustain the loss of all but one disk without any data loss. Each mirror disk added to the array Linksys Small Business NSS4000 and NSS6000 Series Network Storage System Administration Guide 42

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190

Configuring your Storage
Choosing a RAID Array Level
Linksys Small Business NSS4000 and NSS6000 Series Network Storage System Administration Guide
42
4
Choosing a RAID Array Level
RAID (Redundant Array of Inexpensive Disks) is a technology that enables multiple
low-cost hard drives to be used together in a way that increases performance
and/or reliability compared to that of a single drive. The component devices in a
RAID array appear as a single logical storage device. There are various types of
RAID, referred to as RAID levels. Some RAID levels increase the performance of
the array, some increase the reliability, and others do a mixture of both. The NSS
supports the following RAID levels: 0, 1, 5 and 10. The NSS also supports JBOD
(Just a Bunch of Disks), which is not technically a RAID level.
These variables are used in formulas used to calculate the total capacity of each
RAID level:
m – capacity of the smallest disk in the array
n – number of disks in the array
RAID0
: RAID0 stripes the data written to the array across the component disks.
The data is broken into chunks and each chunk is written to a different disk. Reads
and writes to each disk occur in parallel, speeding up the total read and write
performance of the array.
Minimum Number of Disks: 2
Total capacity: m x n
Advantages: Increased read and write performance.
Disadvantages: Decreased reliability. A failure of any component disk in the
array causes the entire array to fail.
RAID1
: RAID1 writes the same data to each disk in the array. The disks are referred
to as “mirrors” because each one mirrors the data stored on the others. As long as
one disk in the array is intact, all data can be read back from the array. If a disk fails
in the array and is then replaced, the array must copy the entire contents of a good
disk to the new disk. This process is referred to as “resyncing.” During a resync,
the array continues to be available for reads and writes. When an array contains a
failed disk, it is said to be operating in degraded mode. This reflects the
decreased performance and reliability of the array when it is missing disks.
Minimum Number of Disks: 2
Total capacity: m
Advantages: Increased reliability. The array can sustain the loss of all but
one disk without any data loss. Each mirror disk added to the array