¿Qué significa el código NTSTATUS 0xC038001A (STATUS_VOLMGR_EXTENT_ALREADY_USED)?

 
También puede significar:
ConstanteTipoSO
ERROR_VOLMGR_EXTENT_ALREADY_USEDHRESULTWindows
Anterior Siguiente
STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS

STATUS_VOLMGR_EXTENT_ALREADY_USED

Qué significa STATUS_VOLMGR_EXTENT_ALREADY_USED

STATUS_VOLMGR_EXTENT_ALREADY_USED es un conflicto de ownership de rango, no un simple shortage de capacidad. El byte range que se intenta asignar ya está reclamado por otra estructura aunque no esté montada con una letra de unidad.

La comparación debe hacerse por physical disk, start offset y length. Una UI puede mostrar “espacio libre” de forma que no refleje reserved regions o inventory stale.

Qué comprobar

  • Capture disk identity, start offset y length del extent solicitado.
  • Enumere extents existentes y reserved/public regions.
  • Actualice inventory antes de asumir que el gráfico representa el estado real.
  • No superponga rangos manualmente: determine qué objeto posee actualmente esa región.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.