Difference between revisions of "Rocks: Writing the /share/apps from compute nodes"
Jump to navigation
Jump to search
(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>") |
(No difference)
|
Latest revision as of 09:43, 13 May 2013
- 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)