linux 系统无法关机 卡在关机界面 ,怎么解决

linux 系统无法关机 卡在关机界面 ,怎么解决,第1张

你这是文件系统出错了吧。输入不显示文字的时候,可能是要求你输入root密码的,你试试输入root密码,回车后出现类似“(Repairfilesystem)1#”的提示符的话,就可以执行命令了。然后按照系统提示上说的,用fsck对磁盘进行检查修复。先mount,然后再fsck试试看。下面是网上摘录的执行过程,参考一下。(Repairfilesystem)1#_(Repairfilesystem)1#mount/dev/sda1on/typeext3(rw)procon/proctypeproc(rw)sysfson/systypesysfs(rw)devptson/dev/ptstypedevfs(rw,gid=5,mode=620)tmpfson/dev/shmtypetmpfs(rw)noneon/proc/sys/fs/binfmt_misctypebinfmt_misc(rw)sunpcon/var/lib/nfs/rpc_pipefstyperpc_pipefs(rw)mount:warning:/etc/mtabisnotwritable(e.g.read-onlyfilesystem).It'spossiblethatinformationreportedbymount(8)isnotuptodate.Foractualinformationaboutsystemmountpointscheckthe/proc/mountsfile.(Repairfilesystem)2#fsck-text3/dev/sda1fsck1.39(29-May-2006)e2fsck1.39(29-May-2006)/containsafilesystemwitherrors,checkforced.Pass1:Checkinginodes,blocks,andsizesInodesthatwerepartofacorruptedorphanlinkedlitfound.Fix?遇到系统询问就回车,直接默认y即可。最后退出,系统应该会自动重启。(Repairfilesystem)3#exit

不是驱动问题

你这个存在几种可能性

系统损坏

空间满了

/var目录不存在

希望可以帮助你 请采纳   谢谢

解决方法:

在虚拟机里面安装acpid服务,然后启动服务即可。启动方法如下:

rhel/centos: yum install acpid

ubuntu/debian: apt-get install acpid

注意:安装完acpid服务后,需要重启 *** 作系统,如果直接启动acpid服务可能会报错

# /etc/init.d/acpid restart

* Starting acpid ...

acpid: can't open /proc/acpi/event: Device or resource

busy


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8570613.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-18
下一篇 2023-04-18

发表评论

登录后才能评论

评论列表(0条)

保存