On Fri, Nov 23, 2001 at 04:39:07PM +0000, Keith O'Connell wrote:
| Hi,
| 
| I have a debian machine that serves up files to two other debian
| machines via NFS mounts. If, as has happened recently, the server is
| rebooted the other machines keep generating the error message saying
| that the nfs mount is missing, and keep on doing this even after the
| server is back up.
| 
| What I want to know is how to break and remount the NFS directories from
| the workstations once the server is back up. 

'umount' the mount then 'mount' it again.  This would require that no
applications are using the directory at the time you try and unmount
it (otherwise you get "device busy" error messages).  I think there is
a way to tell mount to remount the mount point such that the directory
could be in use, but I'm not sure.  The mount manpage should tell.

HTH,
-D

Reply via email to