首页 > 其他 > 详细

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

时间:2015-10-27 16:45:10      阅读:598      评论:0      收藏:0      [点我收藏+]
" 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

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

原文:http://www.cnblogs.com/root-wang/p/4914350.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!