SUMMARY
The discussion focuses on troubleshooting "Hanging on Mount" issues with an NFS server. Key configurations include the exports file located at /etc/exports, which specifies access permissions for the NFS share, and the need for the portmapper service to be running. Participants suggest checking the /etc/hosts.allow and /etc/hosts.deny files, as well as ensuring that the nfsd daemon is active. The user also notes that the rpc.mountd service is receiving requests but is not processing them, indicating a potential misconfiguration or issue with the nfs-utils version.
PREREQUISITES
- Understanding of NFS (Network File System) configuration
- Familiarity with Linux service management and daemons
- Knowledge of TCP wrappers and their configuration in /etc/hosts.allow and /etc/hosts.deny
- Experience with network troubleshooting tools like Ethereal (now Wireshark)
NEXT STEPS
- Investigate the status and configuration of the nfsd daemon
- Review the NFS server logs in /var/log/syslog for error messages
- Test mounting the NFS share with different options, such as removing "hard" and "intr"
- Consider downgrading or reinstalling the nfs-utils package to a stable version
USEFUL FOR
System administrators, network engineers, and anyone involved in configuring or troubleshooting NFS services in a Linux environment.