Windows / Code / 0x40002ef7
0x40002ef7
Decimal: 1073753847 · Signed: 1073753847
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: 0x2ef7 (12023)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ef7 (12023)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Converts an empty basic disk with the GUID partition table (GPT) partition
style to a basic disk with the master boot record (MBR) partition style.
Syntax: CONVERT MBR [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 GPT disk must be selected for this operation to succeed.
Important:
The disk must be empty to convert it to an MBR disk. Back up your data,
and then delete all partitions or volumes before converting the disk.
Example:
CONVERT MBR |
| diskraid.exe | 78.11011 | Usage: EXTEND LUN {SIZE= [DRIVES=[,[,...]]] |
DRIVES=[,[,...]]} [NOERR]
Extends the size of the currently selected LUN.
SIZE= Specifies the size in megabytes to extend the LUN by. To
specify the size using other units, use one of the recognized
suffixes (B, KB, MB, GB, TB and PB) immediately after the size.
DRIVES=[,[,...]]
Specifies the indexes of the drives to use to extend the LUN.
If the SIZE= parameter is not specified, the LUN is
extended by the largest possible size allowed by all of the
specified drives.
NOERR For scripting only. When an error is encountered, DiskRAID
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskRAID to exit
with an error code.
A LUN must be selected for this operation to succeed.
Examples:
EXTEND LUN SIZE=5GB
EXTEND LUN DRIVES=0,2 NOERR |
| 2 entries |
Associated Headers