Chinaunix首页 | 论坛 | 博客
  • 博客访问: 953028
  • 博文数量: 80
  • 博客积分: 2380
  • 博客等级: 大尉
  • 技术积分: 1049
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-14 11:06
个人简介

Only to find a successful way, not to find excuses for failure!

文章分类

全部博文(80)

文章存档

2016年(2)

2015年(4)

2014年(10)

2013年(10)

2012年(7)

2011年(17)

2010年(30)

分类: LINUX

2010-04-16 22:17:34

Linux系统不能启动,出现:
An erron accurred during the file systim check
Doopping you to a shell ;the systim will reboot
when you leave the shell
give root password for aminleanor
or type control-d for normal startup
这是因为文件系统检查的时候,发现了必须人工干预的错误,因此必须输入root密码,进入单机状态,
进入以后,运行:
fsck /
检查根区,如果问一些问题,一般情况都回答y,如果问得非常频繁,可以加上-y参数:
fsck -y /
这样会回答所有问题为y。
检查完/区之后,再一次检查其他分区,如:
fsck -y /var
fsck -y /usr
fsck -y /www
等。
检查完之后,输入:
exit
退出单机模式,服务器就重新启动,这次应该能够启动了。
阅读(894) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~