Rocks: Writing the /share/apps from compute nodes

From Define Wiki
Revision as of 09:43, 13 May 2013 by Michael (talk | contribs) (Created page with "* Add no_root_squash to the /etc/exports * restart the /etc/init.d/nfs daemon <syntaxhighlight> cat /etc/exports /export 10.0.0.0/255.0.0.0(rw,async,no_root_squash) </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Add no_root_squash to the /etc/exports
  • restart the /etc/init.d/nfs daemon
cat /etc/exports
/export 10.0.0.0/255.0.0.0(rw,async,no_root_squash)