Ubuntu18.04 解决umount: /mnt: device is busy

通过该命令查看那个进程占用该device

fuser -m /mnt

然后

kill -9 PID

最后就可以umount /mnt 了

相关文章: