|
楼主 |
发表于 2005-6-8 17:38:19
|
显示全部楼层
还是毫无头绪:
windows98的检测程序ScanDisk检测到损坏文件的如下问题(这是典型的例子,其他损坏文件雷同):
Patrs of the d:\win98\webvw.cab file are damaged.
Like all files, this file is stored in pieces; each piece
points to the next piece of this file. That chain of
piece is damaged.
The beginning of this file is probably correct, but later
in the file, at the point where its chain is damaged, you
will encounter a seek error because windows cannot find
the next piece of the file.
Correcting the problem is a two-step process. First,
ScanDisk fixes the file so that it no longer causes error
by truncating it at the point where its chain becomes invalid. Later in the repair porcess, ScanDisk save the data, the damaged
postion of the file in the root directory with a filename
such as FILE000.CHK.
以我3年前勉强过4级的水平翻译一下:
d:\win98\webvw.cab这个文件已经部分损坏。
如其它文件一样,这个文件以分拆成多块(或片)的方式存储,由第一块开始,每块都存储了下一块在磁盘上的位置,到最后一块,所有块连接在一起就形成一个文件了,但这条链出问题了。
文件的开始部分应该没有问题,但是之后的某部分中,指向下一块所在位置的地址不正确,也就是说链被破坏了!这样当你使用这个文件的时候,Windows因为找不到下一个块而提示错误,你会因此遇到一系列的问题。
修复这个问题要分两个步骤:1,ScanDisk 会修复该文件使其不会因为链接无效而出错; 2,将损坏部分保存到根目录下,文件名如:FILE000.CHK。 |
|