3/20/2017

Ubuntu : cannot umount USB External

Ubuntu : cannot umount USB External
  1. umount /mnt/USB

show error :
umount: /mnt/USB: target is busy
(In some cases useful info about processes that
use the device is found by lsof(8) or fuser(1).)


เพราะว่ามี Processes อื่นใช้งานอยู่ ตั้ง kill processes นั่นก่อน
  1. sudo fuser -km /mnt/USB

show
/mnt/USB: 21038c 30447c

21038 is processes use USB Box.
  1. kill 21038



https://chrisjean.com/forcing-a-device-to-unmount-in-ubuntu-linux/

No comments:

Post a Comment