What does NTSTATUS 0xC000CF0C (STATUS_CLOUD_FILE_READ_ONLY_VOLUME) mean?

 
Previous Next
STATUS_CLOUD_FILE_INVALID_REQUEST STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY

STATUS_CLOUD_FILE_READ_ONLY_VOLUME

This is a local-volume condition. Cloud Files operations can need to create or update placeholder data, state, or metadata on the sync-root volume, so a remote service may be healthy while the operation is impossible on a read-only mounted volume.

Do not confuse this with a remote-account permission problem. Verify the volume mount state, filesystem policy, and available write access at the sync-root path. Once writes are restored, use the provider's normal reconnect or retry policy instead of moving only one file to a different folder and assuming the root is repaired.

Useful checks

  • Confirm that the volume, not merely one file attribute, is writable.
  • Check whether the provider process has the required local access to the registered root.
  • Delay placeholder-management operations until the root can persist their local state.

Relevant documentation


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