Follow these simple steps to setup an NFS client/server. First, some housekeeping for this example. Server machine (server) = 192.168.1.1 Client machine (client) = 192.168.1.2 Exported directory /nfs/export ### The server steps ### 1. Create an entry in /etc/exports with the exported directory and client IP. /nfs/export 192.168.1.2(rw) The (rw) sets the directory to be [...]