Good Day Everyone,
I am in need help and I have been banging my head on a wall trying to figure this out. I will apologize in advance if this was covered somewhere else but after hours of googling I could not find the same issue.
I have an old TrueNAS 13u6.8 Server that I am retiring. I set it up years ago with iSCSI and SMB shares.
I now have a brand new Server that is setup and running TrueNAS Scale 25.04.2.1 and I got all the iSCSI setup easy for my VMware Environment.
Both Servers are Domain joined.
Now I am wanting to setup a temp SMB so I can copy all the files including maintaining the NTFS permissions on the source files to the destination SMB.
For the New SMB I created the Dataset for the SMB Share setting SMB and SMB/NTFSv4 with Passthrough mode.
The ACL Share has: everyone@ with FULL and ALLOW
The Filesystem ACL shows the built-in groups plus it also has my DOMAIN/domain users (modify) and DOMAIN/domain admins (full control)
I am using a Windows Server between the 2 TrueNAS Servers to use Robocopy to make the copy:
ROBOCOPY “SOURCE” “DESTINATION” /MIR /XO /COPYALL /ETA /TEE /MT:18 /LOG:"E:\Data-Copy.log
The files appear to be copying over to the new SMB but it fails to apply the NTFS permissions with the following error:
Error 1314: Copying NTFS Security to Destination Directory
A required privilege is not held by the client.
I don’t understand why it is not working and would appreciate anyone’s help to get this resolved. What am I missing? This seems pretty straight forward unless there is a bug in this release I am not aware of.
Thank You.