0x40002ef7

Decimal: 1073753847 · Signed: 1073753847

As HRESULT:As NTSTATUS:

Associated Modules

ModuleFound inDescription
diskpart.exe78.11011Converts 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.exe78.11011Usage: 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

HeaderSymbolicDescription
0 entries