Site icon EfmSoft

What does NTSTATUS 0xC000A2A4 (STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED) mean?

 
Previous Next
STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED STATUS_WOF_WIM_HEADER_CORRUPT

STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED

The destination file cannot accept an offload token

This status is returned when the destination file does not satisfy the file-system requirements for FSCTL_OFFLOAD_WRITE. The storage array might support ODX and the token might be well formed, yet the target stream, allocation state, attributes, or range can still make an offloaded write invalid.

Offload write is an optimization, not a requirement for data correctness. A robust caller falls back to an ordinary copy and handles any partial LengthWritten result before continuing. Recreating the destination file can change semantics such as security descriptors, alternate streams, sparse layout, or application-visible identity, so it should not be an automatic workaround.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version