News:

SMF - Just Installed!

Main Menu

Windows NFS share With AD folder permission problems

Started by mahesh, Oct 11, 2023, 02:45 AM

Previous topic - Next topic

mahesh

Hi,

We got and Active directory domain. Connected to this domain we have a Windows server 2022 and an Ubuntu desktop 22.04.

The windows server share a folder with nfs.

This folder is mounted on the ubuntu desktop from the fstab with this :
     HTML Code:
myhost.com:/Production  /media/Production  nfs       defaults,acl    0       0
When I create a new folder within the mount let say for example /media/Production/Test

The folder is created but The windows server is not about to recognize the folder owner event if i'm connect with an LDAP user.

I try every combination of chmod / chown on the Test folder
I also tried with setfacl but it give me the error "Operation not supported"


I'm able to correct the folder from the Windows server with the permission wizard but I need to do it from the ubuntu.
Any ideas.