UNEXPECTED INCONSISTENCY run fsck manually

From FiberWiki

Jump to: navigation, search

UNEXPECTED INCONSISTENCY run fsck manually

This error may come about from an improper shutdown, failing disk, or possibly a bad RAID setup.

The following error will show:

UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
      (i.e., without -a or -p options)
 *** An error occurred during the file system check.
 *** Dropping you to a shell; the system will reboot
 *** when you leave the shell.
Give root password for maintenance
(or type CTRL-D to continue)

To fix this error without user input run the following:

fsck -f -c -y

That should run the correction process and once completed reboot the server.

Navigation