[SOLVE] Code erreur 0x1128 [ERROR_INVALID_REPARSE_DATA]

Get help for specific problems
Posts: 2
Joined: 19 Jan 2022

giu

Hello,

I create command to do a mirror of folders and files.

That appear : "Code erreur 0x1128: Les données présentes dans le tampon du point d’analyse ne sont pas valides. Approximative Translate : error code 0x1128: The data present in the reparse point buffer is invalid. "
I try to find something on forum about this error but nothing.

Thank you by advance if you can help me to understand what happen

King regards
Posts: 2
Joined: 19 Jan 2022

giu

Hello,

i solve the issue.

To complete my first message the error code is attached with the following : "impossible to move "D:\Documents\user\...\RecycleBin~xxfc.ffs_tmp"

in the forum i found other problem like this.

To solve, i follow this answer here https://social.technet.microsoft.com/Forums/en-US/11a0f585-b985-4a07-b6a0-f64dbce56536/onedrive-file-locked-with-quotdata-in-the-reparse-point-buffer-is-invalidquot-message :

"Open Admin command prompt:

chkdsk c: /F
(i change only this without /R)

Answer Y, restart and allow disk check - this worked for me
(assumes OneDrive is on C:, if different drive then replace it with your drive letter e.g. D:...)"


And then i could delete this file.

Have a nice day