Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!olivea!apple!stevec From: stevec@Apple.COM (Steve Christensen) Newsgroups: comp.sys.mac.programmer Subject: Re: Amiga/Mac File Exchange Message-ID: <49790@apple.Apple.COM> Date: 2 Mar 91 01:27:24 GMT References: <91058.115612ACPS5788@Ryerson.CA> Organization: Apple Computer Inc., Cupertino, CA Lines: 39 ACPS5788@Ryerson.CA (Roger Smith) writes: > I was wondering if anyone has information on How to read I.B.M Dos Disks or > AMIGA disks in an apple HD disk drive. I am thinking about writing a utility >similar to Apple File Exchange that would allow you to stick in an AMIGA disk >and copy files back and forth. Reading DOS disks is easy: just ask the floppy driver to read the blocks from the disk. The more interesting part is interpreting what's on the disk so you know where all the files are. That's what Apple File Exchange does. > I discovered that amiga Floppies use MFM encoding and is similar to the format > used for IBM formatted floppies. Well, Amiga and DOS floppies both use MFM encoding, but as I understand it, the track formats are vastly different. > The FDHD (1.44MB) Drives include the capability to read and Write MFM >and GCR floppies . I think these routines are part of the File or Disk >Manager Routines. No, they're part of the floppy disk driver. Just as you could read/write GCR disks in the pre-FDHD drives, you can read/write both GCR and MFM with the FDHD drives (and associated hardware in the Mac). > Is this a pratical project? Why has there been no emphasis on reading other > disk formats besides DOS? Reading different disk formats gets to be an interesting task since you have to deal with different numbers of sectors per track, different sector sizes, different encodings. I would think that the reason support for DOS disks was added (and not others) is that DOS disks make up a high percentage of the 3.5" disks out there. steve -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Steve Christensen Never hit a man with glasses. stevec@apple.com Hit him with a baseball bat.