Windows / Code / 0x40002f27
0x40002f27
Decimal: 1073753895 · Signed: 1073753895
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: 0x2f27 (12071)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f27 (12071)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Brings the selected offline disk to the online state.
Syntax: ONLINE DISK [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.
This command operates on a single disk. A disk must be selected for
this operation to succeed.
This command operates on a disk that is in SAN offline mode.
If the disk is dynamic, it is both read only and offline, and, the
desired state is read\write and online, the suggested order of
operations is to first make the disk read\write, and then bring
the disk online. If a dynamic read only disk is brought online, it's
status will be 'Errors'. The reason for this is that when a dynamic
disk is brought online, the volume manager must write to the Dynamic
Disk Database on the disk to update it's state. These writes will
fail if the dynamic disk is read only.
Examples:
ONLINE DISK |
| diskpart.exe | 78.1 | Brings the selected offline disk to the online state.
Syntax: ONLINE DISK [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.
This command operates on a single disk. A disk must be selected for
this operation to succeed.
This command operates on a disk that is in SAN offline mode.
If the disk is dynamic, it is both read only and offline, and, the
desired state is read\write and online, the suggested order of
operations is to first make the disk read\write, and then bring
the disk online. If a dynamic read only disk is brought online, it's
status will be 'Errors'. The reason for this is that when a dynamic
disk is brought online, the volume manager must write to the Dynamic
Disk Database on the disk to update it's state. These writes will
fail if the dynamic disk is read only.
Examples:
ONLINE DISK |
| diskraid.exe | 78.11011 | Usage: IMPORTTARGET SUBSYSTEM [SET TARGET]
Displays or sets the current VSS import target for the currently selected
subsystem.
SET TARGET Sets the currently selected target as the VSS import target.
A subsystem must be selected for this operation to succeed. If SET TARGET
is specified, a target must also be selected for this operation to succeed.
Examples:
IMPORTTARGET SUBSYSTEM
IMPORTTARGET SUBSYSTEM SET TARGET |
| 3 entries |
Associated Headers