Windows / Code / 0x40002ee5
0x40002ee5
Decimal: 1073753829 · Signed: 1073753829
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x2ee5 (12005)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ee5 (12005)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Mirrors 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.exe | 78.1 | Mirrors 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.exe | 78.11011 | Usage: 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