Network File System(NFS) mount troubleshooting FAQs
Applies to
Data ONTAP 7-Mode
Answer
Access denied trying to mount
Created an export file for the volume and getting permission denied
- Is automount being used?
- Try a manual mount instead.
- Manual mount still gets Access Denied?
- Run
showmount -e <filer>from the Unix client. - Run
exportfsfrom the NetApp
- Run
- What are the working parameters for the exported path?
-accessis what allows the mount to proceed-rw, -root and -rodeal with access to files
- Is the Unix client listed in the -access list? Are netgroups being used?
- Check
/etc/nsswitch.confto determine the lookup order of hosts or netgroup. Depending on the order, IP addresses may be resolved to different names.
- Check
- Check options
dnsdns.domainnameis the default FQDN lookups sent to the nameservers.
- Check options
nis- NIS is what generally allows NETGROUP lookups to occur
- Check
/etc/resolv.confand make sure the correct nameservers are listed
Note: Switch nfs.cache_enable off, before mounting users' home directory.
Additional Information
N/A
