The logical disks on Windows devices.
Column | Description |
---|---|
DeviceGuid | The device that the system board belongs to. |
Compressed | Indicates if the logical volume exists as a single compressed entity, such as a DoubleSpace volume (TRUE), or if file based compression is supported, such as on NTFS (FALSE). |
Description | A description of the object. |
DriveType | A numeric value corresponding to the type of disk drive this logical disk represents. Please refer to the Platform SDK documentation for additional values. For example: A CD-ROM drive returns 5. |
FileSystem | Indicates the file system on the logical disk. For example: NTFS. |
FreeSpace | Indicates how much free space is available on the logical disk, in bytes. |
InstallDate | The date and time the object was installed. Does not require a value to indicate that the object is installed. |
LastErrorCode | The last error code reported by the logical device. |
MediaType | Indicates the type of media currently present in the logical drive. This value will be one of the values of the MEDIA_TYPE enumeration defined in winioctl.h. |
Name | The label by which the object is known. When subclassed, this property can be overridden to be a key property. |
ProviderName | Indicates the network path name to the logical device. |
Size | Indicates the size of the logical disk, in bytes. |
Status | The current operational or non-operational status of the object. Operational statuses include: "OK", "Degraded", and "Pred Fail" (an element, such as a SMART-enabled hard disk drive, may be functioning properly but predicting a failure in the near future). Non-operational statuses include: "Error", "Starting", "Stopping", and "Service". "Service" could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is online, but the managed element is neither "OK" nor in one of the other states. |
VolumeDirty | Indicates if the disk requires chkdsk to be run at next boot up time (TRUE) or not (FALSE). The property is applicable to only those instances of logical disk that represent a physical disk in the machine. It is not applicable to mapped logical drives. |
VolumeName | Indicates the volume name of the logical disk. Maximum 32 characters. |
VolumeSerialNumber | Indicates the volume serial number of the logical disk. Maximum 11 characters. For example: A8C3-D032. |