Windows / Code / 0x40002f21
0x40002f21
Decimal: 1073753889 · Signed: 1073753889
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: 0x2f21 (12065)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f21 (12065)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Displays a list of disks.
Syntax: LIST DISK
Displays a list of disks and information about them, such as their
size, amount of available free space, whether the disk is a basic
or dynamic disk, and whether the disk uses the master boot record
(MBR) or GUID partition table (GPT) partition style. The disk marked
with an asterisk (*) has focus.
Note that the FREE column does not display the total amount of free
space on the disk, but rather the amount of usable free space left
on the disk. For example, if you have a 10GB disk with 4 primary
partitions covering 5GB, there is no usable free space left (no
more partitions may be created). Another example would be you have
a 10GB disk with 3 primary partitions and an extended partition
covering 8GB. The exended partition is of size 3GB with one logical
drive of size 2GB. The disk will show only 1GB as free - the
1GB of free space in the extended partition.
Example:
LIST DISK |
| diskpart.exe | 78.1 | Displays a list of disks.
Syntax: LIST DISK
Displays a list of disks and information about them, such as their
size, amount of available free space, whether the disk is a basic
or dynamic disk, and whether the disk uses the master boot record
(MBR) or GUID partition table (GPT) partition style. The disk marked
with an asterisk (*) has focus.
Note that the FREE column does not display the total amount of free
space on the disk, but rather the amount of usable free space left
on the disk. For example, if you have a 10GB disk with 4 primary
partitions covering 5GB, there is no usable free space left (no
more partitions may be created). Another example would be you have
a 10GB disk with 3 primary partitions and an extended partition
covering 8GB. The exended partition is of size 3GB with one logical
drive of size 2GB. The disk will show only 1GB as free - the
1GB of free space in the extended partition.
Example:
LIST DISK |
| diskraid.exe | 78.11011 | Usage: SETFLAG DRIVE HOTSPARE={TRUE | FALSE}
Sets the specified flag to the specified value for the currently selected
drive.
HOTSPARE={TRUE | FALSE}
If TRUE, specifies that the drive is reserved for use only as a
hot spare.
A drive must be selected for this operation to succeed.
Example:
SETFLAG DRIVE HOTSPARE=TRUE |
| 3 entries |
Associated Headers