Copy Files and Ignore Cyclic Redundancy Check Errors on Windows

By , 11 October 2010

Copy Files and Ignore Cyclic Redundancy Check Errors on Windows

Today I had the unfortunate pleasure of copying some data on a Windows machine. Windows File Explorer (or File Manager or Explorer or whatever they call it these days) has a hissy fit if any of the files cannot be read or has a CRC Cyclic Redundancy Check Error. It then helpfully bails out on the entire process.

Fortunately I discovered you can still use the xcopy command line utility with the /c switch to ignore errors in Windows. I solved my problem with the follow command.

xcopy /c /s d:\*.* e:\incoming

The /s is for recursion, and don't forget it's *.* in Windows, not just *

Copy Files and Ignore Cyclic Redundancy Check Errors on Windows

About Roger Keays

Copy Files and Ignore Cyclic Redundancy Check Errors on Windows

Roger Keays is an artist, an engineer, and a student of life. He has no fixed address and has left footprints on 40-something different countries around the world. Roger is addicted to surfing. His other interests are music, psychology, languages, the proper use of semicolons, and finding good food.

Leave a Comment

Please visit https://rogerkeays.com/blog/copy-files-and-ignore-cyclic-redundancy-check-errors-on-windows to add your comments.

Comment posted by: Falguy308, 8 years ago

I tried this from a CMD window. Did not work still recieved the CRC Cyclic Redundancy Check Error. I will try from a boot disk

Comment posted by: bastet, 11 years ago

 buen dato,

más usos del xcopy poner en MSDOS el siguiente comando:

xcopy /?

Comment posted by: , 11 years ago

This method doesn't FIX the CRC problem, it just makes sure your recursive copy operation doesn't give up entirely because of one error.

Comment posted by: tim, 11 years ago

I got did what you explain and still got file creation error - data error (cyclic redundancy check)