码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-11-30 16:44:16      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:lin   tin   错误   inode   manually   out   manual   输入   方法   

/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

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

标签:lin   tin   错误   inode   manually   out   manual   输入   方法   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!