¿Qué significa el código NTSTATUS 0xC0380049 (STATUS_VOLMGR_VOLUME_NOT_MIRRORED)?

 
También puede significar:
ConstanteTipoSO
ERROR_VOLMGR_VOLUME_NOT_MIRROREDHRESULTWindows
Anterior Siguiente
STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE STATUS_VOLMGR_VOLUME_NOT_RETAINED

STATUS_VOLMGR_VOLUME_NOT_MIRRORED

Qué significa STATUS_VOLMGR_VOLUME_NOT_MIRRORED

STATUS_VOLMGR_VOLUME_NOT_MIRRORED significa que el comando presupone múltiples plexes completas y el target puede ser simple, spanned, striped o parity. “Multi-disk” no es sinónimo de mirrored.

Aplicar acciones de mirror a parity/stripe tiene semántica distinta y puede dañar topology. El tipo debe consultarse explícitamente.

Qué comprobar

  • Registre volume type real y operación solicitada.
  • No infiera mirror por número de disks.
  • Seleccione el workflow correspondiente a la topology.
  • Si se necesita redundancia por mirror, planifique creación/migración en vez de reutilizar un comando incompatible.

Referencias técnicas


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