How repair disk issue when "Fsck Failed please repair manually and reboot"

本文介绍了解决Linux系统启动时遇到的文件系统错误的方法。当系统提示需要手动修复并重启,且根文件系统被挂载为只读时,可以通过卸载磁盘分区,运行fsck检查和修复工具来解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

" Fsck Failed please repair manually and reboot. the root filesystem is currently mounted as read-only. to remount it red-write do :

 

bash# mount -n -o remount,rw /

only CONTROL+D will reboot the system in this maintenance mode shutdown and reboot will not work give root password for login : i entered the password here

# ( here i tried the command mount -n -o remount,rw / )

I got the following error

ext3-fs warning:check time reached, running e2fsck is recommended
ext3 FS on dm-0,internel journal
# JBD: barrier-based sync failed in dm-0 disabling barriers
 
 
Solution :
 

1. Reboot your system and wait for FSCK run.
2. Use following steps to :
 

umount /dev/hddXXX
fsck -CV /dev/hddXXX
 
or
 
fsck -CRV /dev/hddXXX
 

since the fs is mounted read/write

转载于:https://www.cnblogs.com/root-wang/p/4914350.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值