📖 ~1 min read
Table of contents
Symptom & Impact
Applications fail with `ESTALE` on NFS-mounted volumes, breaking shared web roots and home dirs.
Environment & Reproduction
Triggered after server-side directory removal or export resync without client remount.
Root Cause Analysis
File handles on the client reference inodes that no longer exist on the server.
Quick Triage
Run `ls` in the mount and capture exact error messages.
Step-by-Step Diagnosis
Check exports with `exportfs -v` on the server and `mount | grep nfs` on the client.

Solution – Primary Fix
Unmount and remount the share or use `umount -f` then mount cleanly.
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
Reboot the client if hard mounts hold processes in uninterruptible sleep.
Verification & Acceptance Criteria
Mount succeeds and applications enumerate files without ESTALE.
Rollback Plan
Roll back to the previous export configuration via configuration management.
Prevention & Hardening
Use stable export IDs and coordinate directory changes with client teams.
Related Errors & Cross-Refs
Pairs with `nfs: server not responding` warnings in dmesg.
Related tutorial: View the step-by-step tutorial for sles-15.
View all sles-15 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
SUSE NFS troubleshooting and exports(5) 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.