home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / anwend / gemar306 / xfs / gemarxfs.par < prev    next >
Text File  |  1997-01-21  |  1KB  |  72 lines

  1. # @(#) Parameters for GEMAR.XFS
  2. # @(#) (c) S. Engel 1993
  3. #
  4. # preliminary
  5. #
  6. # No Checks for correct Parameters!!
  7. #
  8.  
  9. # device to use for XFS
  10. DEVICE       = X     GEMDOS-Device
  11.  
  12. # Name for MiNT >= 1.08 to install XFS in.
  13. # If this parameter is not given, the Filesystem will be mounted in DEVICE, as
  14. # under MiNT < 1.08
  15. # Use it for MiNT >= 1.10!
  16. XFSNAME      = Streamer
  17.  
  18. # buffersize for buffering u:\dev\mt
  19. BUFFER       = 100   kBytes
  20.  
  21. # buffered read of u:\dev\mt on
  22. BUFFERED     = ON
  23.  
  24. # Parameters as known by GEMAR
  25. PREMSGTIME   = 2      ticks
  26. POSTMSGTIME  = 3      ticks
  27. DATATIMEOUT  = 1200   seconds
  28. BLOCKSIZE    = 512    Bytes
  29.  
  30. #
  31. # Port: ALIA, ACSI, SCSI
  32. # for backwards compatibility only!
  33. # sets ACSI=Bus 1, SCSI=Bus 2, ALIA=Bus 3
  34. #
  35. #UNIT         = ACSI
  36.  
  37. #
  38. # No of Bus
  39. # Usual settings:
  40. #  0 = ACSI
  41. #  1 = SCSI
  42. # other values: check your SCSI-Driver
  43. #
  44. SCSIBUS      = 0
  45.  
  46. #
  47. # The drives SCSI-Id
  48. #
  49. SCSIID       = 3
  50.  
  51.  
  52.  
  53. # Timeouts for Tape-Access
  54. LOADTIME     = 180   seconds
  55. REWINDTIME   = 180   seconds
  56. SPACETIME    = 180   seconds
  57.  
  58. # Quick File Access NONE|SEEK|LOCATE
  59. QFA          = LOCATE
  60.  
  61. # SCSI-Commands supported by the Streamer (setting additional)
  62. CMD          = LOAD
  63. CMD          = UNIT_READY
  64. CMD          = MODE_SELECT
  65. CMD          = PREVENT_REMOVAL
  66.  
  67. #
  68. # Where's the keyfile
  69. #
  70. KEYFILE      = U:\usr\HM2\USER\GEMAR\gemar.key
  71.  
  72.