Recover
Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2
Refreshes the state of all disks in a disk group, attempt to recover disks in an invalid disk group, and resynchronizes mirrored volumes and RAID-5 volumes that have stale data.
Important
This DiskPart command is not available in any edition of Windows Vista.
Syntax
recover [noerr]
Parameters
Parameter | Description |
---|---|
noerr |
For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code. |
Remarks
This command operates on a disk group.
This command applies only to groups of dynamic disks. If this command is used on a group with a basic disk, it will not return an error but no action will be taken.
This command operates on disks that are failed or failing. It also operates on volumes that are failed, failing, or in failed redundancy state.
A disk that is part of a disk group must be selected for this command to succeed. Use the select disk command to select a disk and shift the focus to it.
Examples
To recover the disk group that contains the disk with focus, type:
recover