Re: Umount problem!!

2001-05-09 Thread Noah L. Meyerhans
On Tue, May 08, 2001 at 11:54:11PM +0200, Angel Parra wrote: > If somebody has left a process with an open file on a mount filesystem > or a shell with the pwd on it... how can I (root) discover the process > to get the filesystem unmounted without the > > "umount: /filesystem: device is busy" Fr

Re: Umount problem!!

2001-05-09 Thread Kevin Ross
Try lsof +D /somedir Note the use of uppercase "D". Lowercase "D" won't search subdirs of the directory. Note that on a large filesystem, this can take a long time! -- Kevin

Re: Umount problem!!

2001-05-09 Thread Karsten M. Self
on Wed, May 09, 2001 at 10:05:56AM +0200, Krzysztof Mazurczyk ([EMAIL PROTECTED]) wrote: > From: "Angel Parra" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 08, 2001 11:54 PM > Subject: Umount problem!! > > > > I think that it can be a sily question .. but I can't remember howto do > > it > >

Re: Umount problem!!

2001-05-09 Thread Krzysztof Mazurczyk
Unmounting is also impossible if your current directory is somewhere in mounted file system. Chris - Original Message - From: "Angel Parra" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 08, 2001 11:54 PM Subject: Umount problem!! > I think that it can be a sily question .. but I can't rem

Re: Umount problem!!

2001-05-08 Thread Dimitri Maziuk
On Tue, May 08, 2001 at 11:54:11PM +0200, Angel Parra wrote: > I think that it can be a sily question .. but I can't remember howto do > it > > If somebody has left a process with an open file on a mount filesystem > or a shell with the pwd on it... how can I (root) discover the process > to get t