III. Basic NFS Configuration
2. To configure a Linux system as an NFS server the nfs and the portmap daemons must
be installed and started and the /etc/export file must contain volume,
machine and permission entries. An example entry looks like this:
This specifies that the directory /mnt/51home/redhat-5.1 can be exported to topaz.fnal.gov in read-only mode.
3. Restart the NFS daemon with 'exportfs.'
b. add an entry to the /etc/fstab file like that looks like this:
This specifies the machine, volume, mount point, filesystem type, options, dump and fsck order, respectively. The options specify that this is a soft connection, i.e., if it is broken it will timeout, it is interruptible, and it is mounted as read-only.