Repair


Applies To: Windows Server 2008 R2,Windows Server 2008,Windows 7,Windows Vista

Repairs the RAID-5 volume with focus by replacing the failed disk region with the specified dynamic disk.

For examples of how this command can be used, see Examples.

Syntax


Copy Code

repair disk=<n> [align=<n>] [noerr]

Parameters

Parameter

Description

disk=<n>

Specifies the dynamic disk that will replace the failed disk region.

align=<n>

Aligns all volume or partition extents to the closest alignment boundary. n is the number of kilobytes (KB) from the beginning of the disk to the closest alignment boundary.

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 replace the volume with focus by replacing it with dynamic disk 4, type:


Copy Code

repair disk=4

Additional references

Command-Line Syntax Key

DiskPart