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

时间:2016-11-30 16:44:00   收藏:0   阅读:3677

/dev/sda1 contains a file system with errors, check forced.
/dev/sda1: Inodes that were part of a corrupted orphan linked list found.

/dev/sda3: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)

在(or type Control-D to continue)后输入root用户的密码
首先在修复filesystem时要umount掉运行该命令:
如: umount /
运行fsck.ext4 -y /dev/sda3
或运行fsck.ext4  /dev/sda

原文:http://www.cnblogs.com/qigaohua/p/6118186.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!