Cinchoo / ChoEazyCopy

Simple and powerful RoboCopy GUI
MIT License
1.72k stars 119 forks source link

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

Open Itzak613 opened 1 week ago

Itzak613 commented 1 week ago

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 commented 1 week ago

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?

Cinchoo commented 1 week ago

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.