home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 129 / af129a.adf / YADI20.lzx / YADI20 / YADI.readme < prev    next >
Text File  |  1979-07-30  |  2KB  |  49 lines

  1. Short:    Yet Another Disk Imager  (v2.0)
  2. Author:   adlroc@usa.net (Andre R. de la Rocha)
  3. Uploader: adlroc@usa.net (Andre R. de la Rocha)
  4. Type:     disk/misc
  5. Requires: OS1.3+
  6.  
  7.  
  8.  
  9.   YADI  ia  a  small  cli-only  program to transfer disk images to and from
  10. Amiga devices.  A disk image is a file that contains the raw data as stored
  11. in  an  AmigaDOS device.  YADI is useful to store NDOS disks as files, make
  12. backups of devices, transfer Amiga disks to Amiga emulators, transfer Amiga
  13. disk images used in the emulators (ADF/ADZ files) back to Amiga disks, etc.
  14. Why another disk imager ?  Because the others suck.
  15.  
  16.  
  17.  
  18. YADI features:
  19. --------------
  20.  
  21.   A  single program handles creation of disk images and also writes them to
  22. devices.
  23.   Supports  any  AmigaDOS  device,  of  any  size,  that supports trackdisk
  24. compatible commands, using any filesystem.  This includes standard DF0:  to
  25. DF3:   (low  or  high  density),  Cross-DOS  devices  like  PC0:, Cross-Mac
  26. devices, diskspare devices, RAD:  , hard disk partitions, ZIPs, etc.
  27.   You  supply  the  AmigaDOS  device name, i.e., DF1:, not trackdisk.device
  28. unit 1; RAD:, not ramdrive.device.
  29.   It  is  safe.   It  won't  let  you write a disk image over a device of a
  30. different  size.   So  you  can't write by accident a 880kb disk image over
  31. your hard disk partition.
  32.   Works in any Amiga with kickstart 1.3 (and maybe even 1.2) or newer.  But
  33. uses 2.0+ functions if available.
  34.   Is public domain.
  35.  
  36.  
  37. New features in version 2.0:
  38. ----------------------------
  39.  
  40.   Supports internal compression and decompression of disk images using gzip
  41. compatible  algorithm  (uses  zlib  by  Jean-loup  Gailly).   Now  you  can
  42. decompress directly the so called ADZ files and also generate them.
  43.   Supports  decompression  of  DMS  files,  calling  the xDMS utility (also
  44. written by me).  xDMS is available in Aminet in the directory util/arc.
  45.   Supports enhanced control in the case of read/write errors.
  46.   Supports batch reading/writing of several disk images.
  47.   Can  show  informations  about the device geometry, needed if you want to
  48. mount the disk image as a hardfile.
  49.