Difficulty: Easy
Correct Answer: Convert both to dynamic disks
Explanation:
Introduction / Context:
Windows 2000 and later can provide software fault tolerance by mirroring (RAID-1) at the volume level. However, the ability to create mirrored volumes requires the disks to use the dynamic disk type (managed by the Logical Disk Manager), not basic disks. When underlying storage is already hardware RAID, Windows sees each array as a single disk; you can still mirror volumes between them using dynamic disks.
Given Data / Assumptions:
Concept / Approach:
Convert both disks from basic to dynamic using Disk Management. Only dynamic disks support creating mirrored volumes (and other dynamic volume types). Once converted, you can add a mirror to the existing simple volume (which sits atop the hardware RAID) so Windows keeps an identical copy on the second array. Partitioning or formatting steps on the new array are not prerequisites for enabling the Add Mirror function.
Step-by-Step Solution:
Verification / Alternative check:
After conversion and mirror creation, Disk Management should display the volume as “Mirrored” with both plexes healthy. Test by temporarily taking one array offline (in a controlled maintenance window) and verifying continuity.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing hardware RAID with Windows dynamic disk mirroring; attempting to mirror while disks remain basic; overlooking backups before conversion (conversion is nondestructive but precautions are recommended).
Final Answer:
Convert both to dynamic disks.
Discussion & Comments