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

  1. >>>>> "Jeremy" == Jeremy Clark <Jeremy_Clark@msn.com> writes:
  2. In article <4is7o4$npa@news03.deltanet.com> Jeremy_Clark@msn.com (Jeremy Clark) writes:
  3.  
  4.  
  5.     Jeremy> As far as I know, Mac formatted Zip disks still do not
  6.     Jeremy> work in Executor with the parallel Zip drives.  I have
  7.     Jeremy> exchanged e-mail with Cliff about this, and he says it is
  8.     Jeremy> something they plan to implement before 2.0 if possible.
  9.  
  10. In theory it should work right now.  I think there has even been
  11. someone on this list who has reported it as working.  However, you
  12. can't get yours to work and we don't have one, so we haven't been able
  13. to figure out exactly what the problem is.
  14.  
  15.     Jeremy> Though an ASPI driver will allow the parrallel drive to be
  16.     Jeremy> treated as a SCSI drive, and while other mac-to-dos disk
  17.     Jeremy> reading programs *are* able to transfer the files,
  18.     Jeremy> Executor does not support parrallel drives yet.  Note this
  19.     Jeremy> is only a problem with parrallel drives.  SCSI drives have
  20.     Jeremy> been known to read Mac formatted media.
  21.  
  22. Executor shouldn't be able to tell that it's a parallel device.  The
  23. ASPI drivers should just make it appear to be another SCSI device, and
  24. it *should* work, but apparently it doesn't in some circumstances and
  25. that's what we need to figure out, and since it's not a matter of
  26. adding a new feature, we do hope to get it straightened out by
  27. Executor 2's release.
  28.  
  29.     Jeremy> If I am wrong, and if *anyone* has been successful in
  30.     Jeremy> reading Mac formatted Zip media with a parrallel Zip
  31.     Jeremy> drive, please let me know.
  32.  
  33. Yes, we'd like to know, too.
  34.  
  35.     Jeremy> I am particularily interested in seeing if anyone has been
  36.     Jeremy> able to do this in Linux, now that the new experimental
  37.     Jeremy> kernal, 1.3.76, supports parrallel Zip drives.
  38.  
  39. Under Linux you need to tell Executor specifically about the SCSI
  40. devices you use.  For instance, if Linux assigns your Parallel ZIP
  41. drive as /dev/sdb, you would need to do the following before running
  42. Executor:
  43.  
  44.   In Bourne shell derived shells:
  45.  
  46.     export MacVolumes=/dev/sdb
  47.  
  48.   In C-shell derived shells:
  49.  
  50.     setenv MacVolumes /dev/sdb
  51.  
  52.  
  53.     Jeremy> Jeremy Clark Jeremy_Clark@msn.com
  54.  
  55. --Cliff
  56. ctm@ardi.com
  57.  
  58.