-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue 5.1: Mount an NFS Share
VM
VM 3: Client/Container Practice Server
Scenario
Your organization has an NFS server at nfs.example.com with a shared directory /export/shared. You need to mount this share persistently on your client system at /mnt/nfs_share.
Objectives
- Install NFS client packages if not already installed
- Create the mount point /mnt/nfs_share
- Manually mount the NFS share to verify connectivity
- Find the UUID of the NFS server (or use server:/path format)
- Add an entry to /etc/fstab for persistent mounting with appropriate NFS options
- Test the fstab entry using mount -a
- Verify the mount is working correctly
Requirements
- Use NFS version 4 if available
- Include appropriate performance and reliability options
- Use proper NFS filesystem type in fstab
- Verify the configuration
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels