第一种情况:非正常关机引起的磁盘分区问题 不能正常进入系统如下问题一般是如何引起和应该怎么样解决呢?
Finding module dependencies;
modprobe:modprobe:can"t locate module block-major-3
fsck.ext3Possibly non-existent or swap device?
such device or address while trying to open /dev/hdb1
/boot: clena, 41/26104 files. 12679/104391 blocks[FAILED]*** AN error occurred during the file system check
*** Dropping you to a shell; the systm will reboot*** when you leave the shell
Give root password for maintenance(or type Control-D to continue):Login incorrect.
(Repair filesystem) 1 #非正常关机引起的,用fsck /dev/hdaX后reboot进入,或只用fsck来修复,只管y回车
第二种情况:由于/etc/fstab文件编辑错误 而引起的不能正常进入系统解决方法就是修改/etc/fstab文件成原来正常格式 删除错误的或者是不存在的挂载目录,本来是/dev/vda1,/dev/vda2两个分区,竟然被修改成了/dev/xvda1,/dev/xvda2 。操作:根据提示进入修复模式 Login incorrect.(Repair filesystem) 1 # vim /etc/fstab
但是修复模式下(read-only system) 文件是被保护的不能修改 运行下面命令 把系统文件权限改成可读写(rw)(Repair filesystem) 1 # mount -o remount,rw /
使根目录可写.即可以修复/etc/fstab文件,使之可写.然后就可以vi修改了
保存 wq(Repair filesystem) 1 #rebootLinux的NAT实现浅谈使用 libvirt创建和管理KVM虚拟机相关资讯 suse
- 你还记得那只可爱的小蜥蜴吗?没错 (10/26/2015 20:24:36)
- SUSE Linux再次易主,母公司被上市 (09/16/2014 20:09:38)
- SUSE:SLES统领全球TOP500操作系统 (08/12/2013 07:45:23)
| - 专访SUSE总裁Nils:让开源基因深入 (12/03/2014 18:44:03)
- Linux选型:开源是趋势 红帽SUSE最 (03/19/2014 08:30:25)
- SUSE在超级计算机领域占有领先地位 (08/06/2013 07:58:31)
|
本文评论 查看全部评论 (0)