The focus os of this chapter of [[Windows Server 2008 Essentials]] 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 within the context of Windows Server 2008. For imformation information 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 similar 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 improved disk I/O 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 stripe set results in the loss of all the data since the data on the remaining drives in the striped array stripe set is of little use without the missing stripes residing on the failed drive.
== Creating a Striped (RAID 0) Volume using Disk Management ==
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 set).
Begin the process by invoking the Disk Management snap-in. This can be achieved by running typing '''compmgmt.msc in ''' at a command prompt window or Run dialog and selecting Storage -> Disk Management. The system used in this example contains three disks numbered 0, 1 and 2respectively. Disk 0 is the system disk and disks 1 and 2 will be used to created a striped set.
Exception encountered, of type "Error"
[257c0964] /index.php/Special:MobileDiff/5751 Error from line 434 of /home/techotopia/includes/diff/DairikiDiff.php: Call to undefined function each()
Backtrace:
#0 /home/techotopia/includes/diff/DairikiDiff.php(544): DiffEngine->diag()
#1 /home/techotopia/includes/diff/DairikiDiff.php(344): DiffEngine->compareSeq()
#2 /home/techotopia/includes/diff/DairikiDiff.php(227): DiffEngine->diffLocal()
#3 /home/techotopia/includes/diff/DairikiDiff.php(721): DiffEngine->diff()
#4 /home/techotopia/includes/diff/DairikiDiff.php(859): Diff->__construct()
#5 /home/techotopia/includes/diff/DairikiDiff.php(980): MappedDiff->__construct()
#6 /home/techotopia/extensions/MobileFrontend/includes/diff/InlineDiffFormatter.php(99): WordLevelDiff->__construct()
#7 /home/techotopia/includes/diff/DiffFormatter.php(140): InlineDiffFormatter->changed()
#8 /home/techotopia/includes/diff/DiffFormatter.php(82): DiffFormatter->block()
#9 /home/techotopia/extensions/MobileFrontend/includes/diff/InlineDifferenceEngine.php(117): DiffFormatter->format()
#10 /home/techotopia/includes/diff/DifferenceEngine.php(797): InlineDifferenceEngine->generateTextDiffBody()
#11 /home/techotopia/includes/diff/DifferenceEngine.php(728): DifferenceEngine->generateContentDiffBody()
#12 /home/techotopia/extensions/MobileFrontend/includes/specials/SpecialMobileDiff.php(241): DifferenceEngine->getDiffBody()
#13 /home/techotopia/extensions/MobileFrontend/includes/specials/SpecialMobileDiff.php(135): SpecialMobileDiff->showDiff()
#14 /home/techotopia/extensions/MobileFrontend/includes/specials/MobileSpecialPage.php(53): SpecialMobileDiff->executeWhenAvailable()
#15 /home/techotopia/includes/specialpage/SpecialPage.php(384): MobileSpecialPage->execute()
#16 /home/techotopia/includes/specialpage/SpecialPageFactory.php(553): SpecialPage->run()
#17 /home/techotopia/includes/MediaWiki.php(281): SpecialPageFactory::executePath()
#18 /home/techotopia/includes/MediaWiki.php(714): MediaWiki->performRequest()
#19 /home/techotopia/includes/MediaWiki.php(508): MediaWiki->main()
#20 /home/techotopia/index.php(41): MediaWiki->run()
#21 {main}