NFS - How to Reload Changes Made to Configuration
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title></title> <meta name="generator" content="LibreOffice 4.2.2.1 (Linux)"> <meta name="author" content="Jamie Rubinstein"> <meta name="created" content="20160915;221530797282995"> <meta name="changedby" content="Jamie Rubinstein"> <meta name="changed" content="20160915;221656583796209"> <style type="text/css"> </style> </head> <body lang="en-US" dir="ltr" style="background: transparent">
Reload NFS exports
<a name="LATER"></a>If you come back and change your
/etc/exports file, the changes you make may not take effect immediately. You should run the command exportfs -ra to force nfsd to re-read the /etc/exports file. If you can't find the exportfs command, then you can kill nfsd with the -HUP flag (see the man pages for kill for details).
<a name="LATER1"></a>If that still doesn't work, don't
forget to check hosts.allow to make sure you
haven't forgotten to list any new client machines there
</body> </html>