
Chapter 4. Planning for NFS V4 115
This is how the view is represented to the client:
# ls /nfs
DB ThirdPartyProgs home local scratch
We can see that all the file systems we exported on the server are represented
under the client’s mount point (/nfs). If we now decide that we want to move the
/exports/scratch file system, on the server, to a different location, say /scratch,
and we also want to move /home to /users/home, we only have to make the
appropriate changes to the server’s /etc/exports file, and the client’s mount
command will remain the same.
Several other considerations must be taken in to account when allowing
concurrent access to the ...