Database Error Messages

ADVM-07065

File_Entry_Table calculated allocation size (sum of data extents) does not match its _FileSize value
found: string calculated: string
for file:
string

Cause

The _FileSize property of File_Entry_Table did not match the sum of the file's extent _Length values. There are two possible causes:

  1. The _Length property of one or more extents of the File_Entry_Table was incorrect.
  2. The _FileSize property of the File_Entry_Table was incorrect.

Action

If fsck with the -a switch is currently running, then no further action is needed. fsck will resolve the problem. If fsck is running without the -a switch, then run fsck with the -a switch to resolve the problem.