home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12971 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.8 KB

  1. From: dan@hpnmdla.sr.hp.com (Dan Pleasant)
  2. Date: Thu, 23 Jul 1992 18:00:26 GMT
  3. Subject: Micronet/Syquest drive number problem
  4. Message-ID: <450020@hpnmdla.sr.hp.com>
  5. Organization: Hewlett-Packard, Santa Rosa, CA
  6. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hpscdc!hplextra!hpl-opus!hpnmdla!dan
  7. Newsgroups: comp.sys.mac.programmer
  8. Lines: 34
  9.  
  10. I'm having some problems with Syquest drives when they are formatted
  11. with the Micronet formatter (most recent version).  Maybe somebody
  12. out there knows how to handle this.
  13.  
  14. When the computer boots up, the Syquest drive has a certain drive
  15. number (say, 5) associated with it. My program remembers this number.
  16. Later, my program dismounts the Syquest disk and waits for the user
  17. to put another disk in.  That's simple enough -- it just waits until
  18. there's a disk in drive 5. That's simple enough, and it works for
  19. all kinds of drives -- except for Syquests formatted with the
  20. Micronet formatter.
  21.  
  22. When a second Micronet-formatted Syquest disk is inserted into the
  23. drive, the drive is mounted on the desktop *with a different drive
  24. number*.  So, my program waits forever for another disk to be
  25. inserted in drive 5.  Meanwhile, the user has already inserted another
  26. disk into the drive.  It appeared on the Mac as a different drive --
  27. say, drive number 12 -- so my software doesn't find it.
  28.  
  29. Now, I could easily walk the drive queue and find another drive that
  30. is controlled by the same driver.  Alas, that doesn't work if the
  31. user has a dual Syquest drive, because then I would find 2 drives
  32. that are controlled by the same driver and I wouldn't know which
  33. one is which.
  34.  
  35. Does anybody know how to handle this situation?  I'm having trouble
  36. finding a contact at Micronet (any Micronet employees out there?), and
  37. I need some help really fast.
  38.  
  39. My thanks to all, and if there is sufficient interest I'll post the
  40. answer to the net.
  41.  
  42. Dan Pleasant
  43.  
  44.