Random TIPS
UMOUNT BUSY DEVICES
The "umount" command unmounts a currently
mounted filesystem, which can be specified either
as a mounted-on directory or a filesystem.
If a mount point is busy, there are a couple
things to try:
# fuser -ck /File_System
# umount /File_System