0x40002ee5

Decimal: 1073753829 · Signed: 1073753829

As HRESULT:As NTSTATUS:

Associated Modules

ModuleFound inDescription
diskpart.exe1011Mirrors the simple volume with focus to the specified disk. Syntax: ADD DISK= [ALIGN=] [WAIT] [NOERR] DISK= Specifies a disk, other than the one containing the existing simple volume, to contain the mirror. You can mirror only simple volumes. The specified disk must have unallocated space at least as large as the size of the simple volume you want to mirror. ALIGN= Typically used with hardware RAID Logical Unit Number (LUN) arrays to improve performance. Aligns all volume extents to the closest alignment boundary. The extent offsets will be a multiple of . WAIT Waits for the volume to finish synchronizing with the added disk before returning. Without the WAIT parameter, DiskPart returns after the mirrored volume is created and does not wait for the synchronization to complete. NOERR For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without the NOERR parameter, an error causes DiskPart to exit with an error code. A volume must be selected for this operation to succeed. Fault-tolerant volumes such as RAID-5 and mirrored volumes are not supported in any edition of Windows Vista. Example: ADD DISK=2
diskpart.exe78.1Mirrors the simple volume with focus to the specified disk. Syntax: ADD DISK= [ALIGN=] [WAIT] [NOERR] DISK= Specifies a disk, other than the one containing the existing simple volume, to contain the mirror. You can mirror only simple volumes. The specified disk must have unallocated space at least as large as the size of the simple volume you want to mirror. ALIGN= Typically used with hardware RAID Logical Unit Number (LUN) arrays to improve performance. Aligns all volume extents to the closest alignment boundary. The extent offsets will be a multiple of . WAIT Waits for the volume to finish synchronizing with the added disk before returning. Without the WAIT parameter, DiskPart returns after the mirrored volume is created and does not wait for the synchronization to complete. NOERR For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without the NOERR parameter, an error causes DiskPart to exit with an error code. A volume must be selected for this operation to succeed. Fault-tolerant volumes such as RAID-5 and mirrored volumes are not supported in any edition of Windows Vista. Example: ADD DISK=2
diskraid.exe78.11011Usage: ASSOCIATE CONTROLLERS [ADD] [,[,...]] ASSOCIATE PORTS [ADD] -[,-[,...]] ASSOCIATE TARGETS [ADD] [,[,...]] Adds or replaces the list of controllers, ports, or targets that are associated with (active for) the currently selected LUN. CONTROLLERS Specifies that a list of controllers will be associated. This is deprecated in VDS 1.1 compliant providers. PORTS Specifies that a list of ports will be associated. The ports are specified with their parent controller followed by a dash and the port . TARGETS Specifies that a list of targets will be associated. ADD Specifies that the specified objects must be added to the existing list of objects associated with the LUN. If this parameter is not specified, the list of specified objects replaces the existing list of objects associated with the LUN. A LUN must be selected for this operation to succeed. Examples: ASSOCIATE CONTROLLERS ADD 1 ASSOCIATE PORTS 0-0,0-1 ASSOCIATE TARGETS 3,6
3 entries

Associated Headers

HeaderSymbolicDescription
0 entries