Is there a way to "refresh" an NFS mount?

Posted by lightnb11@reddit | linuxadmin | View on Reddit | 11 comments

If, on the NFS host you have /srv/nfs/example exported, and /srv/nfs/example is an empty directory, and a client has that share mounted, then, on the host, you mount a block device to /srv/nfs/example, the client will still see an empty directory, instead of the mounted file system.

It seems the only way for the client to see the contents of the newly mounted volume is for the client to unmount the NFS share, then remount it.

Is there another way for a client to see a mount change that happened on the server and "refresh" itself, without having to unmount and remount on the client?