Configure an NFS (Network File System) Server and Client and Mount a File System on Linux
In this lab, we'll create an NFS server, as well as create and export a file system. We'll then configure an NFS client, mount the file system from the server, and check our mount statistics.
Challenge
Install, Enable, and Start the NFS Server (Server1)
Challenge
Create the File System and Change the Required Permissions
Challenge
Configure the File System to be Exported, Export the File System, and Verify the Exported File System
Challenge
Add the NFS Client Utilities to the Client Server (Server2) and Mount the File System
Install the NFS client utilities.
Challenge
Check the Mount Statistics