Site icon EfmSoft

What does NTSTATUS 0xC000A2A1 (STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED) mean?

 
Previous Next
STATUS_APP_DATA_REBOOT_REQUIRED STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED

STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED

A filter blocks creation of the copy-offload token

ODX begins with FSCTL_OFFLOAD_READ, which asks the source stack for a token representing a point-in-time range of file data. This status means a file-system filter on the path cannot safely support that operation. It is distinct from the source file itself being unsuitable or the storage device lacking copy-offload capability.

Because offloaded movement occurs below normal host reads and writes, filters that transform, scan, encrypt, deduplicate, virtualize, or otherwise depend on seeing the data path may need to reject it. A correct copy engine can fall back to a conventional buffered or unbuffered copy while preserving the original data semantics.

What to inspect

References


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

Exit mobile version