I have Windows 2008 Server. In it I have 2 hard drives. One I use to store backup, I have it in the tray, which I turn on before backup and turn off after. I backup only virtual machines, my host is only used as that and nothing else.
One specific VHD file just doesn't want to copy to the other drive. But VM [with this file] works fine. Other VHD files go over fine. I even tried to zip it. It zipped, but I believe it was corrupted because zip was just over 1Gb from 45Gb original.
I tried chkdsk
- it finds nothing on both drives.
Help is appreciated
I finally had downtime of my host and ran chkdsk c: /F /R
. It ran scan when rebooted and fixed the issue with this file. Interestingly, chkdsk
didn't report any issues when I ran it without /F /R
.
User contributions licensed under CC BY-SA 3.0