home *** CD-ROM | disk | FTP | other *** search
- SCSIInfo and SCSIFormat / GVPInfo and GVPFormat
-
- These are both freely distributable. Please don't spread them
- without this text.
-
- Important Note:
- These SCSI harddisk utilities only work on some specific SCSI
- controllers like the HardFrame, 2090/2090A/2091 and GVP impact.
- The reason for this is that unfortunately not all SCSI devices
- support the Commodore standard SCSI-device commando 28 which allows
- direkt access to the connected units.
- To try your controller (if it's not one of those mentioned)
- type: SCSIInfo -d [devicename] [unit number].
-
- If you use a GVP controller (whatever type) you can also have the
- benefits of these utilities, thanks to a special adapted version.
- The GVP controller does not support the cmd 28, but instead has a
- similar commando which is not compatible. We studied it and the
- result is GVPInfo / GVPFormat.
-
-
- SCSIInfo by PETER SIMEON
-
- This is a utility CLI command that displays information about
- a specific SCSI device conected to your SCSI controller.
-
- It reads a set of information pages which are standard to the SCSI
- interface system. These informations are thought to be read mainly
- by the controller/device itself, but are interesting and sometimes
- useful for the user also.
-
- The information pages include such things like:
- Drive geometry: number of cylinders / heads / sectors / alternate tracks /
- interleave / disk type (hard,removable,streamer)
- product parameters: Serial number / manufacturer & product code or name /
- date of manufacture
- Some of these pages are part of a standard minimum set of pages,
- others are optional and further others are not standardized and may
- or may not be used for manufacturer specific information.
-
-
-
-
- SCSIFormat by F.BURGEL & PETER SIMEON
-
- This is a simple tool which allows you to do a low-level format on
- a SCSI harddisk with the possibility to set the interleave.
-
- WARNING: You cannot change the interleave value of your harddisk
- without loosing all information stored on it.
- So please make a backup before you start experimenting.
-
- We made this tool, because we had followed a discussion on UseNet
- about the speed of a Seagate ST-296N with an A2090. Someone said he
- had found out that with interleave >1, the 2090 was faster with the
- drive. But he had used a debugger in single step mode to force the 2090
- to write a value other than 1 to the drive.
- We then studied the 2090 and GVP include files as well as some
- documentation on SCSI provided in the manual of a Rhodime 140Mb harddisk.
- Two days later, the first version was compiled and except some incon-
- venience in the user interface, it worked. This showed us, that it is
- quite easy to work with SCSI and again proves what a powerful system
- it is compared to ST-506 or ESDI.
-
- With a ST-296N, the 2090 now makes twice the speed of normal interleave
- 1 using interleave 2. This is because the 2090 is too slow in requesting
- sectors: a new request comes only when this sector has already passed
- by the r/w head. Other, more expensive harddisks have a look-ahead
- buffer to overcome this problem. They always read the entire track into
- an internal buffer, then pass the requested sectors to the SCSI host
- at any time. So it's only partially the fault of the 2090.
- But still, a HardFrame makes 4 times the speed in interleave 1!
-
- For owners of ST-296 and similar harddisks, I am going to upload
- an instruction file which explains how to re-format, re-prep and
- install a harddisk with 2090 using SCSIFormat.
-
-
-
- If you have any questions, contact me on
-
- BIX: hardwiz
- UseNet: VISINFO@BERNINA Subject: to Peter
- ( some mail until September was lost
- due to my absence - sorry )
-
-
-