Earlier I had written:
> > ... it's possible enough
> > information was written to disk that Microsoft will be able to
> > issue an update that allows for reading the original file data.
Mark V replied:
> I doubt that is possible. Damaged files were literally stored in
> that condition in the file system...data irreparably lost, restore
> from clean backup.
I'd tend to agree and late last night had another thought in that it's
possible a data block for the last block was not allocated/written to
at all. I'm basing this thought on that it's always the last block
that's lost plus a comment on slashdot iirc where someone got a file
size mismatch error when they tried to load up a corrupted file using
some sort of raw disk editor (where they'd see whatever is actually
written to disk).
One of the first things I did though when I realized files were getting
corrupted was to run chkdsk which did not find any problems.
Initially I had been thinking that *something* was written to disk but
that its structure was not recognized by the decompression code which
then spun out the DF bytes in it's place.
Marc