Database Error Messages

ACFS-07064

file _AllocationSize value not equal to sum of extents
found: string, but expected to find: string
for file:
string

Cause

The _AllocationSize property of the indicated file was not equal to the sum of the _Length properties of the file's extents. There are three possible causes:

  1. The _AllocationSize value was incorrect.
  2. The _Length property of one or more of the file's extents was incorrect.
  3. The _NextFreeExtent property of the file 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.