home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / devs&handlers / btntape / formattape < prev    next >
Text File  |  1990-10-27  |  618b  |  20 lines

  1. 04 80 20 00 03 80
  2.  
  3. This is the raw command string for formatting cartridges with a 3M MCD-40.
  4. To start a format operation, enter this from the CLI:
  5.  
  6.       type formattape to tape:$$RAWCMD$$
  7.  
  8. The $$RAWCMD$$ must be in upper case.  This file must be smaller than
  9. a tape block.  Everything in the file after the first line is ignored.
  10.  
  11. The bytes have the following meanings:
  12.  
  13. byte 0 = 04 = the SCSI Format_Unit command
  14. byte 1 = 80 = immediate command execution
  15. byte 2 = 20 = condition tape before format
  16. byte 3 = 00 = reserved
  17. byte 4 = 00 = interleave (00,02-07 are valid values)
  18. byte 5 = 80 = no retries,  80 = retries
  19.  
  20.