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


Copy Code

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

Examples

To recover the disk group that contains the disk with focus, type:


Copy Code

recover

Additional references

Command-Line Syntax Key

DiskPart