-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue 5.2: Configure autofs
VM
VM 3: Client/Container Practice Server
Scenario
Users in your organization should have their home directories automatically mounted from an NFS server (nfshome.example.com) when they log in. The home directories are located at /export/homes on the NFS server. You need to configure autofs to handle this.
Objectives
- Install autofs package if not already installed
- Configure /etc/auto.master to include an autofs map for home directories
- Create a map file for the home directories
- Configure the map to mount user home directories from nfshome.example.com:/export/homes
- Start and enable the autofs service
- Test the configuration by accessing a user's home directory
- Verify that the directory is automatically mounted when accessed
Requirements
- Use appropriate autofs configuration
- Set proper timeouts for unmounting
- Verify the service is running
- Test automatic mounting functionality
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels