当前位置:网站首页>Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved
Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved
2022-07-02 06:36:00 【Dull as dull】
Problem status
The server reboot There was no response for a long time , Chain connection display , I found that the display screen was completely black , Just press and hold the power off , Do a manual restart .
The boot screen appears
、dev/sda*:unexpected inconsistency;RUN fsck MANUALLY
sck exited with status code 4
the root filesustem on /dev/sda4 requires a manual fsck

reason
This kind of problem is usually caused by abnormal power failure, which is similar to the case that the hard disk is locked , Or there may be system file corruption
solve
Repair manually on the command line , Then restart on the command line reboot
fsck -y /dev/sda4 # The picture is missing a space , Subject to the left /dev/sda4 Refers to your damaged equipment
notes : Detect and repair disks /dev/*,-y Option to detect that each file is automatically entered yes
If you still report an error, you can refer to the references , After my repair, I can start normally
reference
Linux Initiate error reporting UNEXPECTED INCONSISTENCY resolvent _kerwin612 The blog of -CSDN Blog
From Younger martial brother SK To solve
边栏推荐
- Win10桌面图标没有办法拖动(可以选中可以打开可以删除新建等操作但是不能拖动)
- Data science [viii]: SVD (I)
- Pytest (2) mark function
- Dynamic global memory allocation and operation in CUDA
- ShardingSphere-JDBC篇
- 由于不正常断电导致的unexpected inconsistency;RUN fsck MANUALLY问题已解决
- pytest(1) 用例收集规则
- Sublime Text 配置php编译环境
- 利用NVIDIA GPU将Minecraft场景渲染成真实场景
- 日志 - 7 - 记录一次丢失文件(A4纸)的重大失误
猜你喜欢

由於不正常斷電導致的unexpected inconsistency;RUN fsck MANUALLY問題已解决

Redis - cluster data distribution algorithm & hash slot

自学table au

ctf-web之练习赛

Name six schemes to realize delayed messages at one go

QQ email cannot receive the email sent by Jenkins using email extension after construction (timestamp or auth...)
![Data science [viii]: SVD (I)](/img/cb/7bf066a656d49666985a865c3a1456.png)
Data science [viii]: SVD (I)

IDEA公布全新默认UI,太清爽了(内含申请链接)

Hydration failed because the initial UI does not match what was rendered on the server.问题原因之一

Idea announced a new default UI, which is too refreshing (including the application link)
随机推荐
Pytest (2) mark function
Codeforces Round #797 (Div. 3) A—E
Redis - big key problem
ShardingSphere-JDBC篇
Distributed transactions: the final consistency scheme of reliable messages
(第一百篇BLOG)写于博士二年级结束-20200818
构建学习tensorflow
Use of Arduino wire Library
20201002 VS 2019 QT5.14 开发的程序打包
selenium的web自动化中常用的js-修改元素属性翻页
广告业务Bug复盘总结
Win10:添加或者删除开机启动项,在开机启动项中添加在用户自定义的启动文件
Golang -- map capacity expansion mechanism (including source code)
CUDA与Direct3D 一致性
Redis——大Key问题
TensorRT中的循环
Redis——热点key问题
Render minecraft scenes into real scenes using NVIDIA GPU
底层机制Mvcc
Storage space modifier in CUDA