About 2 hours ago, SDelete (sdelete -z
) reached 100% - at least that's what it says:
But since then, the disk is >90% busy and the average response time is very high. Write speed is at ~ 7 MB/s. I believe it was at 27 MB/s when SDelete started.
About 2 hours ago, SDelete (sdelete -z
) reached 100% - at least that's what it says:
But since then, the disk is >90% busy and the average response time is very high. Write speed is at ~ 7 MB/s. I believe it was at 27 MB/s when SDelete started.
It is flushing the cache - either its own one or the one of the operating system.
The figure "100%" probably appears when all write commands have been successfully issued. Especially when the application is about secure deleting, the 100% should appear after total completion.
The main reason why it is so slow is because you're using the old version 2.0 of SDelete. Version 2.04 is much faster.
For version 2.0: using ProcessMonitor, you can see that it's still writing.
The file size that Process Monitor reports corresponds to the used disk space (if the disk was empty).
The drop in throughput is explained by the constant rotation speed of the disk. The disk is written from the outside (where you have a long circumference) to the inside (where you have a short circumference).
So, just wait until the program exits and don't look at the percentages it reports.