当前位置:   article > 正文

umount target is busy 目标忙_umount: /mnt: target is busy.

umount: /mnt: target is busy.


umount: /mnt/test:目标忙。
在这里插入图片描述
解决办法:按照下面的办法进行修改

[root@localhost /]# umount /mnt/test/
umount: /mnt/test:目标忙。
        (有些情况下通过 lsof(8) 或 fuser(1) 可以
         找到有关使用该设备的进程的有用信息)
[root@localhost /]# lsof
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1001/gvfs
      Output information may be incomplete.
^C
您在 /var/spool/mail/root 中有邮件
[root@localhost /]# fuser -mv /mnt/test/
                     用户     进程号 权限   命令
/mnt/test:           root     kernel mount /mnt/test
                     root      105548 ..c.. bash
[root@localhost /]# kill -9 105548
您在 /var/spool/mail/root 中有邮件
[root@localhost /]# ^C
[root@localhost /]# fuser -mv /mnt/test/
                     用户     进程号 权限   命令
/mnt/test:           root     kernel mount /mnt/test
您在 /var/spool/mail/root 中有邮件
[root@localhost /]# umount /mnt/test/

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/459264
推荐阅读
相关标签
  

闽ICP备14008679号