home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!rosie.uh.edu!st1my
- From: st1my@rosie.uh.edu (Stich, Christian E.)
- Newsgroups: comp.sys.atari.st.tech
- Subject: Re: Utility needed to read Amiga disks.
- Date: 3 Jan 1993 13:54 CST
- Organization: University of Houston
- Lines: 30
- Distribution: world
- Message-ID: <3JAN199313542154@rosie.uh.edu>
- References: <1993Jan3.153141.8252@brt.deakin.edu.au> <1993Jan3.190029@cs.bham.ac.uk>
- NNTP-Posting-Host: rosie.uh.edu
- News-Software: VAX/VMS VNEWS 1.41
-
- In article <1993Jan3.190029@cs.bham.ac.uk>, dxo@cs.bham.ac.uk (David Oakley) writes...
- >As far as I know there's no chance of reading or writing to/from an Amiga disk.
- >Guess what? It's those custom chips. Unlike the rest of the civilised world
- >(Mac's excepted) Amiga Corp didn't use a Western Digital chip, so there's not
- >much chance of it working.
- >
- >That's what I found anyway, 'cause I tried writing a program like it a year or so
- >ago. I did successfully read Archimedes disks, and if anyone wants the source to
- >it (in GFA3 and m/c) they're welcome to it after the start of our Spring term
- >(11th Jan).
- >
- >David.
- >
- >So .sig for 1993 yet!
-
- But the Amiga can read and write PC-disks (720 KB) using CrossDos (in 2.1 system
- software) or using MultiDos or MessyDos (later two are public domain).
- If memory serves right, the Atari ST can read MS-Dos (PC) disks.
-
- The Amiga Disk format uses 11 (22 with High Density drives) sectors per track
- instead of the 9 (18) of a PC. This is because the Amiga usually writes
- complete tracks and thus does not need more than one inter sector gap (PC's
- have gaps between all sectors) but it can insert gaps if desired and go to 9
- sectors per track.
-
- 9*2*80=1440 blocks = 1440 *512/1024 = 720 KB
- 11*2*80=1760 blocks = 1760 *512/1024 = 880 KB
-
- for high density disks replace 9/11 with 18/22 for capacities of 1440KB/1760KB
-
-