首页 > 系统服务 > 详细

linux 断电后出现问题

时间:2015-06-04 17:27:30      阅读:412      评论:0      收藏:0      [点我收藏+]

/:UNEXPECTED INCONSISTENCY;RUN FSCK MANUALLY.(i.e.,without -a or -p options)[FAILED]*** 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):

解决办法如下,

输入root密码

 检查硬盘情况  df

修复

fsck /dev/hda1(hda1是我的硬盘挂载名称,你的自己查df)

fsck -A -y

重启reboot


linux 断电后出现问题

原文:http://jialong.blog.51cto.com/1104441/1658440

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!