Now I am using version 12.1, and I feel that the synchronization speed of recent versions is much slower than simply copying and pasting files
this is FreeFileSync screenshot (5MB/s):
this is windows explorer copy progress screenshot (39MB/s):
Their source and target disks are same, so it shouldn't make that much of a difference.
After updating the version, the synchronization speed is much slower
- Posts: 7
- Joined: 2 Apr 2023
- Posts: 2450
- Joined: 22 Aug 2012
By default, FFS uses "Fail-safe file copy" (found in the FFS Options). This creates an overhead compared to "simply copying and pasting files", especially if pre-existing files are overwritten by your sync.
And obviously, in case you would have set the VerifyCopiedFiles flag to True (?), all your sync actions (except deletions) will become notably slower.
And obviously, in case you would have set the VerifyCopiedFiles flag to True (?), all your sync actions (except deletions) will become notably slower.
- Posts: 4056
- Joined: 11 Jun 2019
It could also be the File Explorer and FFS aren't copying files in the same order. You need to perform tests that time a whole set of data being transferred from start to finish, not just mid-sync.
If it is still not meeting expectations, revert to the previous version and see if it goes back to normal, report back
If it is still not meeting expectations, revert to the previous version and see if it goes back to normal, report back
- Posts: 7
- Joined: 2 Apr 2023
I found something very strange
The same source folder and destination folder, but the synced files are different, the speed difference is huge
Their file types are also the same (mp4), renaming does not affect the results, but the file copy version speed is normal.
I tried from version 12.2 to 11.23 with the same result,
So it's a problem with this file
I don't know how to solve this problem.
The same source folder and destination folder, but the synced files are different, the speed difference is huge
Their file types are also the same (mp4), renaming does not affect the results, but the file copy version speed is normal.
I tried from version 12.2 to 11.23 with the same result,
So it's a problem with this file
I don't know how to solve this problem.
- Posts: 1037
- Joined: 8 May 2006
If you try to copy that file using Windows Explorer (or similar), is that also slow?
(Far fetched I might think, but) might it be a fragmentation issue?
You can throw contig, with the -a switch, at the file & it will tell you the number of fragments.
https://learn.microsoft.com/en-us/sysinternals/downloads/contig
(Far fetched I might think, but) might it be a fragmentation issue?
You can throw contig, with the -a switch, at the file & it will tell you the number of fragments.
https://learn.microsoft.com/en-us/sysinternals/downloads/contig
C:\> CONTIG.EXE -a testfile.mp4
C:\testfile.mp4 is in 2 fragments
Summary:
Number of files processed : 1
Average fragmentation : 2 frags/file
- Posts: 7
- Joined: 2 Apr 2023
No, it's not about fragmentation.
- Posts: 7
- Joined: 2 Apr 2023
- Posts: 7
- Joined: 2 Apr 2023
It should be mentioned that this will only happen when copying to different disks, and it will not happen when copying to the same disk.
Both are mechanical hard drives.
in conclusion:
Some files will be more than 5 times slower when using FFS synchronization across disks.
And I tried disable "Fail-safe file copy", didn't work either.
Both are mechanical hard drives.
in conclusion:
Some files will be more than 5 times slower when using FFS synchronization across disks.
And I tried disable "Fail-safe file copy", didn't work either.
- Posts: 7
- Joined: 2 Apr 2023
It may also be related to the write strategy of FFS to the target disk. Using FFS to synchronize two files, both are 100% loaded, but the writing speed is different.
Here is a screenshot of my task manager (Forgive my task manager is Chinese, But you should also be able to see 100% load and 11M/50M write speed)
It's a Western Digital WD Purple Harddisk, mostly used for surveillance applications.
Here is a screenshot of my task manager (Forgive my task manager is Chinese, But you should also be able to see 100% load and 11M/50M write speed)
It's a Western Digital WD Purple Harddisk, mostly used for surveillance applications.
- Posts: 1037
- Joined: 8 May 2006
Loaded as in there is virtually no free space left on the drives?both are 100% loaded
Do you have 'Fail-safe file copy' enabled?
If so, you would need 2x the file size of free space.
- Posts: 7
- Joined: 2 Apr 2023
It meas hard disk activity time reaches 100%Loaded as in there is virtually no free space left on the drives?both are 100% loaded
Do you have 'Fail-safe file copy' enabled?
If so, you would need 2x the file size of free space. therube, 05 Apr 2023, 16:35