Linux服务器断电后系统文件错误,开机后显示checking file on dask,但是不能自我修复完,提示如下:

give root password for maintenance(or press Control-D to continue):

这时可以按 Ctrl+D 再次进行修复,如果不行继续往下走

方法一:

give root password for maintenance
(or press Control-D to continue):      # 输入密码,默认密码123456
(Repair filesystem)1 #
(Repair filesystem)1 # fsck -A -V
(Repair filesystem)1 # exit
(Repair filesystem)1 # reboot

方法二:

问题原因应该是 /usr /home /boot 分区磁盘检测出了问题

give root password for maintenance
(or press Control-D to continue):      # 输入密码,默认密码123456
(Repair filesystem)1 #
(Repair filesystem)1 # fsck -y /usr
(Repair filesystem)1 # fsck -y /home
(Repair filesystem)1 # fsck -y /boot
(Repair filesystem)1 # reboot

give root password for maintenance(or press Control-D to continue)为什么?

当Linux系统被强行关闭或重新启动,电脑的档案系统便有可能受损,系统会自动检查并修复档案系统;但当档案系统未能自动修复,画面便会出现上述讯息。
此时,使用者需亲自依照下面步骤进行修复程序:

1、输入root密码,然后按"输入(Enter)“键;
2、此时画面便会出现以下指令提示:(Repair filesystem)1#;
3、于提示后输入"e2fsck -y /dev/hda2”,再按"键入(Enter)",便可检查档案系统;
4、系统即会自动进行修复并于画面显示修复进度;
5、完成后键入"exit",再按输入键,重新启动系统。
大部份档案系统都可用此方法修复好,但如系统或重要的系统档案损毁严重,则必须重新安装整个即时

本人遇到断电后的此告警解决方法

因为此故障机为扩展柜服务器,所以下边挂的盘是非常多的,如果插sas线(sas线连接服务器和扩展柜),服务器开机需要30-60分钟不等,所以采取断开sas线启动,做了上面的操作过后,因为没插sas线,所以还需要把还需要把 /etc/fstab 文件下的扩展柜盘都注释掉,不然开机自动挂载会报错

/etc/fstab 文件中 /mnt/500开头的行全注释

centos——开机显示 give root password for maintenance相关推荐

  1. centos 7系统Give root password for maintenance解决办法

    当系统出现Give root password for maintenance这个问题: 1,系统因不正常的方式重启或关机,造成系统文件出错(/usr , /home)一般是这两个文件 2,系统挂载的 ...

  2. linux开机出现一下错误Give root password for maintenance (or type Control-D to continue):

    linux开机出现一下错误Give root password for maintenance (or type Control-D to continue): 第一种错误的情况: 由于错误的编辑/e ...

  3. ​linux 系统出现Give root password for maintenance 问题

    2019独角兽企业重金招聘Python工程师标准>>> linux 系统出现Give root password for maintenance 问题的解决方法 : 问题原因应该是/ ...

  4. Give root password for maintenance 问题的解决方法

    Give root password for maintenance 问题的解决方法 应该是/usr /home /boot分区磁盘检测出了问题. Give root password for mai ...

  5. Linux 启动时,出现give root password for maintenance处理方法

    报错 某天由于openstack资源不足,导致了宿主机杀死了上面的部分虚拟机.刚好杀死了nginx和监控各微服务存活的一个服务.导致了整个平台大部分对外服务的访问异常. 大部分服务由于配置了开机自启, ...

  6. 解决linux上的Give root password for maintenance问题

    解决linux上的Give root password for maintenance问题 第一步:上面红色框框所标记的英文的意思是:要我们输入root用户的密码 注意:如果你在电脑上的小键盘上输入的 ...

  7. linux系统无法启动提示give root password for maintenance的解决方法

    linux系统无法启动提示give root password for maintenance的解决方法 由于非法重启或硬盘故障,会导致linux系统无法启动,无法进入操作系统.当你看到提示:give ...

  8. Give root password for maintenance 问题解决.

    LINUX 服务器,不能远程登录,本机也不能登录,只看到满屏的 16位数据...... 后重启动,发现硬盘检测不能通过, 按以下方法解决. Give root password for mainten ...

  9. linux系统无法启动提示give root password for maintenance的多种解决方法

    终端输入reboot后出现 GIVE root password for maintenance(or type control-D to continue): 输入密码出现提示符后再reboot才能 ...

最新文章

  1. leetcode算法题--相交链表
  2. ML之回归预测:利用九大类机器学习算法对无人驾驶系统参数(2018年的data,18+2)进行回归预测+评估九种模型性能
  3. JVM 学习笔记 1. JVM 运行模型
  4. 银河足球队 android 8,银河足球队手机版_银河足球队安卓游戏v1.0.1-游迅网
  5. boost::fibers::buffered_channel< std::string >用法的测试程序
  6. DISCUZ中判断当前页是否是门户首页
  7. CentOS7的/tmp目录自动清理规则(转)
  8. LeetCode 1254. 统计封闭岛屿的数目(图的BFS DFS)
  9. python pygame模块_python中pygame模块用法实例
  10. 发生无法识别的错误_车牌识别系统的核心部件抓拍摄像机怎么安装?
  11. MySQL服务器状态变量
  12. 剑指offer--矩阵中的路径
  13. 1月8日 官方ros.org太慢,配置中科院ros镜像源 关于解决Ubuntu 14.04安装ros提示校验错误解决
  14. Generic Netlink内核实现分析(二):通信
  15. 毕业设计 基于单片机的智能蓝牙密码锁设计与实现
  16. MBR 与 GPT - 分区时要知道的事情
  17. Cannot reach ADB server, attempting to reconnect. 或 list of devices attached(解决方案的最全整理)
  18. 更换一个已到使用寿命的墨盒--Epson
  19. 人脸和身份证不匹配_人脸识别身份信息不匹配是什么意思
  20. 日志文件写入失败(permission denied)

热门文章

  1. 【Error】解决:Not creating XLA devices, tf_xla_enable_xla_devices not set
  2. 关于Python的import循环嵌套问题、模块的__name__属性的一些实验结果与心得
  3. 蓝桥杯-【交换瓶子】【2016年省赛B组题解】【C++】
  4. 外贸企业邮箱多少钱? 企业内部邮箱用什么安全? 企业邮箱怎么申请?
  5. 2742: [HEOI2012]Akai的数学作业
  6. [SMOJ220]太空飞行计划
  7. 万象:SpaceX 火箭回收的失败案例汇总
  8. Java实现 稀疏矩阵乘积
  9. 2022年尿素行业分析
  10. X509V3数字证书介绍