Computer and Software Support


 Add

DiskPart 

This is from Microsoft Technet. If you want to see it at their site, click here

To access DiskPart, click here

Add disk

Syntax: add disk= n [noerr]

Mirrors the simple volume with focus to the specified disk. This command is not valid on Windows Vista

 

n

Specified the disk to contain the mirror. You can mirror only simple volumes. The specified disk must have unallocated space at least s large as the size of the simple volume that you intend to mirror.

 

noerr

 

For scripting only. when an error is encountered, specifies that DiskPart continues to process commands as if the error did not occur. Without the noerr parameter, an error causes DisPart to exit with an error code.