home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 3670 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: fc.hp.com!tomk
  2. From: tomk@fc.hp.com (Tom Kennedy)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Using PC Zip Disks, the truth
  5. Date: 5 Feb 1996 17:31:31 GMT
  6. Organization: Hewlett-Packard Fort Collins Site
  7. Message-ID: <4f5etj$och@fcnews.fc.hp.com>
  8. References: <3-633-265-0-2401b475@nwamiga.apana.org.au> <1749.6608T839T1525@xmission.com> <DMB1yD.FIG@actrix.gen.nz>
  9. NNTP-Posting-Host: magnum.fc.hp.com
  10. X-Newsreader: TIN [version 1.2 PL1.4]
  11.  
  12. Colin Palmer (cpalmer@atlantis.actrix.gen.nz) wrote:
  13. : Another thing is that I cannot seem to 
  14. : format MS-DOS ZIP disks, no matter what I try (it fails with "disk not 
  15. : validated").
  16.  
  17. I think I see the problem.  Your disk geometry is 1 sector to big.
  18. (Which won't be noticed for day-to-day operation, but will fail if you
  19. fill up the disk or try to format (although a "format QUICK" should
  20. work...) )
  21.  
  22. : Here's something that should work (works for me under Workbench 3.0):
  23.  
  24. : ZIP_PC:
  25. :    Surfaces = 1
  26. :    BlocksPerTrack = 1
  27. :    Lowcyl = 0
  28. :    Highcyl = 196608
  29.                ^^^^^^ change this to 196607 and you should be ok.
  30.                       (the zip has 196608 scetors total, numbered from
  31.               0 to 196607)
  32. :    BufMemType = 5
  33. :    Blocksize = 512
  34. :    Device = <name or your scsi device>
  35. :    Unit = 5 or 6
  36. :    Flags = 0x00000000
  37. :    Mask = 0x7FFFFFFE
  38. :    Maxtransfer = 0x7FFFFFFF
  39. :    Reserved = 0
  40. :    Filesystem = L:CrossDOSFileSystem
  41. :    Stacksize = 2000
  42. :    Priority = 5
  43. :    Buffers = 30
  44. :    Dostype = 0x4d534800
  45. :    Mount = 1
  46. : #
  47.  
  48. Tom Kennedy
  49.