home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / disk / Misc / TestGeometry / TestGeometry.doc < prev    next >
Encoding:
Text File  |  1995-08-25  |  2.4 KB  |  85 lines

  1. TestGeometry documentation
  2. **************************
  3.  
  4. This document describes TestGeometry, a test and demonstration program
  5. for the TD_GETGEOMETRY and TD_PROTSTATUS commands that may be implemented
  6. in trackdisk.device-compatible Exec devices.
  7.  
  8.  
  9. Purpose
  10. *******
  11.  
  12. There are several programs that need or can use TD_GETGEOMETRY, most of
  13. them are low-level disk utilities. Often there is no documentation which
  14. commands a device driver understands and not all programs using
  15. TD_GETGEOMETRY give meaningful error messages, so you can use
  16. TestGeometry first to check if your device does support it or not.
  17.  
  18. You should get correct information about the device geometry if
  19. TD_GETGEOMETRY is supported, or "error -3 (command not supported by
  20. device) reading drive geometry" if not.
  21.  
  22. Another possible use for TestGeometry (if the appropriate driver does
  23. support TD_GETGEOMETRY) is to obtain the geometry of a certain disk,
  24. for example for preparing it or for writing DEVS:DOSDrivers-files.
  25. If you have a device driver with a good TD_GETGEOMETRY implementation,
  26. like the omniscsi.device ("Guru-ROM"), you can get better values with
  27. this program than from HDToolBox.
  28.  
  29.  
  30. Usage
  31. *****
  32.  
  33. TestGeometry is a Shell program with the following template:
  34.  
  35. DEVICE/A,UNIT/N/A
  36.  
  37. DEVICE is the name of the trackdisk.device-compatible Exec device
  38. you wish to use.
  39.  
  40. UNIT is the unit number of the given device you with to use.
  41.  
  42.  
  43. Examples
  44. ********
  45.  
  46. TestGeometry scsi.device 3      (unit 3 of Commodore's scsi.device)
  47. TestGeometry trackdisk.device 1 (the Amiga formatted disk in DF1:)
  48. TestGeometry mfm.device 0       (the CrossDOS-disk in PC0:)
  49.  
  50.  
  51. Tested device drivers
  52. *********************
  53.  
  54. The following drivers support TD_GETGEOMETRY:
  55. omniscsi.device                   (Guru-ROM V6)
  56. mfm.device 40.9 (21.05.93)        (OS 3.1 CrossDOS disk driver)
  57. trackdisk.device 40.1 (12.03.93)  (OS 3.1 floppy disk driver)
  58. scsi.device 40.20 (18.02.94)      (A3000 Kickstart 40.70)
  59.  
  60. The following drivers do NOT support TD_GETGEOMETRY:
  61. gvpscsi.device                    (GVP SCSI-driver)
  62. ramdrive.device 39.35 (21.05.92)  (OS 3.1 recoverable RAM disk)
  63. scsi.device 40.12 (21.12.93)      (A3000 Kickstart 40.68)
  64.  
  65.  
  66. The author
  67. **********
  68.  
  69. CatCompMO is written by
  70.  
  71. Oliver Knorr
  72. Nibelungenstraße 47
  73. D-95444 Bayreuth
  74.  
  75. FAX: ++49 921 851566
  76.  
  77. E-Mail: olk@johann.nbg.sub.org
  78.  
  79.  
  80. Copyright and Disclaimer
  81. ************************
  82.  
  83. CatCompMO is in the public domain.
  84. No warranties are made. USE AT YOUR OWN RISK.
  85.