home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!bhamcs!percy!dxo
- From: dxo@cs.bham.ac.uk (David Oakley)
- Newsgroups: comp.sys.atari.st.tech
- Subject: Re: Utility needed to read Amiga disks.
- Message-ID: <1993Jan4.114727@cs.bham.ac.uk>
- Date: 4 Jan 93 11:47:27 GMT
- References: <1993Jan3.153141.8252@brt.deakin.edu.au> <1993Jan3.190029@cs.bham.ac.uk> <3JAN199313542154@rosie.uh.edu>
- Sender: news@cs.bham.ac.uk
- Organization: University of Birmingham
- Lines: 38
- Nntp-Posting-Host: mb10
-
- In article <3JAN199313542154@rosie.uh.edu>, st1my@rosie.uh.edu (Stich, Christian E.) writes:
- |> 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
-
-
- Hmm. Now I come to think about it again it might be possible to read Amiga disks,
- it's just that it'd take one helluva long time. Amigas have links between all
- their sectors, and so Amiga sectors don't hold 512 bytes of data, only 478 (I
- think that's the right number) and the rest is link data.
-
- I don't know whether the blocks are actually 478 bytes and the link data is in
- the inter-sector gap, or whether the blocks are 512 and KickStart decodes it. If
- it's the former then you can forget the idea of reading it 'cause WDs don't like
- odd sector sizes. You could read in the whole track (gaps and all) and decode it
- yourself (lurvly!)...
-
- The point is that the FDC controller software in the Abacus DiskDrives Inside and
- Out book seems to show that the FDC can't identify sectors of any size on the
- disk. And that's a problem.
-
- It's all from memory, so if someone knows for real then please join in!
-
- David.
-
- Hmm. a sig.
- Nah.
-