home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d552 / tsfsuite.lha / TSFSuite / docs / TSFMx.doc < prev    next >
Text File  |  1991-10-28  |  2KB  |  85 lines

  1.  
  2.     TEAC SCSI FLOPPY MODE_SELECT DOC            June 29/91
  3.  
  4.     TSFMx.doc  for x ={1,2,4}    Copyright 1991 by Harvey Taylor
  5.  
  6.  
  7.     What it is
  8.     ----------
  9.     The TEAC SCSI Floppy needs to have its controller set into different
  10.     modes for the various capacity disks it uses. This is accomplished by
  11.     sending an appropriate MODE_SELECT command via SCSI Direct.
  12.  
  13.  
  14.     Command Lines
  15.     -------------
  16.     You must run TSFMx from the CLI.
  17.  
  18.     TSFM2 ?                 /* Prints format */
  19.     TSFM1                    /* USES DEFAULTS */
  20.     TSFM4 scsi.device 3
  21.  
  22.     TEMPLATE: TSFMx [xxx.device scsi_id]
  23.     The defaults are harddisk.device and 1.
  24.  
  25.  
  26.     Examples
  27.     --------
  28.     To use the drive with a 2 Meg disk
  29.  
  30.     1) Mount SD2:
  31.         eg. use the command line
  32.         1> Mount SD2:
  33.  
  34.     2) SCSI Format with TSFF2
  35.         eg.
  36.         1> TSFF2
  37.  
  38.     3) AmigaDOS Format
  39.         eg.
  40.         1> Format drive SD2: name Test.0 noicons quick
  41.         (see Note 1)
  42.  
  43.     4) Test if the system sees it
  44.         eg.
  45.         1> info
  46.         1> list sd2:
  47.  
  48.     5) If you change to another 2 Meg disk, you need to do a DiskChange.
  49.         eg.
  50.         1> diskchange sd2:
  51.  
  52.     6) If you change to a 4 Meg disk, you need to have completed a
  53.        similar process for the SD4: and to do 2 DiskChanges and a
  54.        TSFM4. (see Note 1)
  55.         1> dc sd2:        /* tell handler disk changed */
  56.         1> tsfm4        /* change mode */
  57.         1> dc sd4:        /* tell other handler to check disk */
  58.  
  59.     Note 1
  60.     It can be useful to set up a couple of aliases for these commands.
  61.     In particular:
  62.         alias dc DiskChange
  63.         alias sd2fmt Format drive SD2: name [] noicons quick
  64.  
  65.  
  66.     Gotchas
  67.     -------
  68.     It is very easy to corrupt disks because the FastFileSystem [or the
  69.     MSDOSFileSystem] has no way of knowing if you have changed disks. You
  70.     either have to be very careful about doing DISKCHANGEs or use TSFADC. This
  71.     is a daemon which does occasional Test Unit Readys. If there is a change in
  72.     the SCSI status, it sends a disk change packet to the handler.
  73.  
  74.     Email Addr
  75.     ----------
  76.  
  77.     Harvey Taylor      Meta Media Productions
  78.     uunet!van-bc!rsoft!mindlink!Harvey_Taylor
  79.         a186@mindlink.bc.ca
  80.  
  81.     The TSF suite and documentation is all Copyright   1991    by Harvey Taylor
  82.  
  83.  
  84.  
  85.