home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text4403.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.4 KB

  1. Received: from mandrake.cen.ufl.edu (mandrake.cen.ufl.edu [128.227.180.15]) by nacm.com (8.6.10/8.6.9) with SMTP id PAA01637 for <executor@nacm.com>; Fri, 1 Sep 1995 15:18:17 -0700
  2. Received:  
  3.     by mandrake.cen.ufl.edu  
  4.         (Linux Smail3.1.28.1 #5)
  5. Sender: owner-paper@nacm.com
  6. Precedence: bulk
  7.      
  8.     id m0soePQ-00083mC; Fri, 1 Sep 95 18:18 EDT
  9. Message-Id: <m0soePQ-00083mC@mandrake.cen.ufl.edu>
  10. Date: Fri, 1 Sep 95 18:18 EDT
  11. From: jnh@kzin.cen.ufl.edu (Jordan Hazen)
  12. To: executor@nacm.com
  13. Subject: Re: floppies & executor/Linux
  14.  
  15. Quoting Mark Stone:
  16. > I want to be able to read my old Mac floppy disks from Executor.  It looks
  17. > like Executor will happily check my A: drive for a floppy, but my A: drive is
  18. > a 5 1/4 drive that will never have a Mac disk in it. My 3 1/2 inch drive is
  19. > the B: drive. How do I get Executor to read the B: drive?
  20.  
  21. try setting the MacVolumes environment variable to point to your B:
  22. drive before running Executor, as:
  23.  
  24. % export MacVolumes="/dev/fd1"
  25.  
  26. Or reverse the device entries for your two drives temporarily:
  27.  
  28. # cd /dev
  29. # mv fd1 temp
  30. # mv fd0 fd1
  31. # mv temp fd0
  32.  
  33. I haven't actually verified that these work, since my computers all
  34. have only 3.5" floppies.  A measure of last resort would be to swap
  35. the ribbon-cable attachment points for the drives in your machine (and
  36. adjust CMOS Setup accordingly).
  37.  
  38. --
  39. Jordan.
  40.  
  41.