- 41
- 0
- 约2.14万字
- 约 8页
- 2017-06-05 发布于河南
- 举报
Raid、裸容量、可用容量的概念(国外英文资料)
Raid、裸容量、可用容量的概念
The concept of Raid, bare capacity, and capacity
Raid concept
L Raid profiles
In simple terms, the RAID is a kind of more independent piece of hard disk (the physical hard disk) according to different methods of combined to form a disk group (logical drives), so as to provide higher than a single hard disk storage performance and provide the data backup technology. The different ways to make a disk array are called RAID Levels.
RAID 0: the zone group with no error control
To implement a raid 0 must have two or more hard drives, raid 0 realized with block, data is not stored in a hard disk, but divided into block of data stored in a different drive. Because the data is distributed on different drives, the data throughput rate is greatly improved and the load on the drive is balanced. If the data you need is best on different drives. It doesnt need to compute the checkcode, its easy to implement. The downside is that it has no data error control, and if the data in a drive is wrong, it wont help if the data on the other disk is correct. It should not be used for high data stability requirements. It is appropriate for users to use raid 0 for images (including animation) and other events requiring large transfers. At the same time, RAID increases the data transfer rate, such as the required read files on two hard drives that can be read at the same time. So the time to read the same file is shortened to 1/2. Of all levels, RAID 0 is the fastest. But RAID 0 does not have redundant functions, and if a disk (physical) is corrupted, all data is unusable.
RAID 1: mirror image structure
For devices using this RAID1 structure, the RAID controller must be able to read both disks simultaneously and write to the two mirror disks. You can also see that you must have two drives through the following structure diagram. Because the mirror image is a problem in a set of disks, the mirror image can be used to improve the fault-tolerant capacity of the system. It is ea
原创力文档

文档评论(0)