FunkyBuddha Posted June 11, 2024 #1 Posted June 11, 2024 When you try to sync a read-only folder, you will usually get the following error: Cannot set directory lock ... Cannot write file ....\sync.ffs_lock Error Code 5: Access is denied. (CreateFile) Solution: Edit GlobalSettings.xml in %AppData%\FreeFileSync Set LockDirectoriesDuringSync to "false" Code: Quote <?xml version="1.0" encoding="UTF-8"?> <FreeFileSync XmlType="GLOBAL"> <General> <LockDirectoriesDuringSync Enabled="false"/> 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now