WHSDiskStatus Enumeration
Windows Server 2008
Indicates the status of a given hard disk attached to the Windows Home Server system.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
| Member name | Description |
|---|---|
| WHS_DISK_FAILED | Indicates that the hard disk has suffered a catastrophic failure. |
| WHS_DISK_FAILING | Indicates an imminent failure of the hard disk. |
| WHS_DISK_HEALTHY | Indicates that the hard disk is available for use by the Windows Home Server system. The hard disk moves into this status after leaving the WHS_DISK_INITIALIZED status. |
| WHS_DISK_INITIALIZED | Indicates that the hard disk has been initialized for use by the Windows Home Server system. |
| WHS_DISK_MISSING | Indicates that the hard disk has been initialized by the Windows Home Server system but is no longer attached. |
| WHS_DISK_REMOVED | Indicates that the hard disk has been removed from the Windows Home Server system. |
| WHS_DISK_UNKNOWN | Indicates that the hard disk is attached but has not yet been initialized by the Windows Home Server system. |