Umount Device is Busy
Environment
Can't umount
Get which process keeps this device
- Ubuntu 8.04
Can't umount
#umount /media/usbSolutions
umount: /media/usb: device is busy
Get which process keeps this device
#fuser -m /dev/usbthen close the application
/dev/usb: 123
#ps auxw | grep 123