Umount Device is Busy

Environment
  • Ubuntu 8.04
Problems
Can't umount
#umount /media/usb
umount: /media/usb: device is busy
Solutions
Get which process keeps this device
#fuser -m /dev/usb
/dev/usb: 123
#ps auxw | grep 123
then close the application