码迷,mamicode.com
首页 > 其他好文 > 详细

umount: /home: device is busy

时间:2016-12-28 02:06:26      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:kill   color   centos   dev   local   style   bsp   use   http   

转自:umount: /home: device is busy

取消挂载/home时出现umount: /home: device is busy,原因是因为有程序在使用/home目录,我们可以使用fuser查看那些程序的进程,然后杀掉就可以了。
[root@localhost 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

标签:kill   color   centos   dev   local   style   bsp   use   http   

原文地址:http://www.cnblogs.com/drizzlewithwind/p/6222543.html

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