CentOS 硬盘坏道,文件系统损坏,无法启动处理案例

前端之家收集整理的这篇文章主要介绍了CentOS 硬盘坏道,文件系统损坏,无法启动处理案例前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。



原因是:由于系统部分文件丢失,造成磁盘检测过不去,系统无法启动。解决方法:#umount /dev/hda2#fsck.ext3 -p /dev/hda2下面回答全部是yes就ok了然后#reboot就ok了注释:fsck.ext3 --help-p Automatic repair (no questions) ;自动修复-n Make no changes to the filesystem ;模拟修复-y Assume "yes" to all questions ;所有的问题都回答yes-c Check for bad blocks and add them to the badblock list;检查坏块,并记录下坏块列表-f Force checking even if filesystem is marked

原文链接:https://www.f2er.com/centos/377955.html

猜你在找的CentOS相关文章