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

  1. >>>>> "Markmage" == Markmage  <Markmage@aol.com> writes:
  2.  
  3.     Markmage> I have been unable to read floppies from my 3 1/2 inch
  4.     Markmage> drive, which is the B: drive. I have found the
  5.     Markmage> aforementioned "Check for floppies" option, but it
  6.     Markmage> appears it check only the A: drive.  I certainly do not
  7.     Markmage> get the described result: "the floppy you just inserted
  8.     Markmage> should be one of your choices." I'm desparate. I have
  9.     Markmage> tried newsgroups, mailing lists, direct e-mail to ARDI
  10.     Markmage> in search of a solution, and no one has a solution.  The
  11.     Markmage> only suggestion I have received involves tinkering with
  12.     Markmage> the Linux environmental variables, which I have
  13.     Markmage> dutifully tried.  This failed utterly.
  14.  
  15. Did you try all 3 of the suggestions?  I sent you three.  Here they
  16. are again:
  17.  
  18. Set the MacVolumes environment variable to point to your B: drive
  19. before running Executor, like this:
  20.  
  21. % export MacVolumes="/dev/fd1"
  22.  
  23. If this fails for some reason (but it shouldn't), you can reverse the
  24. device entries for your two drives temporarily:
  25.  
  26. # cd /dev 
  27. # mv fd1 temp 
  28. # mv fd0 fd1 
  29. # mv temp fd0
  30.  
  31. As a last resort, you could switch the ribbon-cable attachment points
  32. for the drives in your machine and adjust your CMOS setup to match.
  33.  
  34. I can't actually try this myself because my small floppy drive is my
  35. a: drive.  Is anyone else having the trouble Markmage is?
  36.  
  37. -Melissa
  38.  
  39.  
  40.  
  41.  
  42.