Re: finding what is using a mount point

2003-11-27 Thread Alvin Oga
On Fri, 21 Nov 2003, Tyler Morgan wrote: > 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

Re: finding what is using a mount point

2003-11-26 Thread Jakob Lell
On Friday 21 November 2003 14:43, 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?

Re: finding what is using a mount point

2003-11-26 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Micha Feigin <[EMAIL PROTECTED]> 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 tha

Re: finding what is using a mount point

2003-11-26 Thread Nathan Poznick
Thus spake Andrew Schulman: > fuser -m /home/micha/tmp > > Sometimes this doesn't give you much useful information. But you can > still kill whatever process is using it with > > fuser -k /home/micha/tmp Since just an fuser -m /mountpoint just lists pids, I like using the -v option as well, sin

Re: finding what is using a mount point

2003-11-26 Thread Monique Y. Herman
On Fri, 21 Nov 2003 at 16:06 GMT, Ken Gilmour penned: > Replying to the message sent by Micha Feigin on Fri, 21 Nov 2003 > 15:43:49 +0200, received at 16:06:15 on 21/11/2003. Micha Feigin > wrote: >>I mounted an image through a loop interface and now when I try to > unload >>it I get a message: u

Re: finding what is using a mount point

2003-11-26 Thread Andrew Schulman
> 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? fuser -m /home/micha/tmp Sometimes this doesn't give

Re: finding what is using a mount point

2003-11-26 Thread Ken Bloom
On Fri, 21 Nov 2003 17:00:19 +0100, 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

Re: finding what is using a mount point

2003-11-25 Thread Greg Folkert
On Fri, 2003-11-21 at 11:06, Ken Gilmour wrote: > Replying to the message sent by Micha Feigin on Fri, 21 Nov 2003 > 15:43:49 +0200, received at 16:06:15 on 21/11/2003. Micha Feigin wrote: > >I mounted an image through a loop interface and now when I try to > unload > >it I get a message: > >umo

Re: finding what is using a mount point

2003-11-25 Thread Paul Morgan
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? Do a pwd on any open terminal sessions.

Re: finding what is using a mount point

2003-11-25 Thread Marcelo Ramos
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 with 'lsof | grep \/home\/micha\/tmp' a

Re: finding what is using a mount point

2003-11-25 Thread Tyler Morgan
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 moun

Re: finding what is using a mount point

2003-11-25 Thread Alex Malinovich
On Fri, 2003-11-21 at 10:06, Ken Gilmour wrote: > Replying to the message sent by Micha Feigin on Fri, 21 Nov 2003 > 15:43:49 +0200, received at 16:06:15 on 21/11/2003. Micha Feigin wrote: > >I mounted an image through a loop interface and now when I try to > unload > >it I get a message: > >umo

Re: finding what is using a mount point

2003-11-25 Thread Andreas von Heydwolff
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? # lsof /home/micha/tmp -- AvH -- To UNSU

Re: finding what is using a mount point

2003-11-25 Thread Andreas von Heydwolff
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? # lsof /home/micha/tmp -- AvH -- To UNSU

Re: finding what is using a mount point

2003-11-25 Thread Marcelo Ramos
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 with 'lsof | grep \/home\/micha\/tmp' a

Re: finding what is using a mount point

2003-11-25 Thread Karsten M. Self
on Fri, Nov 21, 2003 at 03:43:49PM +0200, Micha Feigin ([EMAIL PROTECTED]) 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 wha

Re: finding what is using a mount point

2003-11-25 Thread Roberto Sanchez
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? lsof /home/micha/tmp pgp0.pgp Descr

Re: finding what is using a mount point

2003-11-25 Thread Alf Werder
On Fri, 2003-11-21 at 14:43, 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? >

Re: finding what is using a mount point

2003-11-25 Thread Marc Nozell
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 moun

Re: finding what is using a mount point

2003-11-25 Thread Michael D Schleif
Micha Feigin <[EMAIL PROTECTED]> [2003:11:21:15:43:49+0200] scribed: > 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 th

Re: finding what is using a mount point

2003-11-25 Thread Joachim Fahnenmueller
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 moun

Re: finding what is using a mount point

2003-11-25 Thread Bob Proulx
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? The 'fuser' command. fuser -m

Re: finding what is using a mount point

2003-11-25 Thread Tom
On Fri, Nov 21, 2003 at 02:16:06PM -0500, ScruLoose wrote: > ,-. > > -ScruLoose- |You don't *have* a soul. You *are* a soul. < > >Please | You *have* a body, temporarily.< > > do

Re: finding what is using a mount point

2003-11-25 Thread ScruLoose
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 mou

Re: finding what is using a mount point

2003-11-25 Thread SpArTaK
lsof will do what u ask. I think u do "lsof | grep pattern" On Friday 21 November 2003 08:43, 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 n

Re: finding what is using a mount point

2003-11-21 Thread Ken Gilmour
Replying to the message sent by Micha Feigin on Fri, 21 Nov 2003 15:43:49 +0200, received at 16:06:15 on 21/11/2003. 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 o

finding what is using a mount point

2003-11-21 Thread Micha Feigin
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? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec