您的位置:首页 > 大数据 > 人工智能

系统无法启动,contains a file system with errors, check forced错误解决方法

2011-09-30 16:36 621 查看
原因是:由于系统部分文件丢失,造成磁盘检测过不去,系统无法启动。

解决方法:

#umount /dev/hda2

#fsck.ext3 -y /dev/hda2

下面回答全部是yes就ok了

然后

#reboot就ok了

注释:

fsck.ext3 --help

-p Automatic repair (no questions) ;自动修复

-n Make no changes to the filesystem ;模拟修复

-y Assume "yes" to all questions ;所有的问题都回答yes

-c Check for bad blocks and add them to the badblock list;检查坏块,并记录下坏块列表

-f Force checking even if filesystem is marked
本文出自 “Larry学习之路” 博客,请务必保留此出处http://5iqiong.blog.51cto.com/2999926/677598
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