NFS - How to Reload Changes Made to Configuration

From TheBestLinux.com
Revision as of 05:37, 16 September 2016 by Jamie (talk | contribs) (Created page with "<nowiki> <!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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<!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"> <!-- h2.cjk { font-family: "WenQuanYi Zen Hei Sharp" } h2.ctl { font-family: "Lohit Devanagari" } tt.cjk { font-family: "WenQuanYi Zen Hei Sharp", monospace } --> </style> </head> <body lang="en-US" dir="ltr" style="background: transparent"> <h2 class="western">Reload NFS exports</h2> <blockquote><a name="LATER"></a>If you come back and change your <tt class="western">/etc/exports</tt> file, the changes you make may not take effect immediately. You should run the command <strong>exportfs -ra</strong> to force <strong>nfsd</strong> to re-read the <tt class="western">/etc/exports</tt>   file. If you can't find the <strong>exportfs</strong> command, then you can kill <strong>nfsd</strong> with the <tt class="western"><strong>-HUP</strong></tt> flag (see the man pages for kill for details). </blockquote> <blockquote><a name="LATER1"></a>If that still doesn't work, don't forget to check <tt class="western">hosts.allow</tt> to make sure you haven't forgotten to list any new client machines there</blockquote> <p><br><br> </p> </body> </html>