Windows / Code / 0x40002ee7
0x40002ee7
Decimal: 1073753831 · Signed: 1073753831
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: 0x2ee7 (12007)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ee7 (12007)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Assigns a drive letter or mounted folder pathname to the volume with focus.
Syntax: ASSIGN [LETTER= | MOUNT=] [NOERR]
LETTER= The drive letter to assign to the volume.
MOUNT=
The mounted folder pathname to assign to the volume.
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.
If no drive letter or mounted folder is specified, the next available drive
letter is assigned. If the drive letter or mounted folder is already in use,
an error is generated.
By using the ASSIGN command, you can change the drive letter associated
with a removable drive.
You cannot assign drive letters to boot volumes or
volumes that contain the paging file. In addition, you cannot assign
a drive letter to an Original Equipment Manufacturer (OEM) partition
unless booted to Windows PE, or any GUID Partition Table (GPT) partition
other than a basic data partition, an ESP partition or a recovery
partition.
A volume must be selected for this operation to succeed.
Example:
ASSIGN LETTER=D |
| diskpart.exe | 78.1 | Assigns a drive letter or mounted folder pathname to the volume with focus.
Syntax: ASSIGN [LETTER= | MOUNT=] [NOERR]
LETTER= The drive letter to assign to the volume.
MOUNT=
The mounted folder pathname to assign to the volume.
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.
If no drive letter or mounted folder is specified, the next available drive
letter is assigned. If the drive letter or mounted folder is already in use,
an error is generated.
By using the ASSIGN command, you can change the drive letter associated
with a removable drive.
You cannot assign drive letters to boot volumes or
volumes that contain the paging file. In addition, you cannot assign
a drive letter to an Original Equipment Manufacturer (OEM) partition
unless booted to Windows PE, or any GUID Partition Table (GPT) partition
other than a basic data partition, an ESP partition or a recovery
partition.
A volume must be selected for this operation to succeed.
Example:
ASSIGN LETTER=D |
| diskraid.exe | 78.11011 | Usage: AUTOMAGIC
AUTOMAGIC SET = [= [...]]
AUTOMAGIC CLEAR {ALL | [ [...]]}
AUTOMAGIC APPLY
Displays or changes the AUTOMAGIC flags that are currently in effect. Flags
are identified by three-letter acronyms. To view the current values for the
flags, enter AUTOMAGIC without any parameters.
SET Sets the specified flags to the specified values
.
CLEAR Clears the specified flags .
ALL Clears all automagic flags.
APPLY Applies the currently set flags to the selected LUN. A LUN must
be selected for this operation to succeed.
Examples:
AUTOMAGIC SET FCR=TRUE OSR=TRUE ORS=4MB MXD=4 FTL=TRUE
AUTOMAGIC CLEAR FCR OSR |
| 3 entries |
Associated Headers