标签:style blog http color 使用 for strong 文件 sp
有些时候在系统突然断电或硬盘只读后在看机会出现报错,开机到不了登录界面,而是来到一个提示:
Give root password for maintenance(or type Control-d to Continue):
的界面。例:
解决方法:
1、输入root密码,先进入系统
2、使用 df -Tk 查看文件的系统类型(是ext3 还是ext4)。
3、修复系统分区表。
fsck -t ext3/ext4 -C -y /
具体是ext3或ext4,根据第二步看到的信息决定。执行后界面会出现修复的百分比。等待修复完成,重启系统。
标签:style blog http color 使用 for strong 文件 sp
原文地址:http://www.cnblogs.com/weijie0717/p/4023615.html