 减小字体
减小字体 
                    			 增大字体
增大字体
			作者:佚名  来源:本站整理  发布时间:2017/6/27 5:37:35
CentOS Server 由于机房断电或意外重启,sever 启动报错:
*** An error occurred during the file system check. 
*** Dropping you to a shell;the system will reboot 
*** when you leave the shell. 
*** Waring --SELinux is active 
*** Disabling security enforcement for system recovery. 
*** Run 'setenforce 1'to reenable. 
*** Give root password for maintenace 
(or type Control - D to continue):
解决方法:
输入root口令进入,再执行命令: fsck ,根据提示 输入 Y,确认修复,输入n次Y 后,reboot 问题解决。