“Device is busy” when umounting
Answer:
Sometimes when you want to unmount a filesystem, error of "Device is busy" will appear.
To solve this:
1. Find out who is using the mount point
# fuser /mnt/cdrom
2. Force to kill it
# fuser -k /mnt/cdrom