CentOS启动时报错
/dev/mapper/VolGroup-lv_root contains a file system with errors,check forced./dev/mapper/VolGroup-lv_root:Inodes that were part of a corrupted orphan linked list found./dev/mapper/VolGroup-lv_root: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 Control-D to continue):
输入密码后进入系统,采用e2fsck修复:
1 e2fsck /dev/mapper/VolGroup-lv_root
