home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / disk / format64 / format64.readme < prev    next >
Encoding:
Text File  |  1998-04-10  |  2.0 KB  |  53 lines

  1. Short:     V1.01 Format replacement w/ >4GB support + C source.
  2. Author:    jack@lyyra.kempele.fi (Jarkko Vatjus-Anttila)
  3. Uploader:  tumu@kempele.fi (Tuomas Lukinmaa)
  4. Type:      disk/misc
  5. Version:   1.01
  6.  
  7.     ------------------------------------------------------------
  8.     This work is based on the NewFormat V1.00 by Dave Schreiber!
  9.     ------------------------------------------------------------
  10.  
  11.     BACKUP YOUR DRIVE BEFORE USING THIS PROGRAM. ALTHOUGH I'VE BEEN
  12.     TESTING IT WITH MY 6.4 GIG SEAGATE, IT MAY STILL CONTAIN BUGS.
  13.     YOU HAVE BEEN WARNED!
  14.  
  15.     For some time ago I purchased 6.4GB Seagate Medalist but only
  16.     to see that the part of the disk that exceeded 4GB border was
  17.     unusable. I updated my scsi.device to 43.23 and FastFileSystem
  18.     to 43.19 but although they support 64 bit device commands, you
  19.     need a FORMAT command to support them, too.
  20.  
  21.     Because I didn't find any freeware Format replacement that could
  22.     handle 64 bit addressing range, I decided to adapt the needed
  23.     features in NewFormat by Dave Schreiber. Just because the command
  24.     is just what I've been looking for, and besides, it had sources
  25.     included with it.
  26.  
  27.     1.01 fixes following:
  28.     ---------------------
  29.  
  30.     - If a verify error occured, the program could end up in infinite
  31.       loop. Now fixed.
  32.     - Replaced some custom routines with ANSI C.
  33.     - Version string changed. :)
  34.  
  35.     NewFormat has now turned into Format64 with following features:
  36.  
  37.     - Fully supports 64bit command set as documented in Amiga Developer
  38.       CD 1.1:DevInfo drawer. Basically this work is based on the
  39.       documents written by Amiga-specialists.
  40.     - International mode added.
  41.     - A small check added to prevent you from destroying your drive.
  42.       If your device doesn't support >4GB disk, Format64 won't let you
  43.       to access it.
  44.     - Includes source.
  45.     - Requires KS 2.04 and mc68000+ CPU. Fastfilesystem 43.19 and
  46.       scsi.device 40.23 may require OS 3.1+ but that's not my problem.
  47.  
  48.     Well, it works with me and now I have all of my 6.5GB online...
  49.  
  50.     Have fun, Format64 has been compiled with StormC 1.1.0
  51.  
  52.     - Jarkko Vatjus-Anttila
  53.