What does NTSTATUS 0xC0380008 (STATUS_VOLMGR_DISK_ID_INVALID) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_DISK_ID_INVALIDHRESULTWindows
Previous Next
STATUS_VOLMGR_DISK_DYNAMIC STATUS_VOLMGR_DISK_INVALID

STATUS_VOLMGR_DISK_ID_INVALID

The metadata identifier did not validate

This is about the identifier stored or supplied for a Volume Manager disk record. It is not automatically the hardware serial number printed by a drive vendor, and replacing a disk-letter or mounting point does not repair an invalid LDM identity.

Compare identities at the same scope

Capture the disk identifier, pack identifier, physical path, and the source of the value used by the operation. Check whether the disk came from a cloned image, a foreign pack, or a partial restore. Keep identifiers from different layers separate: hardware identity, partition signature, and Volume Manager metadata can each be relevant but are not interchangeable.

References


Looking for a different code? Search another status or error code.