Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

8.11. NFS References

Administering an NFS server can be a challenge. Many options, including quite a few not mentioned in this chapter, are available for exporting or mounting NFS shares. For more information, see the following sources:

Installed Documentation

  • man mount — Contains a comprehensive look at mount options for both NFS server and client configurations.
  • man fstab — Provides detail for the format of the /etc/fstab file used to mount file systems at boot-time.
  • man nfs — Provides details on NFS-specific file system export and mount options.
  • man exports — Shows common options used in the /etc/exports file when exporting NFS file systems.

Useful Websites