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

  1. >>>>> "Mat" == Mat Hostetter <mat@ardi.com> writes:
  2.  
  3. >>>>> "Gene" == Gene McCulley <mcculley@greatwall.cctt.com> writes:
  4.     Gene> I downloaded the nihimage.hfv file and placed it in my
  5.     Gene> /usr/local/lib/executor directory.  Now what?  I don't see
  6.     Gene> it when I fire up executor.  I must have to do something
  7.     Gene> else, but I have no clue what it is.  I have tried with and
  8.     Gene> without the environment variable that points to the system
  9.     Gene> folder in my home directory.
  10.  
  11.     Mat> You can say this in your .bashrc:
  12.  
  13.     Mat> export MacVolumes=/usr/local/lib/executor/nihimage.hfv
  14.  
  15.     Mat> This environment variable is a semicolon-separated list of
  16.     Mat> hfv's (and devices, if you want).  I use a similar line to
  17.     Mat> let me use an hfv I keep in my Linux home directory.
  18.  
  19. Actually, if the MacVolumes environment variable isn't altered, all
  20. that Gene needs to do is put nihimage.hfv in /usr/local/lib/executor
  21. and the right thing will happen automatically.  An explanation
  22. follows.
  23.  
  24. Under both DOS and Linux If you don't set the MacVolumes environment
  25. variable at all, it will default to "+/exsystem.hfv;+".  The part
  26. before the semi-colon means that the first HFV file that will be
  27. opened is exsystem.hfv in the Executor Library Directory.  The
  28. Executor Library Directory is /usr/local/lib/executor under UNIX and
  29. C:\EXECUTOR (or wherever you install Executor) under DOS.  The "+"
  30. which follows the semi-colon then tells Executor that any HFV file
  31. with an extension of ".hfv" that is found in the Executor Library
  32. Directory should also be mounted as an HFV file.  It's because of this
  33. additional "+" that Gene, and other E/L users, can just drop the .hfv
  34. file in /usr/local/lib/executor without modifying anything.
  35.  
  36. On one of our Linux systems, we use the command
  37.  
  38. export MacVolumes="+;/dev/sdb"
  39.  
  40. to tell Executor that in addition to looking for .hfv files in
  41. /usr/local/lib/executor, our second SCSI drive should also be
  42. considered an HFV, so we can attach an external Mac formatted SCSI
  43. drive and use that too.  Usually we hook up a 1 gig formatted Mac
  44. drive for testing purposes.
  45.  
  46. Under DOS, we don't have to do anything special to see the SCSI drive,
  47. because E/D and E/L have slightly different rules about how they look
  48. for Mac formatted SCSI drives.  In essense, E/D looks for you and E/L
  49. needs to be told.
  50.  
  51.     --Cliff
  52.     ctm@ardi.com
  53.  
  54.