¿Qué significa el código NTSTATUS 0xC000080B (STATUS_CORRUPT_LOG_UNAVAILABLE)?

 
Anterior Siguiente
STATUS_CORRUPT_LOG_CORRUPTED STATUS_CORRUPT_LOG_DELETED_FULL

STATUS_CORRUPT_LOG_UNAVAILABLE

Qué significa STATUS_CORRUPT_LOG_UNAVAILABLE

El filesystem no puede acceder a uno de sus corruption logs en esta operación. Es diferente de un log lleno o internamente corrupto: el objeto de tracking está temporalmente no disponible, quizá por mantenimiento concurrente, mount state o un error de storage.

Evite lanzar varias reparaciones simultáneas; primero descubra quién posee la operación y qué error hizo que el log quedara inaccesible.

Qué comprobar

  • Enumere scans/repairs activos sobre el volumen.
  • Revise mount state y eventos del filesystem.
  • Correlacione con I/O errors del backing storage.
  • Reintente sólo después de resolver ownership o error subyacente.

Referencias técnicas


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