# OneDrive error “The tag present in the reparse point buffer is invalid”

This warning may appear if you are using the OneDrive Files On-demand feature. If you have chosen to backup the contents of your OneDrive folder, the backup client may be trying to backup placeholder junction files/folder kept by the On-demand feature.

The message: "`The tag present in the reparse point buffer is invalid`" indicates that some of those junction files are likely in a damaged state, this could happen if OneDrive had crashed or terminated improperly at some point.

Usually this can be fixed by running chkdsk.exe from an elevated command prompt by running '`chkdsk c: /f`'.

Be aware that running this repair may require a system reboot.

You may also want to [see this article](https://docs.eazybackup.com/documentation/error-access-to-the-cloud-file-is-denied-backing-up-onedrive) to disable the OneDrive Files On-demand feature so that you can backup files stored on OneDrive:

{% content-ref url="../documentation/error-access-to-the-cloud-file-is-denied-backing-up-onedrive" %}
[error-access-to-the-cloud-file-is-denied-backing-up-onedrive](https://docs.eazybackup.com/documentation/error-access-to-the-cloud-file-is-denied-backing-up-onedrive)
{% endcontent-ref %}

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eazybackup.com/troubleshooting/onedrive-error-the-tag-present-in-the-reparse-point-buffer-is-invalid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
