home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / tech / 6447 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  1.8 KB

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