Site icon EfmSoft

What does NTSTATUS 0xC0000222 (STATUS_LOST_WRITEBEHIND_DATA) mean?

 
Previous Next
STATUS_IMAGE_CHECKSUM_MISMATCH STATUS_CLIENT_SERVER_PARAMETERS_INVALID

STATUS_LOST_WRITEBEHIND_DATA

Buffered data was lost during delayed write-back

A buffered write can return to the application before dirty cache pages reach stable storage. This status means a later flush failed and Windows could not save all data for the file. The application must not assume that an earlier successful write call made the data durable.

Preserve the affected file and surrounding event records. Determine whether the failure came from local media, a controller, removable storage, or a network path. Retrying unrelated writes can overwrite recoverable state and does not reconstruct the lost buffer contents.

What to inspect

References


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

Exit mobile version