Table of Contents Previous Chapter Using an NFS server.

Using an NFS server.

12 Using an NFS server.

12.1 NFS "exporting" (server side).

Server host must first be configured to allow your host to mount directories

Here is an example of an /etc/exports file.

12.2 NFS mounting (client side).

Your host must then mount the remote directories

mount host.dept.washington.edu:/usr/man/usr/man
mount host.dept.washington.edu:/usr/users/home

12.3 Gotchas! with NFS

12.4 Related Articles

 
Table of Contents Next Chapter