Marc Mutz wrote:

> Martin Krzywinski wrote:
> >
> > I'm trying to get some stuff umounted. I get the regular device is busy
> > message. I've checked with fuser -av /mount/point but nothing shows up.
> >
> > How can I check (a) what's holding up the umounting (b) flush the nfs if
> > required.
> ad (a): I would also use fuser, so nothing new for you :-(
> ad (b): go to maintenance mode (i.e. init S or init 1), do a manual sync
> (i.e. type the command 'sync'), then reboot.
>
> Marc

Maybe your working directory is /mn/point or a subdir of /mnt/point ,
try  cd /; umount /mnt/point

hth
-- Meir

Reply via email to