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

一次Linux磁盘损坏导致系统不可用恢复实例

时间:2015-07-11 18:28:51      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:run fsck manually   an error occurred du   

Linux操作系统的服务器重启后,系统启动报错,系统无法正常使用。

1、报错信息

1.1、报错屏幕信息

 技术分享

1.2、报错信息提取关键信息

(1)/dev/sda3:File …(inode #139928,mod time Thu May 28 03:28:11 2015)

   Has 1135 multiply-claimed block(s),sharedwith 1 file(s):

(2)/dev/sda3:UNEXPECTED INCONSISTENCY;RUN fsck MANUALLY.

         (i.e.,without –a or –p options)

                                                              [FAILED]

(3)*** An error occurred during the file system check.

     ***Dropping you to a shell; the systemwill reboot

     *** when you leave the shell.

     Give root password for maintenance

      (or type Control 0D to continue):

2、问题分析

从上面信息来看,是/dev/sda3磁盘有损坏所致,并且有提示,输入root密码后可以进入系统,并建议运行fsck进行磁盘检查,然后重启操作系统


3、修复磁盘

3.1 修复磁盘

[root@ol6-single ~]# fsck –y /dev/sda3

修复过程部分输出信息如下:

 技术分享

3.2 重启系统

[root@ol6-single ~]#init 0

 

重启后,系统恢复正常。

 

 

本文作者:黎俊杰(网名:踩点),从事”系统架构、操作系统、存储设备、数据库、中间件、应用程序“六个层面系统性的性能优化工作

欢迎加入 系统性能优化专业群,共同探讨性能优化技术。群号:258187244

版权声明:本文为博主原创文章,未经博主允许不得转载。

一次Linux磁盘损坏导致系统不可用恢复实例

标签:run fsck manually   an error occurred du   

原文地址:http://blog.csdn.net/ljunjie82/article/details/46843313

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