umount target is busy. fuser

운영자 | 기사입력 2021/10/03 [13:41]
>
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
umount target is busy. fuser
 
운영자   기사입력  2021/10/03 [13:41]

umount target is busy. fuser

 

 fuser -cu /dev/sde1

/dev/sde1:           20064c(root)

[root@20201013 ~]# fuser -cu /mnt/d

/mnt/d:              20064c(root)

[root@20201013 ~]# 

[root@20201013 ~]# ps -aux | grep 20064

root      3408  0.0  0.0 112712   960 pts/0    S+   22:56   0:00 grep --color=auto 20064

root     20064  0.0  0.0 115580  2176 pts/1    Ss+  Oct02   0:00 -bash

[root@20201013 ~]# kill 20064

[root@20201013 ~]# ps -aux | grep 20064

root      3422  0.0  0.0 112712   960 pts/0    S+   22:57   0:00 grep --color=auto 20064

root     20064  0.0  0.0 115580  2176 pts/1    Ss+  Oct02   0:00 -bash

[root@20201013 ~]# kill -9 20064

[root@20201013 ~]# ps -aux | grep 20064

root      3439  0.0  0.0 112712   956 pts/0    S+   22:57   0:00 grep --color=auto 20064

[root@20201013 ~]# cd

[root@20201013 ~]#

[root@20201013 ~]# umount /mnt/d

 

트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2021/10/03 [13:41]  최종편집: ⓒ iwav