Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC00004A5 (STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND)?

 
Anterior Siguiente
STATUS_VOLUME_NOT_CLUSTER_ALIGNED STATUS_APPX_FILE_NOT_ENCRYPTED

STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND

Qué significa STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND

Free space total puede ser suficiente y aun así no existir un rango contiguo/alineado compatible con persistent memory, RAID/interleave u otra geometría. Borrar archivos pequeños al azar puede no crear el extent requerido.

Necesita conocer alignment y size exactos y la geometría base del volume/namespace.

Qué comprobar

  • Registre size y physical alignment requeridos.
  • Inspeccione extents libres y fragmentation.
  • Compruebe partition/namespace base offset.
  • Planifique relocation/consolidation sólo si puede crear un extent válido.

Referencias técnicas


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

Exit mobile version