What happens is that periodically (perhaps every day, perhaps every few days) the file allocation table for my drive F: gets corrupted, requiring chkdsk (or the gui equivalent) to be run in fix mode. I normally notice this when my backup fails due to a volume snapshot failing to be created. The error returned is:
After I run chkdsk in fix mode the backup will perform flawlessly.ERROR: COM call "m_pVssObject->BackupComplete(&pAsync)" failed.
- Returned HRESULT = 0x80042301
- Error text: VSS_E_BAD_STATE
The strange thing is that this only affects drive F:. My setup is a pair of 1TB drives in a RAID1 (mirror) array. The array is then partitioned into a number of primary and logical drives, 9 in total. None of the other drives is affected.
The only thing that regularly uses drive F: is TrackMania, which I play quite a lot. But playing it with HDSentinel running doesn't appear to cause a problem. I think it must be the kind of problem where two events occur at the same time, and much of the time the events miss each other. Although I have shown that HDSentinel is involved (by not running it for lengthy periods during which there are no problems, then running it and seeing problems), I haven't performed the same test with Trackmania not run. I would simply die of boredom
Is there some way I can close in on this problem to determine the cause and, hopefully, a fix?