Ubuntu 死机后关机问题fsck died with exit status4

字体大小: 中小 标准 ->行高大小: 标准

Ubuntu异常死机后,无耐非法关机后后果很严重出现如下信息:

检测试磁盘不过,出现

fsck died with exit stauts4

An automatic file system check(fsck)of the root filesystem failed.A manual fsck must be performed

The root filesystem is currently mounted in read-only mode......

然后跳过去check ,进入系统后发现磁盘文件不能用,virtualBox也不能用了。eclipse也不能用了。完了。回到第一个问题。

解决办法:fsck.exe3 -y /dev/sdaX(这里填写check fail的磁盘号如sdax1 sdax3...) 慢慢等。执行完成后回到命令行。你可以重启了。一切都好了。

回到系统后发现virtualBox还是不能用提示 not load .....xp.xml 打开文件发现文件受损,修复后,一切搞定。(修复方法:你可以参照同级目录的xp.xml.1.2......bak 文件)

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/51018.html