Creating and Managing Windows Server 2008 Striped (RAID 0) Volumes

From Techotopia
Revision as of 18:46, 21 July 2008 by Neil (Talk | contribs) (New page: The focus os this chapter of Windows Server 2008 Essetials is the configuration of striped or RAID 0 volumes on a Windows Server 2008 system. It is assumed in this chapter that the rea...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The focus os this chapter of Windows Server 2008 Essetials is the configuration of striped or RAID 0 volumes on a Windows Server 2008 system. It is assumed in this chapter that the reader has a basic understanding of the difference between basic and dynamic disks wihtin the context of Windows Server 2008. For imformation on this subject the chapter entitled Creating and Managing Simple and Spanned Volumes on Windows Server 2008 is recommended.

An Overview of Striped (RAID 0) Volumes

Striped (otherwise known as RAID 0) volumes consist of a stripe set comprised of two or more simialr sized disk drives (up to a total of 32 drives). When data is written to a striped volume the data is divided into a number of stripes equal to the number of disks in the striped set and a stripe is written to each disk. Similarly, when data is read from the volume each stripe of data is read from the disks in the striped set before being combined into its original form.

The primary purpose of striped volumes is performance. By dividing the read and write process over multiple disk drives any bottlenecks associated with using a single disk drive are avoided. The downside of disk striping is that the loss of a single disk in the striped array results in the loss of all the data since the data on the remaining drives in the striped array is of little use without the missing stripes residing on the failed drive.

Creating a Striped (RAID 0) Volume using Disk Management

The remainder of this chapter assumes that the disks inm question have been converted from basic disks to dynamic disks. For details on performing this task refer to the initial sections of the Creating and Managing Simple and Spanned Volumes on Windows Server 2008] chapter of this book.

In this section a striped volume will be created using two similarly sized disk drives connected to a Windows Server 2008 system (note that if the disks are of different sizes Windows will base the available volume size on the smallest disk drive in the striped array).

Being the process by invoking the Disk Management snap-in. This can be achieved by running compmgmt.msc in command prompt window or Run dialog and selecting Storage -> Disk Management. The system used in this example contains three disks numbered 0, 1 and 2. Disk 0 is the system disk and disks 1 and 2 will be used to created a striped set.

Within the Disk Management tool right click on the unallocated space in the graphical view of the first disk to be used in the array and select Create New Striped Volume... to invoke the New Striped Volume wizard. Click Next on the welcome screen to proceed to the disk selection screen. As mentioned previously a striped array can comprise anywhere from 2 to 32 disk drives. For the purposes of this example the array will consist of two disks. Initially, the wizard only lists the currently selected disk in the 'Selected column. In order to proceed at least one more disk is required. To add disks to the array select a suitable disk from the available disks in the right hand column and click on Add to add it to the select disks:


Selecting disks for a Windows Server 2008 striped (RAID 0) volume


With the necessary disks selected click Next to proceed to assign a drive letter or mount point for the volume. The Next button will then proceed to the Format Volume screen where the file system type and compression options may be selected. To view the summary screen press the Next button. Assuming the summary is acceptable the Finish button will format the volumes and create the stripped volume ready for use.