Database Error Messages

ADVM-07382

directory has invalid hash block free list; invalid reference for free hash block
found: number maximum: number
for file:
string

Cause

The hash block free list of the indicated directory file was invalid. There are two possible causes:

  1. The _hash_blk_free_list property of the _Private directory structure referenced a block that exceeded the directory's size.
  2. The _next_free_blk property of a directory free block referenced a block that exceeded the directory's size.

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.