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

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.