Introduction to RAID functions and usage

  

The role of RAID is not known to everyone. RAID is the most famous feature. Hardware RAID solution is fast and stable, which can effectively provide high level of hard disk usability and Redundancy, but there are drawbacks, and the high price is really daunting. Fortunately, Windows 2003 provides embedded software RAID functionality, and soft RAID can implement RAID-0, RAID-1, and RAID-5. Soft RAID is not only very convenient to implement, but also saves a lot of valuable funds. It is indeed a very useful new function of Windows 2003 Server. A RAID-5 volume is a fault-tolerant volume where data and parity are intermittently distributed across three or more physical disks.

If a portion of the physical disk fails, we can recreate the data on the failed portion of the disk with the remaining data and parity. A RAID-5 volume is a good solution for data redundancy in a computer environment where most activities consist of reading data. A RAID-5 volume can be created using a hardware-based or software-based solution. With hardware-based RAID, the intelligent disk controller processes the creation and regeneration of redundant information on the disks that make up the RAID-5 volume.

The Windows Server 2003 family of operating systems provides software-based RAID, where the creation and re-generation of information on disks in a RAID-5 volume is handled by "Disk Management", in both cases, the data is All members in the cross-disk array are stored. Of course, the performance and efficiency of soft RAID cannot be compared with hard RAID. Let's start with the creation of dynamic disks, then explain how to implement soft RAID in Windows 2003 Server implementation, and finally talk about the management of soft RAID.

Creating a Dynamic Disk

When you install Windows 2003 Server, the hard disk is automatically initialized to a basic disk. We cannot create new volume sets, stripe sets, or RAID-5 groups in a basic disk partition, but only create a similar disk configuration on a dynamic disk. That is, if you want to create a RAID-0, RAID-1, or RAID-5 volume, you must use a dynamic disk. After the Windows 2003 Server installation is complete, you can use the upgrade wizard to convert them to dynamic disks.

After converting a disk from a basic disk to a dynamic disk, the disk will contain the volume instead of the disk partition. Each of these volumes is a logical part of the hard drive and you can also assign a drive letter or mount point to each volume. However, be aware that you can only create volumes on dynamic disks. Dynamic disks have several features that are better than basic disks:

Volumes can be extended to include non-contiguous spaces that can be on any available disk. There is no limit to the number of volumes that can be created on each disk.

Windows 2003 stores dynamic disk configuration information on disk instead of being stored in the registry or elsewhere. At the same time, this information cannot be accurately updated. Windows 2003 copies these disk configuration information to all other dynamic disks. Therefore, damage to a single disk will not affect access to data on other disks.

A hard disk can be either a basic disk or a dynamic disk, but not both, because multiple storage types cannot be combined on the same disk. However, if your computer has multiple hard drives, you can configure each drive to be basic or dynamic.

1. Upgrade from basic disk to dynamic disk:

Copyright © Windows knowledge All Rights Reserved