For detailed explanations, alternative configurations, and troubleshooting: See NFS Best Practices
Vendor Documentation Priority: This guide is for reference only. Always consult official vendor documentation for your distribution. Test thoroughly in a lab environment before production use.
Prerequisites:
-
SUSE Linux Enterprise Server 15 SP3+ or openSUSE Leap 15.3+
-
Everpure FlashArray with:
-
NFS file interface configured
-
NFS export policy created with NFSv4.1 enabled (recommended)
-
Export path created (e.g.,
/data/suse) -
No root squash enabled for client IPs
-
Dedicated storage network interfaces (recommended)
-
Root or sudo access
-
Quick Reference:
| Task | Command |
|---|---|
| Show exports |
showmount -e <server>
|
| Mount NFS |
mount -t nfs4 <server>:<export> <mountpoint>
|
| Unmount NFS |
umount <mountpoint>
|
| NFS statistics |
nfsstat -c
|
| Mount info |
nfsstat -m
|
Troubleshooting
Mount Fails
# Check network connectivity
ping <NFS_SERVER_IP>
nc -zv <NFS_SERVER_IP> 2049
# Check exports
showmount -e <NFS_SERVER_IP>
Performance Issues
# Check NFS version and options
nfsstat -m
# Verify nconnect
cat /proc/fs/nfsfs/servers
SUSE-specific:
# Check AppArmor (if enabled)
sudo aa-status
For production deployments, see NFS Best Practices for:
- Network bonding with wicked
- Performance tuning with nconnect
- YaST configuration options
- Monitoring
Related Guides:
-
iSCSI Quick Start: Block storage alternative
-
NVMe-TCP Quick Start: High-performance block storage