Windows / Code / 0x40002ee3
0x40002ee3
Decimal: 1073753827 · Signed: 1073753827
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: 0x2ee3 (12003)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ee3 (12003)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | On disks with master boot record (MBR) disk formatting, marks
the partition with focus as active.
Syntax: ACTIVE
Writes a value to the disk which is read by the basic input/output
system (BIOS) at boot. This value specifies that the partition is
a valid system partition.
A partition must be selected for this operation to succeed.
Caution:
DiskPart verifies only that the partition is capable of containing the
operating system startup files. DiskPart does not check the contents of
the partition. If you mistakenly mark a partition as active and it does
not contain the operating system startup files, your computer might not
start.
Example:
ACTIVE |
| diskpart.exe | 78.1 | On disks with master boot record (MBR) disk formatting, marks
the partition with focus as active.
Syntax: ACTIVE
Writes a value to the disk which is read by the basic input/output
system (BIOS) at boot. This value specifies that the partition is
a valid system partition.
A partition must be selected for this operation to succeed.
Caution:
DiskPart verifies only that the partition is capable of containing the
operating system startup files. DiskPart does not check the contents of
the partition. If you mistakenly mark a partition as active and it does
not contain the operating system startup files, your computer might not
start.
Example:
ACTIVE |
| diskraid.exe | 78.11011 | Usage: ADD PLEX LUN= [NOERR]
ADD TPGROUP TPORTAL= [NOERR]
Adds an existing LUN as a plex to the currently selected LUN or adds an
existing target portal to the currently selected target portal group.
PLEX Specifies that a plex will be added to the currently selected
LUN.
LUN= Specifies the index of the LUN to add as a plex to the
currently selected LUN. Note that all data on the LUN being
added as a plex will be lost.
TPGROUP Specifies that a target portal will be added to the currently
selected target portal group.
TPORTAL= Specifies the index of the target portal to add to the
currently selected target portal group.
NOERR Specifies that any failures while performing this operation
should be ignored. This maybe useful in script mode.
A LUN or target portal group must be selected for this operation to
succeed.
Example:
ADD PLEX LUN=2
ADD TPGROUP TPORTAL=0 |
| 3 entries |
Associated Headers