Difficulty: Easy
Correct Answer: Convert both arrays to dynamic disks
Explanation:
Introduction / Context:
Windows 2000 supports software mirroring (RAID 1) only on dynamic disks. Even when underlying storage is hardware RAID, Windows still sees logical disks that must be dynamic if you want to create OS-level mirror sets across them. If the disks are basic, the mirror option will not appear in Disk Management.
Given Data / Assumptions:
Concept / Approach:
Convert both logical disks from Basic to Dynamic using Disk Management. After conversion, you can add a mirror to an existing simple volume or create new mirrored volumes. Remember that mirroring a RAID-5 with another RAID-5 duplicates data at a higher level; ensure this is operationally justified given capacity and rebuild implications.
Step-by-Step Solution:
Verification / Alternative check:
Post-conversion, the 'Add Mirror' option becomes available for simple volumes, confirming dynamic disk status is required.
Why Other Options Are Wrong:
Creating/formatting partitions on Basic disks does not enable mirroring.
Extended vs. primary partition choice is irrelevant without dynamic disks.
None: The necessary prerequisite is to convert to dynamic.
Common Pitfalls:
Overlooking that hardware RAID does not replace Windows' requirement for dynamic disks when using software mirroring; forgetting to back up before disk conversions.
Final Answer:
Convert both arrays to dynamic disks
Discussion & Comments