[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: finding what is using a mount point



On Fri, Nov 21, 2003 at 03:43:49PM +0200, Micha Feigin wrote:
> I mounted an image through a loop interface and now when I try to unload
> it I get a message:
> umount: /home/micha/tmp: device is busy
> I made sure no file is open from there but nothing helps.
> How do I see what is using that mount point?

Try this to see who is using that directory:

	# lsof | grep '/home/micha/tmp'

-marc
--
Marc Nozell <marc@nozell.com>		http://www.nozell.com/blog



Reply to: