码迷,mamicode.com
首页 > 系统相关 > 详细

Linux服务器断电导致挂载及xfs文件损坏的修复方法

时间:2018-04-20 00:15:15      阅读:911      评论:0      收藏:0      [点我收藏+]

标签:type   截图   /etc/   运行   class   static   mod   getting   挂载   

系统文件损坏后进入紧急修复模式,无法进行维护工作

welcome to emergency mode!after logging in ,type “journalctl -xb” to view system logs,“systemctl reboot” to reboot ,“systemctl default” to try again to boot into default mode。

give root password for maintenance

执行任何命令都会有以下(或相似)错误

Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)

技术分享图片

 

1、查看运行日志,发现是/home目录挂载问题

1 #journalctl -xb

技术分享图片

2、退出日志模式

#q

3、查看LVM分区下信息

#ls -l /dev/mapper

技术分享图片

4、查看挂载信息

#cat /etc/fstab

技术分享图片

5、修复挂载目录

#xfs_repair /dev/mapper/centos-home

6、如果修复失败,请加-L参数,喝口水莫方

#xfs_repair -L /dev/mapper/centos-home

7、修复完成,重启系统。

#init 6

解决好了,可以愉快地玩耍啦!

原谅作者的截图,服务器网络都崩溃了,远程不上只有渣渣手机拍照截图了。

参考文献

http://chjbg35.blog.163.com/blog/static/130094302018284463941/

 

Linux服务器断电导致挂载及xfs文件损坏的修复方法

标签:type   截图   /etc/   运行   class   static   mod   getting   挂载   

原文地址:https://www.cnblogs.com/alwayssee/p/8886573.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!