home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / scope / 126-150 / scopedisk129 / validate / validate.doc < prev    next >
Text File  |  1992-10-27  |  2KB  |  38 lines

  1.  
  2. VALIDATE Copyright 1989 Darren New.  All Rights Reserved. May be freely
  3. distributed as long as the copyright notice is preserved and this document
  4. and disclaimer is included.
  5.  
  6. Validate is a program I whipped up for individuals who ask how to force a
  7. disk to be validated.  It is CLI only.    The basic usage is
  8.  
  9. VALIDATE DISK-NAME P
  10.  
  11. The DISK-NAME argument is the name of the disk to be validated. The P is
  12. optional and if present will cause the program to pause for ten seconds
  13. between clearing the bitmap and uninhibiting the drive. I usually do this
  14. to disks I'm going to mail; it forces the receiver to check the structure
  15. of the disk and the checksums on the control blocks upon receiving the
  16. disks. Note that the name of the disk is required, not the device.
  17. (I.e., "Empty", not "DF0:")  This is to make sure it found the right
  18. root block.
  19.  
  20. THE AUTHOR SPECIFICALLY DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED,
  21. INCLUDING BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND
  22. FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHOR BE LIABLE
  23. FOR ANY DAMAGE CAUSED BY THE USE OF THIS PROGRAM.  Most of the information
  24. used to find the root block has been determined by inspection of disks.
  25. Your mileage and controller may vary. The root block is checked for
  26. validity before any modifications are made, but I suggest you back up your
  27. hard disk before running this against it the first time.
  28.  
  29.  
  30. If enough requests are made, I will add the code to zero unused blocks.
  31. This is handy to do occasionally as it makes life easier for DiskSalv,
  32. DiskDoctor, and so on.
  33.  
  34. The source for this will probably never be available as most of it is
  35. coming from a commercial program soon to be released.
  36.  
  37.  
  38.