The AROS Archives(anonymous IP: 38.107.191.85) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Categories

   o Audio (24)
   o Datatype (2)
   o Demo (12)
   o Development (106)
   o Document (14)
   o Driver (13)
      o Audio (0)
      o Filesystem (0)
      o Graphics (1)
      o Input (1)
      o Misc (1)
      o Network (3)
      o Printer (0)
      o Storage (6)
      o Utility (0)
      o Video (1)
   o Emulation (33)
   o Game (81)
   o Graphics (80)
   o Library (2)
   o Network (18)
   o Office (3)
   o Utility (104)
   o Video (15)

Total files: 507

Full index file. Download
Recent index file. Download




Hosted by
aros-exec.org
 Readme for:  Driver » Storage » diskimage.i386-aros.rar

Description: Disk image device (adf,dms,iso,...)
Download: diskimage.i386-aros.rar       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 265kb
Version: 52.25
Date: 30 Aug 10
Author: Fredrik Wikstrom
Submitter: Fredrik Wikstrom
Email: fredrik/a500 org
Homepage: http://www.a500.org/
Category: driver/storage
Replaces: driver/storage/diskimage.i386-aros.rar
License: LGPL
Distribute: yes
FileID: 812
 
Comments: 3  [View]
Snapshots: 0  [View]
Downloads: 54  (Current version)
290  (Accumulated)

[Show content]  [Replace file]
This is an AROS port of the 52.x OS4 diskimage.device.

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.

Some important notes:

In order to mount .hdf files you will probably need to specify the correct
HighCyl value for the .hdf file in question (FFS2 ignores this value if
LowCyl = 0 so this is not a problem on OS4).

In order to get localisation to work with the diskimage.device you may have to
move the line containing the following command in S:startup-sequence so that
it's located after the C:IPrefs command or the device will always use only the
builtin english strings:
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

Requirements:

 - An x86 system capable of running AROS
 - z.library (CISO, DAA, DAX, DMG and UIF plugins) - included
 - bz2.library (DMG plugin) - included
 - expat.library (DMG plugin) - included
 - AISS - http://masonicons.info/

Supported disk image formats:

 - adf    (Amiga Disk File)
 - adz    (gzipped adf file)
 - bin
 - ccd    (CloneCD)
 - cso    (Compressed ISO)
 - cpr    (same format as dsk)
 - cue
 - d64    (use with 1541-Handler)
 - daa
 - dax
 - dmg    (Apple disk image format)
 - dms    (DiskMaSher)
 - dsk    (CPCEmu, non-EXTENDED images only)
 - fdi
 - gi     (untested)
 - hdf
 - img
 - iso    (CD/DVD)
 - mdf    (Daemon Tools/Alcohol)
 - mds    (Daemon Tools/Alcohol)
 - nrg    (Nero)
 - raw
 - toast  (Roxio Toast)
 - uif    (MagicISO)

Installation:

1. Copy Devs/diskimage.device to DEVS:
2. MakeDir DEVS:DiskImage
3. Copy Devs/DiskImage/#? to DEVS:DiskImage/
4. Copy Libs/#? to LIBS:
5. Copy C/#? to C:

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.25 (30-Aug-2010)
 - Implemented plugins window in DiskImageGUI same as in OS3.x version

52.23 (19-Aug-2010)
 - Fixed a memory leak in expat.library realloc function
 - The DeviceType setting is now configurable from DiskImageGUI same as in the
   OS4 version

See the Changelog file in the archive for a complete list of changes.


File Version Size Date Readme
diskimage.ppc-aros.rar52.25284kb30 Aug 10¤ Disk image device (adf,dms,iso,...)
Copyright (c) 2005 The AROS Archives All Rights Reserved
Contact us at: archives@aros-exec.org