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

  1. Quoting Mark Stone:
  2. > I want to be able to read my old Mac floppy disks from Executor.  It looks
  3. > like Executor will happily check my A: drive for a floppy, but my A: drive is
  4. > a 5 1/4 drive that will never have a Mac disk in it. My 3 1/2 inch drive is
  5. > the B: drive. How do I get Executor to read the B: drive?
  6.  
  7. try setting the MacVolumes environment variable to point to your B:
  8. drive before running Executor, as:
  9.  
  10. % export MacVolumes="/dev/fd1"
  11.  
  12. Or reverse the device entries for your two drives temporarily:
  13.  
  14. # cd /dev
  15. # mv fd1 temp
  16. # mv fd0 fd1
  17. # mv temp fd0
  18.  
  19. I haven't actually verified that these work, since my computers all
  20. have only 3.5" floppies.  A measure of last resort would be to swap
  21. the ribbon-cable attachment points for the drives in your machine (and
  22. adjust CMOS Setup accordingly).
  23.  
  24. --
  25. Jordan.
  26.  
  27.