home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1617.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.3 KB  |  52 lines

  1. >>>>> "Ziv" == ZivArazi  <ZivArazi@aol.com> writes:
  2.  
  3.     Ziv> Did anyone succeed in using Zip diskettes (Mac format) with
  4.     Ziv> E/D ?  I tried to "see" the zip as a Mac HD, but even when I
  5.     Ziv> 'lock' the disk, it shows it as a DOS drive.
  6.  
  7.     Ziv> Thanks, Ziv
  8.  
  9.     Ziv> p.s. I'm using 1.99o5 and tried all the -dosdrives and
  10.     Ziv> -macdrives switches.
  11.  
  12. There are a number of possibilities for the source of the problem.
  13. Perhaps people on this list can help me out.  Those drives are
  14. sufficiently inexpensive that if we weren't really tight on cash right
  15. now, we'd just buy one and figure it out from here, but we just can't
  16. do that right now.
  17.  
  18. There are two different ways that a Mac disk can have an HFS
  19. filesystem on it.  The original way, which was used on the first SCSI
  20. hard drives, and is still used by floppies and HFS CD-ROMs is to just
  21. plop the filesystem down at the beginning of the disk.  However, as
  22. disks got larger, it made sense to partition them, so some disks have
  23. partition tables at the beginning.  In addition to these two issues is
  24. the question of just how large the underlying block size is on the
  25. disk.
  26.  
  27. The trouble is that currently, Executor does not support disks that
  28. have partition tables that have block sizes > 512 bytes/sector.
  29. Writing the support for such drives is really fairly easy, the problem
  30. is we have no such critters in house.  It may be that the Zip drives
  31. fall into this category.  Is there anyone out there who can dump the
  32. first 2048 characters of the drive into a file and then drop the file
  33. into ftp://ftp.ardi.com/incoming?  Furthermore, does anyone know with
  34. certainty the block size of Zip drives?
  35.  
  36. If I get a dump of the first 2k characters and also find out that the
  37. block size is indeed > 512, then I'll modify Executor to theoretically
  38. support larger block sizes and then have someone test it on a Zip
  39. drive.  If I can't get answers to those questions I can write some
  40. special code that can be run on the Zip drive that will answer the
  41. questions for me.  The latter takes more of my time, so I'd like to
  42. wait a few days to see if anyone has answers to the former.
  43.  
  44. We very much want to support both the Zip drives and SyQuest's new 130
  45. MB drive.  We almost bought one of the SyQuests last night, but the
  46. cost of an unexpected root canal held us back.  Once 2.0 is shipping
  47. we shouldn't be quite so broke.
  48.  
  49.     --Cliff
  50.     ctm@ardi.com
  51.  
  52.