Linux系统启动错误 contains a file system with errors, check forced解决方法

Posted 小败qi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux系统启动错误 contains a file system with errors, check forced解决方法相关的知识,希望对你有一定的参考价值。

/dev/sda1 contains a file system with errors, check forced.
/dev/sda1: Inodes that were part of a corrupted orphan linked list found.

/dev/sda3: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)

在(or type Control-D to continue)后输入root用户的密码
首先在修复filesystem时要umount掉运行该命令:
如: umount /
运行fsck.ext4 -y /dev/sda3
或运行fsck.ext4  /dev/sda











以上是关于Linux系统启动错误 contains a file system with errors, check forced解决方法的主要内容,如果未能解决你的问题,请参考以下文章

CannotStartContainerError:API 错误(400):OCI 运行时创建失败:container_linux.go:348:导致启动容器进程

ubuntu系统启动报错:[contains a file system with errors, check forced]的解决方法

Gitlab-runner dind 导致错误:作业失败(系统故障):来自守护进程的错误响应:OCI 运行时创建失败:container_linux.go:380:

Linux Container

Linux Container(LXC)容器隔离实现机制

如何在linux启动完成之后调用自己写的sh脚本,谢谢!