Site icon EfmSoft

What does NTSTATUS 0xC000047A (STATUS_RESIDENT_FILE_NOT_SUPPORTED) mean?

 
Previous Next
STATUS_NOT_REDUNDANT_STORAGE STATUS_COMPRESSED_FILE_NOT_SUPPORTED

STATUS_RESIDENT_FILE_NOT_SUPPORTED

The operation requires nonresident file data

Small NTFS streams can be stored inside the file record rather than in separately allocated clusters. Operations that depend on physical extents, block alignment, offload, or direct allocation semantics may not apply to that resident representation.

Growing the file may eventually make the stream nonresident, but applications should not write padding merely to force a layout change. Use a supported fallback path that operates through normal reads and writes.

What to inspect

References


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

Exit mobile version