hi,
volume is unix style, qtrees are what ever i set them to, no mixed.
i set up an ntfs qtree
vol/vol0/smalltest2 full path to userdir is vol/vol0/smalltest2/k/kusr1 there is an export for vol/vol0/smalltest2.
kusr1 is the owner of vol/vol0/smalltest2/k/kusr1 and has an acl with full control.
for both /smalltest2/k and /smalltest2 everyone has an acl with full control, which should be overkill. RX should be enough.
if kusr1 uses an nfs[we haven't moved over to cifs yet, migrating] connection from an nt 4.0 wkstation and tries to save a file into vol/vol0/smalltest2/k/kusr1 the application[word, notepad, etc.] says folder is read only. file name is entered into dir, but no data in file.
from a mount on a sun box it looks like this:
# ls -al drwxrwxrwx 4 root other 4096 Dec 17 12:47 smalltest2
# cd smalltest2 # ls -al drwxrwxrwx 3 root other 4096 Dec 13 15:43 k
# cd k # ls -al drwxrwxrwx 2 kusr1 root 4096 Dec 17 12:08 kusr1
~~~~~~~~~
"Account Domain not found" is a local grp on the filer that cacls does not understand.
F:>cacls smalltest2 F:\smalltest2 <Account Domain not found>(OI)(IO)F <Account Domain not found>(CI)F Everyone:(OI)(IO)F Everyone:(CI)F
F:>cacls smalltest2\k F:\smalltest2\k domain_name\nlehrer:(OI)(IO)F domain_name\nlehrer:(CI)F Everyone:(OI)(IO)F Everyone:(CI)F <Account Domain not found>(OI)(IO)F <Account Domain not found>(CI)F
F:>cacls smalltest2\k\kusr1 F:\smalltest2\k\kusr1 domain_name\kusr1:(CI)F domain_name\nlehrer:(CI)(special access:) READ_CONTROL SYNCHRONIZE FILE_GENERIC_READ FILE_GENERIC_WRITE FILE_GENERIC_EXECUTE FILE_READ_DATA FILE_WRITE_DATA FILE_APPEND_DATA FILE_READ_EA FILE_WRITE_EA FILE_EXECUTE FILE_DELETE_CHILD FILE_READ_ATTRIBUTES FILE_WRITE_ATTRIBUTES
<Account Domain not found>F domain_name\kusr1:(OI)(IO)F domain_name\nlehrer:(OI)(IO)(special access:) GENERIC_READ GENERIC_WRITE GENERIC_EXECUTE FILE_DELETE_CHILD
<Account Domain not found>(OI)(CI)(IO)F
ontap is 6.1.1r2
access by nt nfs client to our sun servers has always worked fine.
anybody have any ideas? netapp has pktt traces, no response yet.