Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
> You might be able to use fuser to see what process is using
> the NFS mount.
> It's possible that a process is giving you the 'device busy'
> error rather
> than the server being down as the source of the error. You
> could also try
> umount -k to kill processes using the mount point.
Yeah, that might work... you will probably find a hung (waiting on I/O)
process. kill (or umount -k) doesn't always do it under Linux (can we say
less than stellar). Some times, if the process has gone Zombie, you might
be able to do a "strace -p <pid of hung process>" to wake the reaper up and
kill the zombie child.
Cheers,
ryan
--
To unsubscribe, go to http://mlug.missouri.edu/members/edit.php
Archives are available at http://mlug.missouri.edu/list-archives/