home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / ICDP655A.ZIP / DOCS / ENGLISH / HDPARK.DOC < prev    next >
Text File  |  1991-02-06  |  887b  |  26 lines

  1. HDPARK.PRG & HDPARK.DOC
  2. Copyright 1990-1991  ICD, Inc.
  3.  
  4. HDPARK.TOS allows parking of hard drive units by specifying ID
  5. and LUN.  This is useful in situations where multiple ST506
  6. compatible drives are connected to a single disk controller and
  7. one of the drives is auto-parking, and the other is not.
  8.  
  9. To use HDPARK, create a text file called HDPARK.LST with any
  10. ordinary ASCII text editor or word processor.  Each line of the
  11. file should contain the ID and LUN of one drive to park.  
  12. Example:
  13.  
  14. 1,0
  15. 2,2
  16. 3,1
  17.  
  18. parks ID 1 LUN 0, ID 2 LUN 2, and ID 3 LUN 1.  See the file 
  19. HDPARK.LSX which is provided as an example.
  20.  
  21. Alternatively, you can rename the program to HDPARK.TTP and 
  22. enter a command line from GEM dialog box when prompted, i.e. 1,0
  23. 2,2 3,1 will park ID 1 LUN 0, ID 2 LUN 2, and ID 3 LUN 1.
  24.  
  25. Note: the Atari TT SCSI IDs 0-7 should be entered as IDs 8-15.
  26.