Dashboard > Public Content > ... > JavaStuff > JavaADF
  Public Content Log In   View a printable version of the current page.  
  JavaADF
Added by James Richardson, last edited by James Richardson on Mar 26, 2007  (view change)
Labels: 
(None)

Reading Amiga Disk Files (ADF) and Amiga Hard Disks Using Java

I had a corrupted Amiga IDE drive that some old version of linux had accidentally put a MS-DOS boot block on, so the linux amiga hard drive support didn't work...

I figured that the amiga file system couldn't be so hard to read, and in fact it was very well documented.

It turned out to be not so hard to knock something together to read both "FFS" and "OFS".

Recovering files

I created a file image from the disk

Accessing the files

java -cp amiga.jar net.time4tea.adf.Cli

This will only work for OFS floppies at the moment. To support hard files etc you will need to download and compile the source yourself.

Where is the source?

Its at http://www.time4tea.net/svn/trunk/amiga

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators