Posts Tagged ‘stale nfs file’

Stale NFS file handles on hydra

Friday, May 13th, 2011

Alan discovered that we can deal with a stale nfs file handle on zeus by using the following command:

umount -l directory

This performs a lazy unmount, which cleans up references to a filesystem after detaching it.