Unable to mount NFS export using kerberos and getting permission denied error
Applies to
- Data Ontap 7-mode
- NFS Kerberos
Issue
- Linux client unable to mount NFS using kerberos and getting permission denied error:
[root@server ~]# mount -vvvv -o vers=3 7-mode:/vol/vol1 /mnt
mount.nfs: timeout set for Thu Dec 7 18:23:30 2023
mount.nfs: trying text-based options 'vers=3,addr=10.xx.xx.xx'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 10.xx.xx.xx prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 10.xx.xx.xx prog 100005 vers 3 prot UDP port 4046
mount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting 7-mode:/vol/vol1
- Other Linux clients able to mount same volume using NFS kerberos.