知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

CentOS启动提示unexpected inconsistency;RUN fsck MANUALLY解决

发布时间:2014-09-05 14:47:14作者:知识屋

CentOS启动提示unexpected inconsistency;RUN fsck MANUALLY解决
 
CentOS服务器出了问题了,提示如下: 
 
unexpected inconsistency;RUN fsck MANUALLY 
 
An error occurred during the filesystem check 
 
Propping you to shell the system will reboot 
 
when you leave the shell 
 
Give root password for mantennance 
 
从网上找了一些教程,立马就解决了,过程如下: 
 
按照系统提示,输入root用户的密码,进入命令行, 
 
1。 输入命令,查找root所在分区是多少: 
 
mount |grep “on/” 
 
根据结果找到root所在分区,我的是/dev/sda2 
 
2. 然后用命令fsck修复 
 
fsck -y /dev/sda2 
 
注:-y 选项指定检测每个文件是自动输入yes 
 
3。reboot重启ok 
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