Windows / Code / 0x40002ef1
0x40002ef1
Decimal: 1073753841 · Signed: 1073753841
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: 0x2ef1 (12017)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ef1 (12017)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Converts an empty dynamic disk to a basic disk.
Syntax: CONVERT BASIC [NOERR]
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 dynamic disk must be selected for this operation to succeed.
Important:
The disk must be empty to convert it to a dynamic disk. Back up your
data, and then delete all partitions or volumes before converting the
disk.
Example:
CONVERT BASIC |
| diskraid.exe | 78.11011 | Usage: DISSOCIATE CONTROLLERS [,[,...]]
DISSOCIATE PORTS -[,-[,...]]
DISSOCIATE TARGETS [,[,...]]
Specifies the specified controllers, ports, or targets to dissociate from
(set inactive for) the currently selected LUN.
CONTROLLERS Specifies that a list of controllers will be dissociated. This
is deprecated in VDS 1.1 compliant providers.
PORTS Specifies that a list of ports will be dissociated. The ports
are specified with their parent controller followed by a
dash and the port .
TARGETS Specifies that a list of targets will be dissociated.
A LUN must be selected for this operation to succeed.
Examples:
DISSOCIATE CONTROLLERS 1,2
DISSOCIATE PORTS 1-1
DISSOCIATE TARGETS 5 |
| 2 entries |
Associated Headers