cool46 cool46 wrote: > i have a nfs server and a client,server is running linux,client is > running freebsd.I find when server is busy or not available,some process > on client will block because of nfs.these process be marked with 'D' or > 'DL' when i run command 'ps ax'.i try to kill them using command 'kill > -9',but not work,even though reboot system,the system can not reboot > automaticly because some process cann't teminate.i also try to mount > client with options intr,soft and so on,but problem is as before.how can > i resolve this problem? thanks.
You can prevent this from happening with the options that you use to mount the NFS volumes. Options such as -R and -i are particularly useful for this purpose. Read "man mount_nfs" for details. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message