Skip to main content
NetApp Knowledge Base

Network File System(NFS) mount troubleshooting FAQs

Views:
4,245
Visibility:
Public
Votes:
1
Category:
data-ontap-8
Specialty:
nas
Last Updated:

Applies to

Data ONTAP 7-Mode 

Answer

Access denied trying to mount

Created an export file for the volume and getting permission denied

  1. Is automount being used?
    • Try a manual mount instead.
  2. Manual mount still gets Access Denied?
    • Run showmount -e <filer> from the Unix client.
    • Run exportfs from the NetApp
  3. What are the working parameters for the exported path?
    • -access is what allows the mount to proceed
    • -rw, -root and -ro deal with access to files
  4. Is the Unix client listed in the -access list? Are netgroups being used?
    • Check /etc/nsswitch.conf to determine the lookup order of hosts or netgroup. Depending on the order, IP addresses may be resolved to different names.
  5. Check options dns
    • dns.domainname is the default FQDN lookups sent to the nameservers.
  6. Check options nis
    • NIS is what generally allows NETGROUP lookups to occur
  7. Check /etc/resolv.conf and make sure the correct nameservers are listed

Note: Switch nfs.cache_enable off, before mounting users' home directory.

Additional Information

N/A

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.