Sync gets stuck right before completion for a while, sometimes several minutes, then completes normally.
Impossible to stop.
Mode: mirroring from internal SATA HDD to external USB2.0 HDD (FreeFileSync is installed on SATA system-SSD)
OS: Windows 7 home premium
Sync gets stuck right before completion
- Posts: 2
- Joined: 27 Nov 2018
- Attachments
-
- completed.jpg (116.86 KiB) Viewed 1330 times
-
- stop requested.jpg (219.66 KiB) Viewed 1330 times
- Site Admin
- Posts: 7285
- Joined: 9 Dec 2007
This is problably the recycle bin accesss (done as a batch operation at the end rather than for each individual file that is recycled, which would take 10x as long).
- Posts: 2
- Joined: 27 Nov 2018
Thanks, good hint. Changing the setting "Delete files" from "Recycle bin" to "Permanent" fixed the problem.
- Site Admin
- Posts: 7285
- Joined: 9 Dec 2007
Emptying the recycle bin most likely would also have fixed the perf issue. On slow HDDs the recycle bin access time grows linear with the number of items in it, because apparently Windows has to count them first.