Difficulty: Medium
Correct Answer: Verify the third disk is attached and powered on; then use Disk Management to Reactivate Disk
Explanation:
Introduction / Context:
When a Windows 2000 dynamic RAID-5 volume reports that one member disk is “Missing,” the array is operating in a degraded state and performance will drop because parity reconstruction is required for reads. The safest first response is to confirm whether the disk is truly failed or simply offline or disconnected, and then use Disk Management's built-in recovery steps before replacing hardware.
Given Data / Assumptions:
Concept / Approach:
In Windows 2000 Disk Management, “Missing” indicates the OS cannot currently see the disk (cable/power/offline), whereas “Failed” indicates the dynamic disk database is reachable but the device reports failure. The correct first action is to ensure power/cabling is intact and then use Reactivate Disk, which attempts to bring the dynamic disk online and rejoin it to the set without a full replacement.
Step-by-Step Solution:
Physically verify the third disk: check power, data cables, controller visibility.Open Disk Management; right-click the “Missing” disk and choose Reactivate Disk.Confirm the disk status transitions to Online and the RAID-5 volume returns to Healthy/Regenerating.Allow RAID-5 to resynchronize if needed; monitor event logs for disk errors.
Verification / Alternative check:
If Reactivate Disk fails or the disk repeatedly drops, run hardware diagnostics and consider replacing the disk. After replacement, use Disk Management to repair the volume by adding the new disk so parity can rebuild.
Why Other Options Are Wrong:
Replace the disk immediately: Premature; “Missing” may be cabling/power, not failure.
Common Pitfalls:
Confusing “Missing” with “Failed,” replacing disks unnecessarily, or attempting a repair while the original member is simply offline due to a loose cable.
Final Answer:
Verify the third disk is attached and powered on; then use Disk Management to Reactivate Disk
Discussion & Comments