home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text3081.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  3.0 KB  |  79 lines

  1.     id m0u0Htp-0007r2a; Fri, 22 Mar 96 18:13 MST
  2. Sender: owner-executor
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0u0HtE-0007qtn; Fri, 22 Mar 96 18:13 MST
  5. Path: sloth.swcp.com!usenet
  6. From: Clifford T. Matthews <ctm@ardi.com>
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: Parallel Zip Drive with Executor?
  9. Date: 22 Mar 1996 17:17:26 -0700
  10. Organization: ARDI
  11. Lines: 56
  12. Message-ID: <ufka0cacix.fsf@ftp.ardi.com>
  13. References: <314DD746.D6B@uncc.campus.mci.net> <4is7o4$npa@news03.deltanet.com>
  14. NNTP-Posting-Host: ftp.ardi.com
  15. In-reply-to: Jeremy_Clark@msn.com's message of Thu, 21 Mar 1996 18:50:42 GMT
  16. X-Newsreader: Gnus v5.0
  17. To: executor@ardi.com
  18. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  19. Sender: owner-executor@ardi.com
  20. Precedence: bulk
  21.  
  22. >>>>> "Jeremy" == Jeremy Clark <Jeremy_Clark@msn.com> writes:
  23. In article <4is7o4$npa@news03.deltanet.com> Jeremy_Clark@msn.com (Jeremy Clark) writes:
  24.  
  25.  
  26.     Jeremy> As far as I know, Mac formatted Zip disks still do not
  27.     Jeremy> work in Executor with the parallel Zip drives.  I have
  28.     Jeremy> exchanged e-mail with Cliff about this, and he says it is
  29.     Jeremy> something they plan to implement before 2.0 if possible.
  30.  
  31. In theory it should work right now.  I think there has even been
  32. someone on this list who has reported it as working.  However, you
  33. can't get yours to work and we don't have one, so we haven't been able
  34. to figure out exactly what the problem is.
  35.  
  36.     Jeremy> Though an ASPI driver will allow the parrallel drive to be
  37.     Jeremy> treated as a SCSI drive, and while other mac-to-dos disk
  38.     Jeremy> reading programs *are* able to transfer the files,
  39.     Jeremy> Executor does not support parrallel drives yet.  Note this
  40.     Jeremy> is only a problem with parrallel drives.  SCSI drives have
  41.     Jeremy> been known to read Mac formatted media.
  42.  
  43. Executor shouldn't be able to tell that it's a parallel device.  The
  44. ASPI drivers should just make it appear to be another SCSI device, and
  45. it *should* work, but apparently it doesn't in some circumstances and
  46. that's what we need to figure out, and since it's not a matter of
  47. adding a new feature, we do hope to get it straightened out by
  48. Executor 2's release.
  49.  
  50.     Jeremy> If I am wrong, and if *anyone* has been successful in
  51.     Jeremy> reading Mac formatted Zip media with a parrallel Zip
  52.     Jeremy> drive, please let me know.
  53.  
  54. Yes, we'd like to know, too.
  55.  
  56.     Jeremy> I am particularily interested in seeing if anyone has been
  57.     Jeremy> able to do this in Linux, now that the new experimental
  58.     Jeremy> kernal, 1.3.76, supports parrallel Zip drives.
  59.  
  60. Under Linux you need to tell Executor specifically about the SCSI
  61. devices you use.  For instance, if Linux assigns your Parallel ZIP
  62. drive as /dev/sdb, you would need to do the following before running
  63. Executor:
  64.  
  65.   In Bourne shell derived shells:
  66.  
  67.     export MacVolumes=/dev/sdb
  68.  
  69.   In C-shell derived shells:
  70.  
  71.     setenv MacVolumes /dev/sdb
  72.  
  73.  
  74.     Jeremy> Jeremy Clark Jeremy_Clark@msn.com
  75.  
  76. --Cliff
  77. ctm@ardi.com
  78.  
  79.