π ~1 min read
Table of contents
Symptom & Impact
NFS clients become unresponsive during directory-intensive workloads, causing application timeouts and delayed job completion.
Environment & Reproduction
Large create/delete or recursive stat operations on mounted exports lead to hung processes in D state.
Root Cause Analysis
Aggressive attribute cache settings, unstable network paths, server-side lock contention, or version mismatches can trigger stalls.
Quick Triage
Use nfsstat -c, showmount -e, and netstat checks to verify retransmits, server reachability, and mount option health.
Step-by-Step Diagnosis
Correlate client retransmissions with server load and inspect mount options impacting metadata caching. image_ref=0

Solution – Primary Fix
Tune mount options (tcp, intr, retry, rsize/wsize), align NFS versions, and reduce metadata storm patterns. image_ref=1
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
For high metadata workloads, stage operations on local ZFS then sync to NFS asynchronously.
Verification & Acceptance Criteria
Metadata operations complete without process hangs, and nfsstat retransmit rates remain within normal bounds.
Rollback Plan
Revert to previous stable mount flags and remount exports during a maintenance window if tuning degrades performance.
Prevention & Hardening
Capacity-plan metadata-heavy workloads and monitor both client and server NFS telemetry continuously.
Related Errors & Cross-Refs
Often associated with stale file handle events, lockd timeouts, and packet loss on storage VLANs.
Related tutorial: View the step-by-step tutorial for freebsd-12.
View all freebsd-12 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
See man mount_nfs, man nfsstat, and FreeBSD NFS deployment and tuning documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.