Short: Disk image device (adf,dms,ipf,iso,...) Author: Fredrik Wikstrom Uploader: Fredrik Wikstrom Type: disk/misc Version: 52.11 Architecture: m68k-amigaos >= 3.0 This is an OS3.x port of the 52.x OS4 diskimage.device (actually based on the cut down version, hence it is missing some features). It is not to be confused with Thore Boeckelmann's diskimage.device, since it is a from scratch development and not based on it in any way, so don't even bother trying to use his GUI together with this device since it won't work (they are incompatible in this way). The same mountlists can however be used for both devices. In order to mount .hdf files you will probably need to specify the correct HighCyl value for the .hdf file in questions (FFS2 ignores this value if LowCyl = 0 so this is not a problem on OS4). Large files (>=2GB) are supported if and only if the filesystem supports this as well as the new 64-bit dospackets (like f.e. SFS2 filesystem). Requirements: - 68020+ CPU - AmigaOS 3.0 or newer For Device: - capsimage.device (IPF plugin) - http://softpres.org - z.library (CISO, DAA, DMG and UIF plugins) - included in archive - expat.library (DMG plugin) - http://aminet.net/package/util/libs/expat-usr Note: ATM there is some problems with AOS <= 3.1 and IDFx DOSDrivers (OS3.5 is untested): http://utilitybase.com/forum/index.php?action=vthread&forum=19&topic=1243 For GUI: - ReAction (OS3.5/3.9) - AISS v3.1 - http://masonicons.de - PNG datatype Supported disk image formats: - adf - adz (gzipped adf) - bin - cso (Compressed ISO) - daa - d64 - dmg - dms (DiskMaSher) - hdf (using specially written DOSDrivers) - img (normal/CloneCD) - ipf (needs capsimage.device) - iso - mdf (Alcohol) - nrg (Nero) - toast (same as iso) - uif The following formats are supported but untested: - b5i - cdi - pdi - raw Also supports compressed images through (if available): - xadmaster.library - xpkmaster.library Installation: 1. Copy DEVS/diskimage.device to DEVS: 2. Copy C/MountDiskImage to C: 3. Copy DiskImageGUI(|.info) to SYS:WBStartup/ 4. MakeDir DEVS:DiskImage 5. Copy DEVS/DiskImage/#? to DEVS:DiskImage/ 6. Install z.library from zlib-amiga.lha Usage: Put one of the included IDFx/ICDx mount files into DEVS:DOSDrivers (or SYS:Storage/DOSDrivers in which case they will have to be mounted manually with C:Mount before use). To mount a disk image on ICD0: MountDiskImage drive ICD0: imagefile.iso To eject: MountDiskImage drive ICD0: Changes: 52.11 (18-Mar-2009) - Updated Italian catalogs - Updated Spanish catalogs - Changed unit process names to "diskimage unit %ld" - The password and progress bar windows now use this as window title instead of "diskimage.device" 52.10 (3-Mar-2008) - Reduced priority of XAD/XPK plugins - Implemented RELOADPLUGINS/S for MountDiskImage same as in OS4 version - Implemented Refresh button in DiskImageGUI - Updated French catalogs - Added Install script 52.9 (26-Feb-2008) - Fixed hits on loading plugins - Implemented large file support using Joerg's libdos64 - Added German catalogs See the Changelog file in the archive for a complete list of changes.