NFS: Difference between revisions

imported>\\\\\\\\\\\
imported>RCasatta
m Added a step I needed to make the example work
Line 9: Line 9:
$ mkdir /export
$ mkdir /export
</syntaxhighlight>
</syntaxhighlight>
You may need to change ownership of the <code>/export</code> directory to <code>nobody:nogroup</code>


Then we have to either move our already-existing directories inside <code>/export</code> (using <code>mv</code> from the command line) or bind-mount them there:
Then we have to either move our already-existing directories inside <code>/export</code> (using <code>mv</code> from the command line) or bind-mount them there: