Windows / Code / 0x40002ef5
0x40002ef5
Decimal: 1073753845 · Signed: 1073753845
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: 0x2ef5 (12021)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ef5 (12021)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Converts an empty basic disk with the master boot record (MBR) partition
style into a basic disk with the GUID partition table (GPT) partition
style.
Syntax: CONVERT GPT [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 basic MBR disk must be selected for this operation to succeed.
The required minimum disk size for conversion to GPT is 128MB.
Important:
The disk must be empty to convert it to a GPT disk. Back up your data,
and then delete all partitions or volumes before converting the disk.
Example:
CONVERT GPT |
| diskpart.exe | 78.1 | Converts an empty basic disk with the master boot record (MBR) partition
style into a basic disk with the GUID partition table (GPT) partition
style.
Syntax: CONVERT GPT [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 basic MBR disk must be selected for this operation to succeed.
The required minimum disk size for conversion to GPT is 128MB.
Important:
The disk must be empty to convert it to a GPT disk. Back up your data,
and then delete all partitions or volumes before converting the disk.
Example:
CONVERT GPT |
| diskraid.exe | 78.11011 | Usage: EXIT
Exits from DiskRAID.
Example:
EXIT |
| 3 entries |
Associated Headers