Windows / Code / 0x40002f4e
0x40002f4e
Decimal: 1073753934 · Signed: 1073753934
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: 0x2f4e (12110)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f4e (12110)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Refreshes the state of all disks in the selected pack, attempts recovery
on disks in the invalid pack, and, resynchronizes mirrored volumes and
RAID-5 volumes that have stale plex or parity data.
Syntax: RECOVER [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 pack. A disk that is part of a pack must be
selected for this operation to succeed.
This command is only applicable to dynamic disks. If called on a
basic disk, it will succeed but no action is taken.
Example:
RECOVER |
| diskpart.exe | 78.1 | Refreshes the state of all disks in the selected pack, attempts recovery
on disks in the invalid pack, and, resynchronizes mirrored volumes and
RAID-5 volumes that have stale plex or parity data.
Syntax: RECOVER [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 pack. A disk that is part of a pack must be
selected for this operation to succeed.
This command is only applicable to dynamic disks. If called on a
basic disk, it will succeed but no action is taken.
Example:
RECOVER |
| 2 entries |
Associated Headers