From: utzoo!decvax!ucbvax!C70:info-cpm
Newsgroups: fa.info-cpm
Title: Re:  good disc diag wanted
Article-I.D.: ucb.1666
Posted: Sun Aug  1 00:26:48 1982
Received: Mon Aug  2 00:54:37 1982

>From w8sdz@BRL Sun Aug  1 00:26:18 1982
If you would like to have a program to test diskettes, there is
one called FINDBAD (version 5.4 is the latest).  It reads every
sector and when it finds a bad one, it adds that CP/M "group"
to a table of group numbers which is put into a dummy file at
the conclusion of the run.  The program does not write to the disk,
only reads.  By creating the dummy file, it causes CP/M to think
those groups are "in use", this "locking out" the bad sectors.

This public-domain program has been around for quite awhile,
works on CP/M 1.4 or 2.2 (does version number test and then reads
the disk parameter block to determine physical characteristics of
the disks).  It works great on hard disks too.

The file is available from MIT-MC as AR20:CPM;FNDBAD 54ASM.