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
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
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
> >
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
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
5 matches
Mail list logo