Create RAID Arrays

Опубликовано: 13 Февраль 2026
на канале: /oof
4,658
72

You work at a computer repair store. You are building a new computer that will be used for video editing and picture storage. You have installed the operating system on Disk 0 and then installed four SATA hard drives. Now you want to add the following additional volumes:

The Editing volume (drive letter E:), which will be used to store raw video files for editing. This volume needs to be optimized for performance.
The Media volume (drive letter M:), which will be used to store digital photos and completed video files. This volume needs to provide fault tolerance so that a failure on one drive will not affect the availability of the files.
In this lab, your task is to:

Initialize all the new disks using the GPT partition style.
Create the Editing volume (E:) as a striped volume (RAID0) using all of the space on Disk 1 and Disk 2.
Create the Media volume (M:) as a mirrored volume (RAID1) using all of the space on Disk 3 and Disk 4.