home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / disk / misc / MountDos11.readme < prev    next >
Text File  |  2000-08-22  |  2KB  |  49 lines

  1. Short:    Read & list/mount MS-Dos partition-table.
  2. Author:   sintonen@iki.fi (Harry "Piru" Sintonen)
  3. Uploader: sintonen@iki.fi (Harry "Piru" Sintonen)
  4. Version:  1.1
  5. Type:     disk/misc
  6. Requires: OS 2.04+
  7.  
  8. MountDos11
  9.  
  10. This is version 1.1 (second, improved & bugfixed release) of MountDos.
  11. MountDos reads the entire partition table of an MS-Dos HD (or alike:
  12. ZIP/JAZZ) connected to the Amiga (either IDE or SCSI). It can (optional)
  13. do three things:
  14.  - List the contents of the partition table
  15.  - Generate mountlists for the entries in the partition table
  16.  - Automatic mount all partitions in the table which are supported by
  17.    Cross-Dos.
  18. The device and unit can be specified. Extended partitions are supported.
  19. Source is included (in 'AmigaE'). Kickstart 37+.
  20.  
  21.  
  22. New in v1.1
  23. -----------
  24.  
  25. o bugfixes
  26.   - Left orphaned tempfile to t: if some error occured while mounting
  27.     -> no further 'mountdos mount' were possible. Multiple simultanous
  28.     'mountdos mount' weren't possible. Fixed to delete the tempfile
  29.     in all error cases and to generate pseudo-random tempfile filename.
  30.   - QUIET-option had a memory leakage. Fixed.
  31.   - Didn't check for success from String(), could have crashed. Fixed.
  32.  
  33. o improvements
  34.   - Custom error messages for 'No disk in the drive' and
  35.     'Block len not supported'.
  36.   - The new options (tooltypes):
  37.  
  38.     PREFIX    Prefix to add before mount unit name
  39.  
  40.     The names used for generating and mounting are now composed in the form:
  41.       <prefix>MD<unit-number><partition-number>:     for dos partitions and
  42.       <prefix>ND<unit-number><partition-number>:     for non-dos partitions.
  43.  
  44.     For example in s:user-startup:
  45.  
  46.     ;BEGIN Mount-ZIP
  47.     mountdos blizzppc.device 2 PREFIX "ZIP" MOUNT QUIET
  48.     ;END Mount-ZIP
  49.