| |
NFSv3 Server Side
A server exports a file system to the specified hosts and allows
them to mount it.
To specify what file system to export and to what hosts through
/etc/exports file:
For example:
To export directories manualy, run command:
To un-export, run:
Export common options:
For example, noaccess in /etc/exports can be used as follows:
Default options: ro, async, root_squash
To run the Server NFS services, the following deb packages need
to be installed:
portmap, nfs-common, nfs-kernel-server
To start the NFS services, run the startup scripts:
To make sure that the RPC services are running:
Every time when you modify /etc/exports file, run
To verify exports, run one of the two commands below
To start NFS services at boot-up time, run
|
|