AminetAminet
Search:
85026 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/rexx/isomount.lha

Mirror:Random
Showing: ppc-powerup icongeneric icon
No screenshot available
Short:Mounting ipf,dms,adf,adz,fdi,hdf,iso...
Author: yaya005 at seznam.cz
Uploader:Ya (yaya005 seznam cz)
Type:util/rexx
Version:3.3.8
Architecture:generic
Date:2025-11-11
Requires:AmigaOS 3.1/3.9/3.2
Replaces:util/rexx/isomount.lha
URL:http://yaya005.xf.cz/amiga/amigasoft.php
Download:util/rexx/isomount.lha - View contents
Readme:util/rexx/isomount.readme
Downloads:6284

Note: Isomount need lot of "slave"/secondary software for full
      functionality.
      When you don`t have all this software instalated, then
      please set "existtest" in config/prefs to 0,
      but then Isomount may not work properly.


New in this version:

3.3.8  Fixed problem with ejecting images from system.
       From now Isomount use "Killdev" tool from Idefix97 package for
       ejecting images from system.
       From now is possible eject all image type format on all
       supported Workbench version./3.2+/
       Please, install "killdev" tool to your c: directory.
       Add new params in to config file. From now is possible
       change device prefix name for all formats in config file..
       / this is not present in pref. tool for now /
       Massive speed boost for DIC create file function.
       / from now on isomount requires FAT95 filesystem /
       Add support for FAT12/16/32 HDF disk images.
       From now, DIC can create FAT12/16/32 HDF disk images.
       Added a quickhelp to the preference program.
       /You can turn it on in the menu./

3.3.7  Improvement instalation script for better compatibility
       with OS4 and other OS. From now, instalation is not aborting
       on another OS or on another installer versions.
       Include italian catatalog for isomount
       [thx. for Samir]
       Inslalation script has stupid bug when is first time
       running.[File isomount.cfg is missing]... fixed.

3.3.6  Fixing bug in adf mountlist.
       Add support for FDI /Formatted Disk Image/ format.
       /converting to adf/

3.3.5  Localization catalogs support is now implemented.
       / 'ct' file for creating new catalogs is included
         in archive too/
       Change default filename lenght to 32 char. in prefs.
       Parritall install script change.
       Big futureproof for reading hfe file format. /No func change
       in this version/

3.3.4  Add guide in Deutsch language.
       / This is only an automatic translation and may contain
        many errors. Note: As the original ;-)
        Probably won't be updated that often.
        Many thanks for autor Amitranslate /
       Fix CrossMAC format recognition bug and litle change in mountlist.
       Add new tool caled 'DICreator' for making blank hdd or adf
       images./ It maybe useful for preparing HDD images on
       real hardware and transfering to WinUAE or for Shapeshifter,
       PC-Task, Fusion and other soft with filedisk support./
       Add support for high density ADF files.
       Improvement instalation script.
       /Auto create 'diskimagetemppath' file./

3.3.3  From now "errors=0" is useful for disabling
       ALL error messages.Be very careful!!!
       Add support for Cloanto RP9 container format.
       /Only ADF files in container is now supported/
       / Unzip in c: is need/
       / RX command is need for recursively calling Isomount /
       NOTE: ALL files from this container will be extracted
       to Isomount temp directory. Default is T:.
       Please remember an it and maybe control your Isomount prefs
       settings.

         

      More info in "History" section guide documentation ...
-----------------------------------------------------------------

Isomount is an ARexx script that makes possible to mount 
CD iso, HD img and/or floppy images in variable formats automatically.

Supported images:

 -amiga    adf - 880-1.76(ofs,ffs)
 -m$-dos   img - 360-2.88(fat12)
 -atari st st  - 800(fat12)
 -mac gs   ??  - 800(mfm)
 -cd       iso - every size including floppy specific
 -HD       img - every size and FFS,PFS,SFS, PC-DOS or MAC format
 -Others   DMS,IPF - images /diskimage.device/
 -RP9      rp9 - Cloanto container format

This script might be very useful to PC-Task users, so that u
do not need to make real boot-floppy and HD image all u have 
to do is to download one from somewhere,mount it and use.


-Requirements:

Isomount  requires  some   things  to  work properly. I`am sure,
you already have most of them in Your SYS:. If not, go to Aminet.

