ChoEazyCopy icon indicating copy to clipboard operation
ChoEazyCopy copied to clipboard

Copy from C: to Qnap NAS fails on Copying NTFS Security to Destination Directory

Open Itzak613 opened this issue 1 year ago • 2 comments

How do I fix this, it's a copy from Windows 11 to Qnap NAS. The windows account is admin and it has rights in file browser to copy files to this folder, but ChoEasyCopy fails


Starting RoboCopy operations... Analyzing RoboCopy operation...Performing RoboCopy operation...

RoboCopy.exe "C:\Users\yitzi\My Drive\Yitzi Books Writing Projects" "\TS453D\Yitzis Book Projects Backup" . /E /ZB /COPYALL /MIR /XX /FFT /R:2 /W:1 /BYTES /NC /NDL /NP /NJH /NJS 2024/09/09 10:58:24 ERROR 1314 (0x00000522) Copying NTFS Security to Destination Directory \TS453D\Yitzis Book Projects Backup
A required privilege is not held by the client.

RoboCopy operations completed successfully.

Itzak613 avatar Sep 09 '24 08:09 Itzak613

I found a workaround, make the destination Qnap folder R/W for all users, so it's an authentication issue with ChoEasyCopy to the NAS. Not sure how to give the App rights and authorized user?

Itzak613 avatar Sep 09 '24 08:09 Itzak613

usually the tool runs on current login user privileges. You can find this out from TaskManager/Details tab. could be the running account is not having R/W in NAS.

Cinchoo avatar Sep 09 '24 12:09 Cinchoo