Hi, I use the donor version of FFS and am copying large files (>100GB) with ADSL over VPN (very low speed).
When FFS crashes it restarts the copy and that is a problem for me. Larger files it cannot complete as it crashes before the end of the copy and restarts each time.
I know I can use robocopy with the -Z option or Rsync with the --partial option, but I like FFS.
How can I do this?
Configuring the resume of a partial file copy
- Posts: 3
- Joined: 5 Sep 2023
- Posts: 1038
- Joined: 8 May 2006
(Aside from your question...)
Any message given as to the cause?When FFS crashes
- Posts: 3
- Joined: 5 Sep 2023
Only to zip dump file and send by email
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
The crashes happen inside Windows functions:
These are not caused by an ordinary software bug. Either your Windows installation got corrupted, or you have a hardware error.
It might help to run:
ntdll.dll!RtlQueryPerformanceCounter(), or
ntdll.dll!RtlSleepConditionVariableSRW(), or
gdi32.dll!InternalDeleteObject()
It might help to run:
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
- Posts: 3
- Joined: 5 Sep 2023
Thank's.