Bundle for Microsoft Windows that includes a small 64-bit Java 11 runtime.
File Read Test Java application or Perl script - reads disk files or directories and stops on the first read error .
Quick Disk Test Java application - fills a disk with test data and verifies that it can be read back without errors .
There are two types of tools in this page:
You will find more software in my homepage.
File Read Test is a Java application with a point-and-click user interface that reads disk files or directories and stops on the first read error.
Download the latest version of the File Read Test Java application
You will need the Java Runtime Environment to run this tool. Tested with OpenJDK 11 under Windows and Linux. There is a bundle for Microsoft Windows that includes a small Java 11 runtime, see the download link at the top.
For more information, including caveats and alternative tools, see the "Help", "About" text inside the application.
Version 1.33, released 5 September 2024, git tag "file-read-test-gui-1.33". Changes are:
Version 1.32, released 10 December 2023, git tag "file-read-test-gui-1.32", with many minor improvements.
Version 1.30, released 02 April 2020, git tag "file-read-test-gui-1.30"
This is the last version which shipped with a 32-bit Java runtime.
Changes are:
Version 1.20, released 26 March 2017, git tag "file-read-test-gui-1.20-1"
Changes are:
Version 1.05, released 5 June 2011, git tag "file-read-test-gui-1.05-1"
The reported number of tested files is now correct. Previously, it incorrectly included the number of directories too. Thanks to MegaTen88 for mentioning this bug.
This version runs with Java/OpenJDK 6.
Version 1.04, released 9 March 2011, git tag "file-read-test-gui-1.04-1"
This version contains some small user interface improvements.
Version 1.02, released 23 Jan 2011, git tag "file-read-test-1.02-1"
Changes are:
- Main bug fix: The timer period was off by 50%, so that the elapsed time ran slow and the reported speed was twice as high as the real one.
- Small internal improvements.
Version 1.00, released 21 Oct 2010, git tag "file-read-test-1.00-1"
File Read Test is a command-line program that reads disk files or directories and stops on the first read error. See the counterpart Java application for examples of scenarios where this tool is useful.
Download the latest version of the File Read Test Perl script
You need a Perl interpreter to run this tool, but this is normally included in your Unix distribution. Tested under Windows with Active State's Perl version 5.8.x (search for the free, open-source version).
Quick Disk Test is a Java application with a point-and-click user interface that fills a disk with test data and verifies that it can be read back without errors.
The test data is sufficiently random that it cannot be compressed or optimised away by smart disks or operating systems, but totally predictable so that the verification process can check at a later point in time that every byte read does have the expected value.
If the filling process is interrupted for whatever reason, it is possible to carry on the next time around without starting from scratch.
Download the latest version of Quick Disk Test
You will need the Java Runtime Environment to run this tool. Tested with OpenJDK 11 under Windows and Linux. There is a bundle for Microsoft Windows that includes a small Java 11 runtime, see the download link at the top.
For more information, including caveats and alternative tools, see the "Help", "About" text inside the application.
Version 1.33, released 5 September 2024, git tag "quick-disk-test-1.33". Changes are:
Version 1.32, released 10 December 2023, git tag "quick-disk-test-1.32", with many minor improvements.
Version 1.30, released 02 April 2020, git tag "quick-disk-test-1.30"
This is the last version which shipped with a 32-bit Java runtime.
Changes are:
Version 1.20, released 26 March 2017, git tag "quick-disk-test-1.20-1"
Changes are:
Version 1.00, released 8 March 2011, git tag "quick-disk-test-1.00-1"
This is the first stable release.
This version runs with Java/OpenJDK 6.
Version Beta 0.82, released 12 Feb 2011
All these disk test tools have been written by R. Diez, are open source and available under the GNU Affero General Public version 3.
The source code is available at the SourceForge project page.
Please send feedback to rdiezmail-filereadtest at yahoo.de