home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / ICDP655B.ZIP / CDROM / ICDCDROM.DOC < prev   
Text File  |  1994-03-31  |  7KB  |  172 lines

  1. ___________________________________________________________________________
  2.  
  3. ICD CD-ROM DRIVE SOFTWARE
  4. ___________________________________________________________________________
  5.  
  6. ICD, Incorporated
  7. 1220 Rock Street
  8. Rockford, IL  61101
  9. U.S.A.
  10.  
  11. Technical Support: (815) 968-2228 ext 235
  12. FAX:               (815) 968-6888
  13. ___________________________________________________________________________
  14.  
  15. Notice:  Advantage ST, AdSCSI ST, and The Link are trademarks of ICD, Inc.  
  16. Other brand and product names are registered trademarks or trademarks of 
  17. their respective holder.
  18.  
  19. This documentation and the ICD XFS CD-ROM driver are copyright 1994 by ICD,
  20. Inc.  All Rights Reserved.  Reproduction or translation of any part of this
  21. work (beyond that permitted by sections 107 and 108 of the United States 
  22. Copyright Act) without permission of the copyright owner is unlawful.
  23.  
  24. In no event will ICD, Inc. be liable for any damages whatsoever (including 
  25. without limitation, damages for loss of business profits, business 
  26. interruption, loss of business information or the like) arising out of the 
  27. use of, interruption in the use of, or inability to use this software, even 
  28. if ICD, Inc. has been advised of any possibility or likelihood of such 
  29. damages.
  30.  
  31. MinT and its utilities are included with the permission of Atari Corp.
  32. ___________________________________________________________________________
  33.  
  34. INTRODUCTION
  35.  
  36. If included as part of the ICD LINK software, this CD-ROM drive software 
  37. allows the use of standard SCSI-II-compatible CD-ROM drives connected to an
  38. ICD Advantage ST, AdSCSI ST, or Link host adapter.  
  39.  
  40. If included as part of the ICD PRO software, this CD-ROM drive software 
  41. allows the use of standard SCSI-II-compatible CD-ROM drives connected to the
  42. Atari TT 030 and Falcon 030 SCSI ports as well as the above ICD host adapters.
  43.  
  44. This CD-ROM software also requires the presence of ICDBOOT with a minimum
  45. version of 6.5.2.
  46.  
  47. NOTE:  some older CD-ROM drives are not SCSI-II and will not work with this
  48. software.
  49.  
  50. ICD's XFS and MinT will access both High Sierra and ISO-9660 format CD-ROMs.
  51.  
  52.  
  53. INSTALLATION
  54.  
  55. Installing the CD-ROM software is fairly straightforward. 
  56.  
  57. Make a MINT folder on one of your hard drive partitions.  Copy the file
  58. MINT.TOS into it and double-click on it.  It is a self-extracting ZIP file
  59. and will extract all the files.  You should probably do this on a partition
  60. other than drive C as space on C may be limited.
  61.  
  62. Copy MINT.PRG to your present AUTO folder.  This is usually on drive C.
  63. Note that MINT.PRG must be physically the last program in your AUTO folder.
  64. (Remember that many versions of TOS display only sorted directories).  If it
  65. is not the last program, use a utility such as AUTO_ORG.PRG (from Codehead 
  66. Software) to reorganize your AUTO folder.  Or, make a JUNK folder, copy all 
  67. files from your AUTO folder into JUNK, erase all files in AUTO, then copy 
  68. files from JUNK back into AUTO one by one, ending with MINT.PRG.
  69.  
  70. Make a folder on the boot drive called MINT.  Copy the files GEM.SYS and 
  71. GEM.CNF into this folder.  Copy the file MINT.CNF into the root directory of
  72. the drive.
  73.  
  74. Copy the file ICDCDZ2.XFS into the root or main directory of the same drive
  75. that your AUTO folder is on.  The name of this file may have to be changed;
  76. the characters after "ICDCD" indicate the logical drive that your CD-ROM
  77. files will be under and the logical SCSI ID of your CD-ROM drive.
  78.  
  79.          ICDCDdi.XFS
  80.               ^^
  81.               |\
  82.               | \
  83.               |  ---- is the logical SCSI ID of your drive unit in decimal
  84.               \       (1 through 7, 9 through 15).  SEE TABLE BELOW.
  85.                \
  86.                 \
  87.                  ---- is the logical drive you will use.
  88.  
  89.    examples:
  90.  
  91.          ICDCDZ2.XFS
  92.               ^^
  93.               ||
  94.               |\
  95.               | \
  96.               |  ---- indicates physical SCSI ID of 2 and a logical SCSI ID
  97.               \       of 2, connected to DMA port of ST or TT using an ICD 
  98.                \      host adapter. 
  99.                 \
  100.                  ---- indicates drive Z:.
  101.  
  102.          ICDCDM10.XFS
  103.               ^^
  104.               ||
  105.               |\
  106.               | \
  107.               |  ---- indicates physical SCSI ID of 2 and a logical SCSI ID
  108.               \       of 10, connected to SCSI port on TT or Falcon.
  109.                \
  110.                 \
  111.                  ---- indicates drive M:.
  112.  
  113. The following table shows how to figure out the logical SCSI ID of your 
  114. CD-ROM drive.  The physical SCSI ID is the one set on your drive through
  115. jumpers or by a switch.  You must translate the physical ID to a logical 
  116. ID as follows:
  117.  
  118. Port         Physical SCSI ID   Logical SCSI ID
  119. -----------------------------------------------
  120. DMA port (on        1                 1
  121. ST and TT)          2                 2
  122.                     3                 3
  123.                     4                 4 
  124.                     5                 5
  125.                     6                 6
  126.                     7                 7
  127.  
  128. SCSI port           1                 9
  129. (on TT and Falcon)  2                10
  130.                     3                11
  131.                     4                12
  132.                     5                13
  133.                     6                14
  134.                     7                15
  135.  
  136. If you do not know the physical ID of your CD-ROM drive, hook it up and run 
  137. the IDCHECK program.
  138.  
  139. Note that IDs 0 and 8 are NOT ALLOWED.  In addition, the ID 15 is generally
  140. used by the TT or Falcon and is NOT ALLOWED unless you have changed the
  141. initiator ID of your computer, which is possible only to the sophisticated
  142. user.  Contact ICD if you want to do this.
  143.  
  144. If necessary, do a 'Show Info' and rename ICDCDZ2.XFS as needed.
  145.  
  146. Now, reboot your computer.  Your bootup will proceed as normally, and MinT
  147. should install at the end of your AUTO folder.  MinT will load your XFS
  148. file and show the name, logical ID, and logical drive of your CD-ROM unit.
  149. If an error is encountered, a message will be printed and you must then
  150. press any key to continue, but the XFS driver will not have been loaded.
  151.  
  152. Next, you will see the MinT signon dialog, followed by the loading of your
  153. accessories and then the MinT desktop.  At this point you can install an
  154. icon for drive Z: (or whatever drive you select) and double-click on it
  155. to display the contents of the CD-ROM in the drive.
  156.  
  157. SUPPORT
  158.  
  159. ICD will provide technical support on its XFS driver and the installation
  160. of MinT and the drive in regard to access of CD-ROMs only.  Due to constraints
  161. in time and personnel, the rest of the MinT package cannot be supported by
  162. ICD.  Phone support is normally available 10 AM to 2 PM Central Time Monday,
  163. Wednesday, and Friday, or send a FAX or letter and it will be answered in 
  164. like fashion as soon as possible.
  165.  
  166. ADVICE
  167.  
  168. If you do not want to run MinT all the time, set up SUPERBT or DESKMGR to
  169. allow you to have separate bootup schemes for normal and MinT sessions.
  170. SUPERBT is a shareware program available on the ICD BBS.  DESKMGR is
  171. available from Codehead Software.  Remember to support shareware authors!
  172.