问题:
#umount /dev/sda1文章地址https://www.yii666.com/article/764197.html
umount: /mnt/usb: device is busy
文章来源地址:https://www.yii666.com/article/764197.html查找占用目录进程:
#lsof |grep /mnt/usb
bash 1971 root cwd DIR 8,1 16384 1 /mnt/usb/
bash 2342 root 3r DIR 8,1 16384 1 /mnt/usb/
杀掉进程:网址:yii666.com
#kill -9 1971
#kill -9 2342
卸载:
#umount /mnt/usb