Windows / Code / 0x40002f29
0x40002f29
Decimal: 1073753897 · Signed: 1073753897
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: 0x2f29 (12073)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f29 (12073)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Removes a drive letter or mounted folder pathname from the volume
with focus.
Syntax: REMOVE [LETTER= | MOUNT= | ALL] [DISMOUNT] [NOERR]
LETTER= The drive letter to be removed.
MOUNT=
The mounted folder path to be removed.
ALL Removes all current drive letters and mounted folder paths.
DISMOUNT This parameter may be used if 1) all drive letters and
mounted folder paths have been removed from the volume, or
2) the ALL parameter is specified. This parameter
specifies that the file system is to be dismounted and
the volume taken offline. If other processes are using
the volume, DiskPart closes any open handles before
dismounting the file system and taking the volume offline.
You can bring the volume online by assigning it a driver
letter, by creating a mounted folder path to the volume, or
by using the ONLINE command. DISMOUNT will fail if used
on a volume that has any remaining drive letters or mounted
folder paths. For scripting, using REMOVE ALL DISMOUNT is
recommended.
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 path is specified, DiskPart removes
the first drive letter or mounted folder path it encounters. If the ALL
parameter is used, all current drive letters and mounted folder paths
are removed. If the DISMOUNT parameter is used, DiskPart closes all open
handles to the volume and then dismounts the volume and takes it offline.
The REMOVE command can be used to change the drive letter associated with a
removable drive. You cannot remove the drive letters on boot or
paging volumes.
A volume must be selected for this operation to succeed.
Example:
REMOVE LETTER=K
REMOVE MOUNT=G:\MountH
REMOVE ALL DISMOUNT |
| diskpart.exe | 78.1 | Removes a drive letter or mounted folder pathname from the volume
with focus.
Syntax: REMOVE [LETTER= | MOUNT= | ALL] [DISMOUNT] [NOERR]
LETTER= The drive letter to be removed.
MOUNT=
The mounted folder path to be removed.
ALL Removes all current drive letters and mounted folder paths.
DISMOUNT This parameter may be used if 1) all drive letters and
mounted folder paths have been removed from the volume, or
2) the ALL parameter is specified. This parameter
specifies that the file system is to be dismounted and
the volume taken offline. If other processes are using
the volume, DiskPart closes any open handles before
dismounting the file system and taking the volume offline.
You can bring the volume online by assigning it a driver
letter, by creating a mounted folder path to the volume, or
by using the ONLINE command. DISMOUNT will fail if used
on a volume that has any remaining drive letters or mounted
folder paths. For scripting, using REMOVE ALL DISMOUNT is
recommended.
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 path is specified, DiskPart removes
the first drive letter or mounted folder path it encounters. If the ALL
parameter is used, all current drive letters and mounted folder paths
are removed. If the DISMOUNT parameter is used, DiskPart closes all open
handles to the volume and then dismounts the volume and takes it offline.
The REMOVE command can be used to change the drive letter associated with a
removable drive. You cannot remove the drive letters on boot or
paging volumes.
A volume must be selected for this operation to succeed.
Example:
REMOVE LETTER=K
REMOVE MOUNT=G:\MountH
REMOVE ALL DISMOUNT |
| diskraid.exe | 78.11011 | Usage: INITIATOR
Displays detailed information about the local iSCSI initiator.
Example:
INITIATOR |
| 3 entries |
Associated Headers