¿Qué significa el código NTSTATUS 0xC0000279 (STATUS_IO_REPARSE_TAG_NOT_HANDLED)?

 
Anterior Siguiente
STATUS_IO_REPARSE_DATA_INVALID STATUS_PWD_TOO_LONG

STATUS_IO_REPARSE_TAG_NOT_HANDLED

Qué significa STATUS_IO_REPARSE_TAG_NOT_HANDLED

STATUS_IO_REPARSE_TAG_NOT_HANDLED puede ocurrir con reparse data válida cuando falta, no soporta o declina el handler responsable. Un filter, filesystem, redirector o provider puede no estar presente en ese entorno.

Distinga handler absence de payload corruption. Identifique el tag y qué software debería atenderlo. Copiar solo el archivo/reparse metadata a otro equipo puede producir este status si no se instaló el componente owner.

Qué comprobar

  • Registre tag y filesystem/filters activos en el path.
  • Identifique el driver/provider que normalmente maneja ese tag.
  • Compruebe instalación, load state y versión del handler.
  • No marque el buffer como corrupto si el problema es ausencia de soporte.

Referencias técnicas


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