In order to use Isomount, You need:

 -68000+/os3.1+, at least 512ko of memory.
 -RexxMast (system) running
 -rexxsupport.library in libs:
 -filedisk.device (included)
 -CrossDOSFileSystem 42.5+     - for m$-dos floppy images
 -CrossMACFileSystem - for mac GS 800 ko floppies
 -CacheCDFS 113.20    - for CD-ROM iso images
  http://aminet.net/driver/media/IDEfix97.lha
 -diskimage.device 52.35 
  http://aminet.net/disk/misc/diskimage.m68k-aos.tar.bz2
 -capsimage.device 4.2 /for IPF/
  http://softpres.org/
 -SmartFileSystem 1.277 - for amiga HDD images in this filesystem 
  http://aminet.net/disk/misc/SFS.lha
 -ProfessionalFileSystem 3.1 - for amiga HDD images in this filesystem
  http://aminet.net/disk/misc/pfs3aio.lha
  http://aminet.net/disk/misc/PFS3_53.lha
 -OpenTriton GUI system 2.0 - for Preference Editor
  http://aminet.net/dev/gui/opentriton-usr.lha
 -TritonRexx376 - for Triton GUI system support in Arexx
  http://aminet.net/util/rexx/TritonRexx376.lha
 -OpenURL 7.18 - for automatic opening your browser from guide doc
  https://aminet.net/comm/www/OpenURL-7.18.lha
 -Deficons 44+ - for automatic isomout launching
  http://aminet.net/util/wb/DefIcons44.lha
 -DAControl tool and trackfile.device form OS 3.2+
 -Unzip 5.52 - for Cloanto RP9 container format support
  http://aminet.net/util/arc/UnZIP552.lha
 -FAT95 - FAT 95 File System for DIC create file function
  http://aminet.net/disk/misc/fat95.lha
  
 -mount,rx,requestchoice,requestfile,waitforport,join,rename,delete  
 - commands in C: or in path

 and of course some disk/iso images.



-Installation:
1.   Copy  isomount  preferably to Your C: directory  and make sure
     it has script bit [flag] active.
     [protect c:isomount add s].

2.  Copy filedisk.device from archive in to DEVS: folder on sys. disk.

3.  When your REXXMAST server not stabile running, copy rexxmast from 
    your sys:system/rexxmast directory in to sys:wbstartup.
    
4.  Create asociation`s in Deficons tool 
    [ sys:prefs/deficons  OS 3.5, 3.9, 3.2+ ] for all types 
    supported image`s.
    Note: 1. In older version OS [ 3.1 ] is Deficons tool not presented.
          You must create icon`s for every single image file separately.
          2. Icon`s must be Project type with Default tool set on 
    to Isomount [with path] and first tooltype must be SHELL or CLI.

When you have all this correct set, 
you have mouting functionality for all supported 
files on one douleclick !!!!!!!


- usage from shell:

template: isomount <filename>[,devname][,manmode]

          [,manmode] is a number of 'devtype.', see this
          file with text viewer or editor in order to get the range.
          remember that 0 is always iso, the reason why this option
          exists is that u may have iso image that has exactly same
          size like one of the supported floppy images.

          NOTE: u can still ommit [,devname] like this,
                'isomount ../games/cdimageofsomething.iso,,0'

examples:

RamDisk:> isomount hd2:debian_woody.iso
-this   will    mount   debian installation disc as SCD0:,
if  You  type  above  line  again  then  the  debian   iso 
will be mounted again but this time as SCD1:.

RamDisk:>isomount `requestfile`
-and now select your image file via filerequester.


