linux下无法umount移动设备,提示:device is busy,那可以试试这个指令fuser

列出占用设备的进程 

fuser -m -v /usb/

杀掉占用设备的进程,-i是每个进程询问一下。

fuser -m -v -i -k /usb/