Windows / Code / 0x40002ee9
0x40002ee9
Decimal: 1073753833 · Signed: 1073753833
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: 0x2ee9 (12009)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2ee9 (12009)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Displays, sets, or clears volume attributes for the selected volume.
Syntax: ATTRIBUTES VOLUME [SET | CLEAR]
[HIDDEN | READONLY | NODEFAULTDRIVELETTER | SHADOWCOPY] [NOERR]
SET Sets the specified attribute (HIDDEN, READONLY, and
NODEFAULTDRIVELETTER or SHADOWCOPY) for the selected volume.
CLEAR Clears the specified attribute (HIDDEN, READONLY,
NODEFAULTDRIVELETTER or SHADOWCOPY) from the selected volume.
HIDDEN Specifies that the volume is hidden.
READONLY Specifies that the volume is read-only.
NODEFAULTDRIVELETTER
Specifies that the volume does not receive a drive letter by
default.
SHADOWCOPY Specifies that the volume is a shadow copy 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.
On basic master boot record (MBR) disks, the HIDDEN, READONLY, and
NODEFAULTDRIVELETTER attributes apply to all volumes on the disk.
On basic GUID partition table (GPT) disks, and on dynamic MBR and GPT
disks, the HIDDEN, READONLY, and NODEFAULTDRIVELETTER attributes apply
only to the selected volume.
Example:
To display the attributes on the selected volume, type:
ATTRIBUTES VOLUME
To set the attribute on the selected volume as read-only, type:
ATTRIBUTES VOLUME SET READONLY
To clear the read-only attribute from the selected volume, type:
ATTRIBUTES VOLUME CLEAR READONLY |
| diskraid.exe | 78.11011 | Usage: BREAK PLEX= [NOERR]
Removes the plex from the currently selected LUN.
PLEX= Specifies the index of the plex to remove. This plex will not
be retained, and the drive extents used by this plex will be
reclaimed.
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 mirrored LUN must be selected for this operation to succeed.
Example:
BREAK PLEX=1 |
| 2 entries |
Associated Headers