home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 571.lha / TSFSuite / docs / TSFFx.doc < prev    next >
Text File  |  1991-10-28  |  2KB  |  76 lines

  1.  
  2.     TEAC SCSI FLOPPY FORMAT DOC                 July 2/91
  3.  
  4.     TSFFx.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 floppies formatted by the
  10.     SCSI controller. This is accomplished by sending an appropriate
  11.     MODE_SELECT and then a FORMAT command via SCSI Direct.
  12.     If things seem okay, TSFFx will prompt you to hit <RETURN>.
  13.  
  14.  
  15.     Command Lines
  16.     -------------
  17.     You must run TSFFx from the CLI.
  18.  
  19.     TSFF4 ?                 /* Prints format */
  20.     TSFF2                    /* USES DEFAULTS */
  21.     TSFF1 scsi.device 3
  22.  
  23.     The template is TFFx [xxx.device scsi_id]
  24.     The defaults are harddisk.device and 1
  25.  
  26.  
  27.     Examples
  28.     --------
  29.  
  30.     To use the drive with a 4 Meg disk
  31.  
  32.     1) Mount SD4:
  33.         eg. use the command line
  34.         1> Mount SD4:
  35.     2) SCSI Format with TSFF4
  36.         eg.
  37.         1> TSFF2
  38.     3) AmigaDOS Format
  39.         eg.
  40.         1> Format drive SD4: name Test.0 noicons quick
  41.     4) Test if the system sees it
  42.         eg. use the command line
  43.         1> info
  44.         1> list sd4:
  45.  
  46.     5) If you wanted an MSDOS disk (under CrossDos[see note 1])
  47.     you would use mformat instead.
  48.         eg.
  49.         1> Mount SI4:
  50.         1> TSFF4
  51.         1> Mformat drive si4: name Mtest.0 quick
  52.         1> info
  53.  
  54.     Note 1    I have not tried MSH: I don't know if it will work.
  55.  
  56.     Gotchas
  57.     -------
  58.     It is very easy to corrupt disks because the FastFileSystem [or the
  59.     MSDOSFileSystem] has no way of knowing if you have changed disks. You
  60.     either have to be very careful about doing DISKCHANGEs or use TSFADC.
  61.     This is a daemon which does occasional Test Unit Readys. If there is a
  62.     change in the SCSI status, it sends a disk change packet to the
  63.     handler.
  64.  
  65.     Email Addr
  66.     ----------
  67.  
  68.     Harvey Taylor      Meta Media Productions
  69.     uunet!van-bc!rsoft!mindlink!Harvey_Taylor
  70.         a186@mindlink.bc.ca
  71.  
  72.  
  73.     The TSF suite and documentation is all Copyright   1991    by Harvey Taylor
  74.  
  75.  
  76.