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

Centos无法卸载时处理办法

时间:2018-08-20 23:02:39      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:mount   使用   没有   device   当前目录   抓取   fuse   查看   umount   

卸载时,提示 umount: /mnt/cd: device is busy

  1. 首先要确定没有工作在当前目录下 pwd
  2. 查看当前哪个进程在使用当前目录 fuser -m /mnt/cd/
  3. ps aux | grep 3566 抓取这个进程的详细信息
  4. kill -9 3566 杀死这个进程
  5. 最后继续卸载该设备umount /mnt/cd

Centos无法卸载时处理办法

标签:mount   使用   没有   device   当前目录   抓取   fuse   查看   umount   

原文地址:http://blog.51cto.com/ahtao/2162156

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