Site icon EfmSoft

What does NTSTATUS 0xC0380054 (STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALIDHRESULTWindows
Previous Next
STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID

STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID

The plex-level disk count does not match the represented topology

STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID points at the disk cardinality inside one plex. A volume can have multiple plexes, and each plex is itself composed of extents from one or more disks.

This status should be diagnosed at the plex boundary rather than by counting every disk in the pack. For example, a mirrored volume has multiple complete-copy plexes; a bad count in one plex is a different problem from an invalid number of plexes for the whole volume.

Dump the layout as a hierarchy: volume, plex index/type, member records, then disk/extents. That representation usually exposes whether the count field is stale, whether an entry was dropped, or whether the caller has confused pack-wide disk count with disks participating in one plex.

What to inspect

References


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

Exit mobile version