VOGONS


First post, by Kahenraz

User metadata
Rank l33t
Rank
l33t

What software is available that can write to an entire disk and verify that the data can be read back correctly? The use case is to test for errors that may exist with drive controllers when handling disks larger than what existed at the time.

This would be similar to tools that write to a flash drive and then verify the data to check for fake flash drives where data is written in a circular manner that overwrites itself.

This is specific to DOS and Windows 9x and not the media itself which is already known to be good. The purpose is to test whether the drive controller and drivers are working correctly on these older operating systems.

Reply 2 of 12, by Caluser2000

User metadata
Rank l33t
Rank
l33t

If the hardware is known to be good why even bother?

There's a glitch in the matrix.
A founding member of the 286 appreciation society.
Apparently 32-bit is dead and nobody likes P4s.
Of course, as always, I'm open to correction...😉

Reply 3 of 12, by Kahenraz

User metadata
Rank l33t
Rank
l33t

Because I don't know if there is an issue writing past certain disk size milestones like 8GB.

Reply 4 of 12, by darry

User metadata
Rank l33t++
Rank
l33t++

Why not fill the disk with identical files of, for example, 500MB each and then run scandisk and/or chkdsk and, for added assurance, run a checksum on each of the said files ?

Reply 5 of 12, by Jo22

User metadata
Rank l33t++
Rank
l33t++

HDTune has a surface check..

Older versions may run on Win9x+KernelEx.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 6 of 12, by cyclone3d

User metadata
Rank l33t++
Rank
l33t++

Format (drive letter) /u

Edit:
If you want to fill the drive, you can always combine a bunch of files into a single file... Rinse / repeat until the drive is full.
https://www.online-tech-tips.com/free-softwar … ine-text-files/

Yamaha modified setupds and drivers
Yamaha XG repository
YMF7x4 Guide
Aopen AW744L II SB-LINK

Reply 7 of 12, by Caluser2000

User metadata
Rank l33t
Rank
l33t

I thought stuff like this was done a few decades ago?

There's a glitch in the matrix.
A founding member of the 286 appreciation society.
Apparently 32-bit is dead and nobody likes P4s.
Of course, as always, I'm open to correction...😉

Reply 8 of 12, by cyclone3d

User metadata
Rank l33t++
Rank
l33t++

I don't know of any software that fills a drive and then tests the ability to read the data back... At least not for DOS / Win9x.

If the controller properly detects the drive and it is able to be partitioned and formatted then it really should be fine.

For stuff past a certain size is what LBA is for. That is pretty much dependant on the BIOS of the motherboard or controller card.

I would love to see a case or cases where the drive is detected and formats properly but the controller, which is known to not be faulty, has an issue writing/reading past a certain point on a partition.

Yamaha modified setupds and drivers
Yamaha XG repository
YMF7x4 Guide
Aopen AW744L II SB-LINK

Reply 9 of 12, by weedeewee

User metadata
Rank l33t
Rank
l33t

I don't know of any software that has the same functionality like the h2test/h2testw program that currently exists to test for fake USB/SSD/flash/... drives on plain DOS.

All the other suggestions that are listed up to here are pretty much useless in that regard.

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 10 of 12, by Kahenraz

User metadata
Rank l33t
Rank
l33t

h2test/h2testw was exactly what I was thinking but for DOS.

Reply 12 of 12, by Jo22

User metadata
Rank l33t++
Rank
l33t++
cyclone3d wrote on 2021-08-18, 06:08:

I don't know of any software that fills a drive and then tests the ability to read the data back... At least not for DOS / Win9x.

This reminds me of Defrag or Compress from DOS.
It moves around all kinds of data (read/write).
But it's not a diagnostic utility. That would be CheckIt rather.

I'm not sure if it is helpful, but there are programs for DOS/Windows that create a file that grows and grows until the whole HDD partition is used up.
- CCleaner (Win only)
- "Bigfile", Wipefree and Wipefile: https://www.uwe-sieber.de/util_e.html

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//