How repair disk issue when "Fsck Failed please repair manually and reboot"
" 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
posted on 2015-10-27 15:21 Newbie wang 阅读(794) 评论(0) 编辑 收藏 举报
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步