try to close the applications that are accessing the device.
you can also know which applications are using the device by doing
where device is the node name of the device.
close the applications then try to unmount the device.
you can mount it manually too by doing
Edit: just found out, fuser /dev/device won't work, try fuser -m /mnt/usbmountpoint instead