Windows / Code / 0x40002eed
0x40002eed
Decimal: 1073753837 · Signed: 1073753837
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: 0x2eed (12013)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2eed (12013)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Breaks the mirrored volume with focus into two simple volumes.
Syntax: BREAK DISK= [NOKEEP] [NOERR]
DISK= Specifies a disk that contains one copy of the mirror
volume. When the command has completed, this disk is
given focus, and the new volume created on this disk
using the mirror volume extents does not retain any
drive letters, volume GUID pathnames or mounted folder
paths that had been associated with the mirror volume.
If the mirror volume on the specified disk is used as a
system or boot partition, the command fails.
NOKEEP Specifies that only one copy of the mirror volume is
retained; the mirror volume extents on disk are converted
to free space. Neither the remaining copy of the mirror
volume, nor the free space on disk receives the focus.
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.
Applies to dynamic disks only. Breaks the mirrored volume with focus into
two simple volumes. One simple volume retains the drive letter, volume
GUID pathnames or mounted folder paths that had been associated with
the mirror volume. The other simple volume receives the focus so you
can assign it a new drive letter (it will automatically be assigned a
volume GUID pathname).
By default, the contents of both copies of the mirror are retained. Each
copy becomes a simple volume. By using the NOKEEP parameter, you retain
only one copy of the mirror volume as a simple volume, and the other copy
is converted to free space. Neither volume receives the focus.
A mirror volume must be selected for this operation to succeed.
Example:
BREAK DISK=2 |
| diskpart.exe | 78.1 | Breaks the mirrored volume with focus into two simple volumes.
Syntax: BREAK DISK= [NOKEEP] [NOERR]
DISK= Specifies a disk that contains one copy of the mirror
volume. When the command has completed, this disk is
given focus, and the new volume created on this disk
using the mirror volume extents does not retain any
drive letters, volume GUID pathnames or mounted folder
paths that had been associated with the mirror volume.
If the mirror volume on the specified disk is used as a
system or boot partition, the command fails.
NOKEEP Specifies that only one copy of the mirror volume is
retained; the mirror volume extents on disk are converted
to free space. Neither the remaining copy of the mirror
volume, nor the free space on disk receives the focus.
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.
Applies to dynamic disks only. Breaks the mirrored volume with focus into
two simple volumes. One simple volume retains the drive letter, volume
GUID pathnames or mounted folder paths that had been associated with
the mirror volume. The other simple volume receives the focus so you
can assign it a new drive letter (it will automatically be assigned a
volume GUID pathname).
By default, the contents of both copies of the mirror are retained. Each
copy becomes a simple volume. By using the NOKEEP parameter, you retain
only one copy of the mirror volume as a simple volume, and the other copy
is converted to free space. Neither volume receives the focus.
A mirror volume must be selected for this operation to succeed.
Example:
BREAK DISK=2 |
| diskraid.exe | 78.11011 | Usage: DELETE LUN [UNINSTALL] [NOERR]
DELETE TARGET [NOERR]
DELETE TPGROUP [NOERR]
Deletes the currently selected LUN, target, or target portal group.
LUN Specifies that a LUN will be deleted.
UNINSTALL Specifies that the disk on the local system associated with the
LUN will be cleaned up before the LUN is deleted.
TARGET Specifies that a target will be deleted.
TPGROUP Specifies that a target portal group will be deleted.
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, target, or target portal group must be selected for this operation
to succeed.
Example:
DELETE LUN UNINSTALL
DELETE TARGET |
| 3 entries |
Associated Headers