Umount a mount point that's in use
The following command will give you the process that is hanging up your mount from being umounted.
$ lsof +D /path/to/mount/point
Get the process ID and kill it with,
$ kill -9 process_id
[Click to add or edit comments])
Please prepend comments below including a date