Frank Blendinger wrote:
> Hello,
>
> I want to unmount a busy NFS share, but failed to do so, even with a
> umount -f.
>
[...]
> I also tried a ``fuser /mothermole'' to see which process blocks the
> mountpoint, but that just hangs, I aborted after some minutes. I'm
Just try 'lsof |grep mothermole'.
Cheers,
Bernd