Hi Gidi,
Thanks for your response. Sorry mine was delayed, but I was on vacation. Here is the output of the queries you recommended. You'll see I have 2 other shares (i.e. app_test and cifs_test) that I didn't mention early and don't think we need to consider here.
simshare-clu::*> vserver nfs show -fields access,name-service-lookup-protocol,mount-rootonly,default-win-user,v4.0-acl,nfs-rootonly
vserver access default-win-user v4.0-acl mount-rootonly nfs-rootonly name-service-lookup-protocol
------- ------ ---------------- -------- -------------- ------------ ----------------------------
svm1 true guest disabled disabled disabled udp
simshare-clu::*> vserver security file-directory show -path /sim_test -vserver svm1
Vserver: svm1
File Path: /sim_test
File Inode Number: 64
Security Style: ntfs
Effective Style: ntfs
DOS Attributes: 10
DOS Attributes in Text: ----D---
Expanded Dos Attributes: -
UNIX User Id: 0
UNIX Group Id: 0
UNIX Mode Bits: 777
UNIX Mode Bits in Text: rwxrwxrwx
ACLs: NTFS Security Descriptor
Control:0x8004
Owner:BUILTIN\Administrators
Group:BUILTIN\Administrators
DACL - ACEs
ALLOW-Everyone-0x1f01ff
ALLOW-Everyone-0x10000000-OI|CI|IO
simshare-clu::*> vserver export-policy rule show
Policy Rule Access Client RO
Vserver Name Index Protocol Match Rule
------------ --------------- ------ -------- --------------------- ---------
svm1 app_test 1 any 0.0.0.0/0 any
svm1 cifs_first 1 cifs, 0.0.0.0/0 any
nfs
svm1 nfs_first 1 nfs 0.0.0.0/0 krb5
svm1 nfs_first 2 cifs 0.0.0.0/0 any
simshare-clu::*> qtree show -fields security-style,qtree-path,export-policy
vserver volume qtree qtree-path security-style export-policy
------- -------- ----- ------------- -------------- -------------
svm1 app_test "" /vol/app_test mixed app_test
svm1 cifs_test
"" /vol/cifs_test
ntfs nfs_first
svm1 sim_test "" /vol/sim_test ntfs cifs_first
svm1 svm_root "" /vol/svm_root ntfs default
Could the issue be the export policy on svm_root? I'll take a look.