home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 294.lha / GVP_SCSI_Util / GVPSCSIUti.doc < prev   
Encoding:
Text File  |  1989-10-08  |  3.6 KB  |  88 lines

  1. SCSIInfo and SCSIFormat / GVPInfo and GVPFormat
  2.  
  3. These are both freely distributable. Please don't spread them
  4. without this text.
  5.  
  6. Important Note:
  7. These SCSI harddisk utilities only work on some specific SCSI
  8. controllers like the HardFrame, 2090/2090A/2091 and GVP impact.
  9. The reason for this is that unfortunately not all SCSI devices
  10. support the Commodore standard SCSI-device commando 28 which allows
  11. direkt access to the connected units.
  12. To try your controller (if it's not one of those mentioned)
  13. type:  SCSIInfo -d [devicename] [unit number].
  14.  
  15. If you use a GVP controller (whatever type) you can also have the
  16. benefits of these utilities, thanks to a special adapted version.
  17. The GVP controller does not support the cmd 28, but instead has a
  18. similar commando which is not compatible. We studied it and the
  19. result is GVPInfo / GVPFormat.
  20.  
  21.  
  22. SCSIInfo by PETER SIMEON
  23.  
  24. This is a utility CLI command that displays information about
  25. a specific SCSI device conected to your SCSI controller.
  26.  
  27. It reads a set of information pages which are standard to the SCSI
  28. interface system. These informations are thought to be read mainly
  29. by the controller/device itself, but are interesting and sometimes
  30. useful for the user also.
  31.  
  32. The information pages include such things like:
  33. Drive geometry: number of cylinders / heads / sectors / alternate tracks /
  34.                 interleave / disk type (hard,removable,streamer)
  35. product parameters: Serial number / manufacturer & product code or name /
  36.                     date of manufacture
  37. Some of these pages are part of a standard minimum set of pages,
  38. others are optional and further others are not standardized and may
  39. or may not be used for manufacturer specific information.
  40.  
  41.  
  42.  
  43.  
  44. SCSIFormat by F.BURGEL & PETER SIMEON
  45.  
  46. This is a simple tool which allows you to do a low-level format on
  47. a SCSI harddisk with the possibility to set the interleave.
  48.  
  49. WARNING: You cannot change the interleave value of your harddisk
  50.          without loosing all information stored on it.
  51.          So please make a backup before you start experimenting.
  52.  
  53. We made this tool, because we had followed a discussion on UseNet
  54. about the speed of a Seagate ST-296N with an A2090. Someone said he
  55. had found out that with interleave >1, the 2090 was faster with the
  56. drive. But he had used a debugger in single step mode to force the 2090
  57. to write a value other than 1 to the drive.
  58. We then studied the 2090 and GVP include files as well as some
  59. documentation on SCSI provided in the manual of a Rhodime 140Mb harddisk.
  60. Two days later, the first version was compiled and except some incon-
  61. venience in the user interface, it worked. This showed us, that it is
  62. quite easy to work with SCSI and again proves what a powerful system
  63. it is compared to ST-506 or ESDI.
  64.  
  65. With a ST-296N, the 2090 now makes twice the speed of normal interleave
  66. 1 using interleave 2. This is because the 2090 is too slow in requesting
  67. sectors: a new request comes only when this sector has already passed
  68. by the r/w head. Other, more expensive harddisks have a look-ahead
  69. buffer to overcome this problem. They always read the entire track into
  70. an internal buffer, then pass the requested sectors to the SCSI host
  71. at any time.  So it's only partially the fault of the 2090.
  72. But still, a HardFrame makes 4 times the speed in interleave 1!
  73.  
  74. For owners of ST-296 and similar harddisks, I am going to upload
  75. an instruction file which explains how to re-format, re-prep and
  76. install a harddisk with 2090 using SCSIFormat.
  77.  
  78.  
  79.  
  80. If you have any questions, contact me on
  81.  
  82. BIX:     hardwiz
  83. UseNet:  VISINFO@BERNINA    Subject: to Peter
  84.                             ( some mail until September was lost
  85.                              due to my absence  - sorry )
  86.  
  87.  
  88.