The next version of Amiga911 Maker is soon ready to be released. One of the new features is that DiskImage can now be added to the boot disks created, this gives the possibility of mounting ADF floppy images, ISO CD-ROM images and HDF harddisk images after booting the Amiga911 floppy. The user can then copy files from/to the mounted image files,
Everything is controlled by DiskImageGui, which is a simple requester based script I have created, it allows the user to insert and eject disk image files in/from the virtual devices. Since things has to be kept very simple on the Amiga911 disk, I decided to not mess around with seperate mount files. Instead they will be generated on the fly by the script when they are needed, then the script will use the temporarily created mount files for mounting the image files.
The mount file creation method turned out to be really useful when dealing with HDF image files since the details of the mount file needs to match the characteristics of the HDF image in question. Here the "HighCyl" value is most important, and the script will use the size of the HDF file for calculating the correct value.
The main reason for adding HDF support, is that not only will it now be possible to set up a harddisk by using the Amiga911 disk, the user can also mount one of the pre-configured Workbench packs like ClassicWB, and then copy everything from the HDF file directly to the harddisk!
Several versions of ClassicWB has been tested, and the DiskImageGui script should be able to mount any HDF file as long as it uses a block size of 512 and a BlocksPerTrack value of 32.
The reason why I'm writing this post, is just in case someone here on this forum is interested in the script I have created. DiskImageGui does also work on standard Workbench as well, so I'm including it here. Just have in mind that a 020 or higher CPU is required.
In addition you will also need this:
http://aminet.net/package/disk/misc/diskimageJust copy DiskImageCtrl to C: and diskimage.device to Devs:, then start the DiskImageGui script. For mounting ISO images, you will also need AmiCDFS which you can find here:
http://aminet.net/package/disk/cdrom/amicdfs240PS! There are two different versions of diskimage.device, but only Thore Böckelmann's version is supported.