Question Error I have never seen or heard about before.

Markfw

Moderator Emeritus, Elite Member
May 16, 2002
27,331
16,161
136
When trying to copy over one of my old VM image files, I'm getting this:

F:\VirtualMachineImages\2003SBSServer-WCSSRV>xcopy *.vhd d:\temp. /c
F:WC5SBBS2003Server.VHD
File creation error - Data error (cyclic redundancy check).

0 File(s) copied

Any ideas ? Computer runs perfectly.
 

Steltek

Diamond Member
Mar 29, 2001
3,399
1,137
136
To determine which drive (source or destination) is throwing the error, type the following commands from the command prompt:

cd F:\VirtualMachineImages\2003SBSServer-WCSSRV\
copy *.vhd nul

The command is a pure read action by copying the file to the Null device (i.e. never-never land). If this command completes without a problem, the destination drive D: is the failing drive. It it throws an error, the source F: drive is the failing drive.
 
  • Like
Reactions: Ranulf

Soulkeeper

Diamond Member
Nov 23, 2001
6,739
156
106
CRC error, sometimes you can get them from a bad/loose cable too.
There likely is no bad sector accompanying this.
Vibrations, many drives/fans, bumping the case. Cosmic stuff ... I wouldn't worry about it if it's not continuing to happen.
 
Last edited: