If a mount has gone stale or been lost.
View the mount location information:
less /etc/fstab
Copy the server path and the local path.
unmount -f /mount/location
mount -t nfs nfsserver:/path/to/share /mount/location
If a mount has gone stale or been lost.
View the mount location information:
less /etc/fstab
Copy the server path and the local path.
unmount -f /mount/location
mount -t nfs nfsserver:/path/to/share /mount/location