Contents of util/rexx/isomount.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[Amiga]                  24481   41664  58.8% -lh5- 16ac Nov 10 19:46 Isomount33/c/lhex
[Amiga]                   1792    2663  67.3% -lh5- 1205 Nov 10 19:46 Isomount33/Catalogs.info
[Amiga]                    926    1712  54.1% -lh5- b668 Nov 10 19:46 Isomount33/Catalogs/English/isomount.catalog
[Amiga]                    835    2043  40.9% -lh5- f32e Nov 10 19:46 Isomount33/Catalogs/isomountEN.cd
[Amiga]                    867    2107  41.1% -lh5- cf87 Nov 10 19:46 Isomount33/Catalogs/isomountEN.ct
[Amiga]                   1013    1876  54.0% -lh5- 4852 Nov 10 19:46 Isomount33/Catalogs/italiano/isomount.catalog
[Amiga]                    832    2058  40.4% -lh5- 1dfe Nov 10 19:46 Isomount33/Catalogs/italiano/isomountEN.cd
[Amiga]                   1630    3840  42.4% -lh5- 13c6 Nov 10 19:46 Isomount33/Catalogs/italiano/isomountIT.ct
[Amiga]                   2412    2412 100.0% -lh0- 7eb4 Nov 10 19:46 Isomount33/CreateFile371.lha
[Amiga]                   4790   27474  17.4% -lh5- af71 Nov 10 19:46 Isomount33/DICreator
[Amiga]                   1170    1680  69.6% -lh5- b695 Nov 10 19:46 Isomount33/DICreator.info
[Amiga]                   1749    2668  65.6% -lh5- 3dca Nov 10 19:46 Isomount33/filedisk.device
[Amiga]                   1796    2663  67.4% -lh5- 5316 Nov 10 19:46 Isomount33/Help.info
[Amiga]                   2336    7074  33.0% -lh5- d63d Nov 10 19:46 Isomount33/Help/DICreator.guide
[Amiga]                   3262    5593  58.3% -lh5- e261 Nov 10 19:46 Isomount33/Help/DICreator.guide.info
[Amiga]                   9064   28150  32.2% -lh5- 90ed Nov 10 19:46 Isomount33/Help/IsomountDE.guide
[Amiga]                   1488    1893  78.6% -lh5- 5c1a Nov 10 19:46 Isomount33/Help/IsomountDE.guide.info
[Amiga]                   9241   30671  30.1% -lh5- 6877 Nov 10 19:46 Isomount33/Help/IsomountEN.guide
[Amiga]                   1487    1893  78.6% -lh5- 5941 Nov 10 19:46 Isomount33/Help/IsomountEN.guide.info
[Amiga]                   1427    2024  70.5% -lh5- cab2 Nov 10 19:46 Isomount33/iconstemp/def_adf.info
[Amiga]                   1519    1798  84.5% -lh5- b7c9 Nov 10 19:46 Isomount33/iconstemp/def_hdffile.info
[Amiga]                    818    1059  77.2% -lh5- 6785 Nov 10 19:46 Isomount33/iconstemp/def_isofile.info
[Amiga]                   6210   23227  26.7% -lh5- 1833 Nov 10 19:46 Isomount33/Installsoftware
[Amiga]                   1815    2296  79.1% -lh5- 4a1d Nov 10 19:46 Isomount33/Installsoftware.info
[Amiga]                   8819   33163  26.6% -lh5- f4c9 Nov 10 19:46 Isomount33/Isomount
[Amiga]                   1905    2354  80.9% -lh5- 6414 Nov 10 19:46 Isomount33/isomount.info
[Amiga]                   3398    7662  44.3% -lh5- c943 Nov 10 19:46 Isomount33/isomount.readme
[Amiga]                   1814    2751  65.9% -lh5- abd9 Nov 10 19:46 Isomount33/isomount.readme.info
[Amiga]                   5785   27817  20.8% -lh5- 8ef0 Nov 10 19:46 Isomount33/Isomountprefs
[Amiga]                   3639    8710  41.8% -lh5- efba Nov 10 19:46 Isomount33/Isomountprefs.info
[Amiga]                    345     638  54.1% -lh5- b73d Nov 10 19:46 Isomount33/IsomountRun
[Amiga]                   1217    1713  71.0% -lh5- b1e5 Nov 10 19:46 Isomount33/IsomountRun.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        32 files  109882  285346  38.5%            Nov 11 00:09
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>