umount: /home: device is busy
Posted RainDream
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了umount: /home: device is busy相关的知识,希望对你有一定的参考价值。
转自:umount: /home: device is busy
取消挂载/home时出现umount: /home: device is busy,原因是因为有程序在使用/home目录,我们可以使用fuser查看那些程序的进程,然后杀掉就可以了。
[[email protected] home]# fuser -m /home
/home: 10278c 10279c 10280c 10281c 10282c 10295 10365 18222c
命令:kill -9 pid
另:
umount /home 解挂
mount /dev/sda2 /home 挂载
以上是关于umount: /home: device is busy的主要内容,如果未能解决你的问题,请参考以下文章
执行umount 的时候却提示:device is busy 的处理方法
centos7执行umount提示:device is busy或者target is busy解决方法