Windows / Code / 0x40002f05
0x40002f05
Decimal: 1073753861 · Signed: 1073753861
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: 0x2f05 (12037)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f05 (12037)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Creates a simple volume.
Syntax: CREATE VOLUME SIMPLE [SIZE=] [DISK=] [ALIGN=] [NOERR]
SIZE= The size of the volume in megabytes (MB). If no size is given,
the new volume takes up the remaining free space on the disk.
DISK= The dynamic disk on which the volume is created. If no disk is
given, the current disk is used.
ALIGN= Typically used with hardware RAID Logical Unit Number (LUN)
arrays to improve performance. Aligns all volume extents to
the closest alignment boundary. The extent offsets will be
a multiple of .
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.
After you create the volume, the focus automatically shifts to the new
volume.
Example:
CREATE VOLUME SIMPLE SIZE=1000 DISK=1 |
| diskpart.exe | 78.1 | Creates a simple volume.
Syntax: CREATE VOLUME SIMPLE [SIZE=] [DISK=] [ALIGN=] [NOERR]
SIZE= The size of the volume in megabytes (MB). If no size is given,
the new volume takes up the remaining free space on the disk.
DISK= The dynamic disk on which the volume is created. If no disk is
given, the current disk is used.
ALIGN= Typically used with hardware RAID Logical Unit Number (LUN)
arrays to improve performance. Aligns all volume extents to
the closest alignment boundary. The extent offsets will be
a multiple of .
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.
After you create the volume, the focus automatically shifts to the new
volume.
Example:
CREATE VOLUME SIMPLE SIZE=1000 DISK=1 |
| 2 entries |
Associated Headers