当前位置:网站首页>Error reporting: internal error XFS_ WANT_ CORRUPTED_ GOTO at line 1635 of file fs/xfs/libxfs/xfs_ alloc. c.
Error reporting: internal error XFS_ WANT_ CORRUPTED_ GOTO at line 1635 of file fs/xfs/libxfs/xfs_ alloc. c.
2022-06-30 21:53:00 【Orange garden】
The following is to solve the error reported in the problem :
Internal error XFS_WANT_CORRUPTED_GOTO at line 1635 of file fs/xfs/libxfs/xfs_alloc.c. Caller xfs_free_extent
Internal error xfs_trans_cancel at line 990 of flie fs/xfs/xfs_trans.c.
xfs_repair: /dev/mapper/cl-root contains a mounted filesystem
xfs_repair: /dev/mapper/cl-root contains a mounted writable filesystem
fatal error – couldn’t initialize XFS library
Explanation of the reason
I find that most of the solutions found on the Internet do not explain why , As a result, people do not know why , Just follow through . Some people may indeed have problems with the partition of the system directory , It's settled. , However, it is not the system mounted directory that causes problems for some people , It can't be solved .
The above error is mainly caused by a problem in the file of the disk partition , So it needs to be fixed . But please check which partition of the attached directory has a problem , Then repair the corresponding disk partition .
step :
1、 First, report the following error , Please check the information in the red box first 
You can see that it is for you to enter root password , Then enter the car and you can see the entry root user , You can type in the command .
First , First enter the following command ,df Is to view the partition of the mounted directory ,cat /etc/fstab View the partition directory information of the previous persistent mount . It can be seen that ( Red box ),/book The attached directory is missing , So it can be inferred that /dev/sdb1 There is a problem with this partition , Need repair .
df -h
cat /etc/fstab

2、 Then you can fix it , Use the following command to repair , No addition L The parameter will report the following error :
L Function of parameters :
add L Parameters , Will be completed
xfs_repair -L /dev/sdb1


Finally, restart with the following command , Can solve
init 6
Tips : Note that if you fix some partitions that are not damaged , The following mistakes will be reported , So be sure to find the damaged 、 The partition you need to repair , Go again xfs_repair
边栏推荐
- Notes [introduction to JUC package and future]
- 1-13 express listens to get and post requests & processes requests
- Deployment and use of Nacos
- 1-3 使用SQL管理数据库
- Open the jupyter notebook/lab and FAQ & settings on the remote server with the local browser
- 1-19 利用CORS解决接口跨域问题
- [untitled]
- To the Sultanate of Anderson
- twelve thousand three hundred and forty-five
- Random talk about Clickhouse join
猜你喜欢
![[untitled]](/img/42/47a8c8faaed33a1d9e864cb2ef7b72.png)
[untitled]

兴奋神经递质——谷氨酸与大脑健康

Jupyter notebook/lab switch CONDA environment

看阿里云 CIPU 的 10 大能力

Deployment and use of Nacos

Clickhouse native monitoring item, system table description

How to use data sets in machine learning?

Pytorch quantitative practice (2)

京东与腾讯续签三年战略合作协议;起薪涨至26万元,韩国三星SK争相加薪留住半导体人才;Firefox 102 发布|极客头条

Summary of errors reported when using YML file to migrate CONDA environment
随机推荐
《ClickHouse原理解析与应用实践》读书笔记(3)
[untitled] first time to participate in CSDN activities
Is machine learning suitable for girls?
1-1 数据库的基本概念
Look at the top 10 capabilities of alicloud cipu
1-17 express中间件
1-12 初步认识Express
[backtracking] full arrangement II leetcode47
A comprehensive understanding of gout: symptoms, risk factors, pathogenesis and management
Ten security measures against unauthorized access attacks
Akk bacteria - the next generation of beneficial bacteria
Phoenix architecture: an architect's perspective
"Trust machine" empowers development
机器学习工作要求研究生吗?
qsort函数和模拟实现qsort函数
1-10 根据不同的url响应客户端的内容
The Jenkins download Plug-in can't be downloaded. Solution
开发属于自己的包
jupyter notebook/lab 切换conda环境
Understand what MySQL index push down (ICP) is in one article