home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 May / VPR9905A.BIN / DRIVER / TEKRAM / DC390FU / DOS / README.DOS < prev    next >
Text File  |  1996-12-09  |  4KB  |  81 lines

  1.  
  2. < ABOUT Version 1.80 TFDISK.EXE and TRMDISK.SYS >
  3.  
  4. The TFDISK.EXE and TRMDISK.SYS are modified to support non-512 bytes/sector
  5. media to be compatible with WIN95 and Windows-NT. Previous versions using
  6. 512 bytes/sector emulation method to access the media are not compatible with
  7. WIN95 or Windows-NT and would result in media exchange problem.
  8.  
  9. To have the best compability, the SUPER FLOPPY format* is recommended to be
  10. compatible across DOS/Windows/WIN95/Windows-NT!
  11. (* SUPER FLOPPY format: means no partition table for removable media. The
  12. entired media would be treated as one large-capacity floppy disk. *)
  13.  
  14. The new driver will accept ALL WIN95/Windows-NT format, either SUPER FLOPPY or
  15. partition based formatted.
  16.  
  17. However, WIN95 will NOT recognize Windows-NT's partition based format.
  18.  
  19.  
  20.  
  21. < Options for TFDISK.EXE and TRMDISK.SYS >
  22.  
  23. 1. TFDISK.EXE
  24.     /emu    Using 512 bytes/sector emulation method to handle media with
  25.         1024 or 2048 bytes/sector. This method must be used with
  26.         /e option of TRMDISK.SYS, i.e., "TRMDISK.SYS /e".
  27.  
  28. 2. TRMDISK.SYS
  29.     /e    Using 512 bytes/sector emulation method. This method must be
  30.         used with /emu option of TFDISK.EXE, i.e., "TFDISK.EXE /emu".
  31.     /q    Bypass Read Verify command to speed up FORMAT speed. It is
  32.         useful when user is testing functions of driver.
  33.     /d n1 n2 n3 ...
  34.         n1 = Reserved logical drive for 1st removable media
  35.         n2 = Reserved logical drive for 2nd removable media
  36.         ...
  37.         ...
  38.  
  39. * 512 bytes/sector emulation method: is used to handle 512, 1024, &
  40. 2048 bytes/sector media with 512B/sec BPB (BIOS Parameter Block) under
  41. DOS/Windows. For Win 95 & NT, there are three BPBs that handle 512, 1024, &
  42. 2048 B/sec, respectively and don't use this emulation method.
  43. - under DOS/Win 3.1x: would only see 512 bytes/sector &
  44. - under Win 95/NT   : can recoginze 512/1024/2048 bytes/sector via 3 different
  45.               BPBs
  46.  
  47. => have problem with media change under DOS/Windows: try this emulation method
  48.    (The previous version of driver uses this emulation method and some other
  49.     control cards may be, too.)
  50. => media change between DOS/Windows & Win 95/NT: don't run with this emulation
  51.    method, i.e., don't add /emu & /e options for TFDISK.EXE & TRMDISK.SYS
  52.  
  53.  
  54. <V1.81 TRMDISK.SYS>
  55. ==> Add a switch to exclude TRMDISK.SYS's control over some removable media
  56.     e.g.  DEVICE=c:\DC390\TRMDISK.SYS /x=3
  57.     /x=3: The TRMDISK.SYS DO NOT control the SCSI device at SCSI ID=3
  58.  
  59. ==> The /x= syntax is as follows:
  60.     e.g., TRMDISK.SYS /x=1,4,c,d (devices of SCSI ID=1, 4, 12, 13 are not
  61.                   controlled via TRMDISK.SYS)
  62.     * No space or tab is allowed between each ID
  63.     * The possible SCSI IDs = 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f
  64.  
  65. ==> When to use this switch:
  66.     Example =>
  67.     SCSI ID 0 = Fixed disk (controlled by BIOS INT13)
  68.     SCSI ID 2 = Removable MO device (controlled by Removable Disk driver)
  69.     SCSI ID 4 = IOMEGA JAZ removable device (controlled by Removable Disk driver)
  70.  
  71.     Since IOMEGA has its own device driver for JAZ device and its utility
  72.     requires its device driver to be installed, the TRMDISK.SYS should
  73.     then control the removable MO only and EXCULDE the IOMEGA JAZZ device.
  74.  
  75.     So, the configuration file ( CONFIG.SYS ) may be as follows:
  76.     DEVICE=c:\DC390\ASPI.SYS      --> TRM ASPI driver
  77.     DEVICE=c:\DC390\TRMDISK.SYS /x=4  --> TRMDISK only controls SCSI ID2
  78.     DEVICE=c:\IOMEGA\SCSICFG.EXE /V   --> IOMEGA SCSI configuration S/W
  79.     DEVICE=c:\IOMEGA\SCSIDRVR.SYS      --> IOMEGA driver controls SCSI ID4
  80.  
  81.