Welcome, Guest. Please login or register.

Author Topic: Who made filedisk.device?  (Read 1666 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PanterHZTopic starter

  • Sr. Member
  • ****
  • Join Date: Jul 2009
  • Posts: 295
    • Show only replies by PanterHZ
    • http://www.rhz1.com
Who made filedisk.device?
« on: October 22, 2013, 04:02:39 AM »
I found filedisk.device in this archive: http://aminet.net/package/util/rexx/isomount124

First I thought megacz was the person behind filedisk.device, but then I disovered that it's also included in this much older archive: http://aminet.net/package/docs/help/MountISO

So this makes me wonder about who actually created filedisk.device, is it LouiSe or somebody else? And if it's done by somebody else, where can I find the original archive (if any)?
 

Offline zipper

Re: Who made filedisk.device?
« Reply #1 on: October 22, 2013, 09:01:48 AM »
Seems quite old - filedisk.device 0.2 (29.6.93) in MountISO (and isomount, too).
 

Offline pVC

Re: Who made filedisk.device?
« Reply #2 on: October 22, 2013, 10:11:12 AM »
I'd guess it came and has been made with CrossDOS/CrossMAC. You can see it on their update archives with content search on Aminet: http://aminet.net/search?content=filedisk

And some quick googling gives similar results.
Daily MorphOS user and Amiga active.
 

Offline Lizard

  • Full Member
  • ***
  • Join Date: May 2007
  • Posts: 195
    • Show only replies by Lizard
Re: Who made filedisk.device?
« Reply #3 on: October 22, 2013, 10:16:23 AM »
I found it in an update of CrossMAC as well:

http://aminet.net/package/biz/patch/CrossMAC104 (24-10-1995)

Bit redundant now since pVC posted before... :)
« Last Edit: October 22, 2013, 11:03:18 AM by Lizard »
 

Offline PanterHZTopic starter

  • Sr. Member
  • ****
  • Join Date: Jul 2009
  • Posts: 295
    • Show only replies by PanterHZ
    • http://www.rhz1.com
Re: Who made filedisk.device?
« Reply #4 on: October 25, 2013, 04:49:19 AM »
Thanks for the help guys :)

Yes this file is old, but it still works for mounting ADF and ISO images so that they can be accessed like any other device on the Amiga. As for HDF images, megacz mentions the following in his readme file:

"WARNING!
I do not recommend to use filedisk.device for hardfile mounting,
as it is able to write only the very first 16 megabytes and may
corrupt ur hardfile!!!"

I decided to try this anyway, so I made a 32MB hardfile in WinUAE which I copied to my A1200. After mounting the image, I started copying some files to it and expected a lot of problems after reaching the 16 MB barrier, but to my surprise it went fine. Then I tested the virtual drive with DiskSalv2, where it found no errors. Later I have tested filedisk.device with both 100 and 200 MB HDF files by using the same methods, but have not experienced any problems yet.

So it turns out that megacz was wrong. My guess is that either the HDF format has improved a lot since 2006, or he was using a wrong mountfile.

The nice thing about filedisk.device is that it works on any Amiga with Workbench 2.1 and up (the Mount command in WB2.0 doesn't like anything other than numbers to be specified as Unit). I am currently working on a requester based script which uses filedisk.device, this script will allow the user to mount ADF, ISO and HDF images with just a few mouseclicks. It is mainly meant for my Amiga911 project, but will also be uploaded to Aminet.

BTW. The reason why I started this thread, was to find out if there exists a workaround for the WB2.0 Mount command, but it seems like there isn't (other than using a later version of Mount).