![](/images/backgrounds/171928/171928-358162x1.png)
Chapter 7 Storage
Note: In the following figures, A1, A2, A3 and so on are blocks of data from the A file. Similarly, B1, B2, B3 and C1, C2, C3 are blocks of data from the B and C files.
JBOD
JBOD allows you to combine multiple physical disk drives into a single virtual one, so they appear as a single large disk. JBOD can be used to turn multiple
Table 28 | JBOD | |
|
|
|
A1 |
| B1 |
A2 |
| B2 |
A3 |
| B3 |
A4 |
| B4 |
|
|
|
DISK 1 |
| DISK 2 |
|
|
|
RAID 0
RAID 0 spreads data evenly across two or more disks (data striping) with no mirroring nor parity for data redundancy, so if one disk fails the entire volume will be lost. The major benefit of RAID 0 is performance. The following figure shows two disks in a single RAID 0 volume. Data can be written and read across disks simultaneously for faster performance.
Table 29 | RAID 0 | |
|
|
|
A1 |
| A2 |
A3 |
| A4 |
A5 |
| A6 |
A7 |
| A8 |
|
|
|
DISK 1 |
| DISK 2 |
|
|
|
RAID 0 capacity is the size of the smallest disk multiplied by the number of disks you have configured at RAID 0 on the NSA. For example, if you have two disks of sizes 100 GB and 200 GB respectively in a RAID 0 volume, then the maximum capacity is 200 GB (2 * 100 GB, the smallest disk size) and the remaining space (100 GB) is unused.
Typical applications for RAID 0 are
162 |
|
Media Server User’s Guide | |
|
|