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

  1. Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id DAA07203 for <executor@nacm.com>; Fri, 26 May 1995 03:23:24 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id EAA21838; Fri, 26 May 1995 04:23:17 -0600
  3. Received: by mailhost (nextstep Smail3.1.29.0 #11)
  4.     id m0sEwWh-000YblC; Fri, 26 May 95 04:21 MDT
  5. Message-Id: <m0sEwWh-000YblC@mailhost>
  6. Date: Fri, 26 May 95 04:21 MDT
  7. From: ctm@ardi.com (Clifford T. Matthews)
  8. To: mat@ardi.com (Mat Hostetter)
  9. Cc: mcculley@greatwall.cctt.com (Gene McCulley), executor@nacm.com
  10. Subject: Re: HFV files
  11. In-Reply-To: <m0sEfF8-000GOkC@gwar.ardi.com>
  12. References: <9505250440.AA36053@greatwall.cctt.com>
  13.     <m0sEfF8-000GOkC@gwar.ardi.com>
  14. Sender: owner-paper@nacm.com
  15. Precedence: bulk
  16.  
  17. >>>>> "Mat" == Mat Hostetter <mat@ardi.com> writes:
  18.  
  19. >>>>> "Gene" == Gene McCulley <mcculley@greatwall.cctt.com> writes:
  20.     Gene> I downloaded the nihimage.hfv file and placed it in my
  21.     Gene> /usr/local/lib/executor directory.  Now what?  I don't see
  22.     Gene> it when I fire up executor.  I must have to do something
  23.     Gene> else, but I have no clue what it is.  I have tried with and
  24.     Gene> without the environment variable that points to the system
  25.     Gene> folder in my home directory.
  26.  
  27.     Mat> You can say this in your .bashrc:
  28.  
  29.     Mat> export MacVolumes=/usr/local/lib/executor/nihimage.hfv
  30.  
  31.     Mat> This environment variable is a semicolon-separated list of
  32.     Mat> hfv's (and devices, if you want).  I use a similar line to
  33.     Mat> let me use an hfv I keep in my Linux home directory.
  34.  
  35. Actually, if the MacVolumes environment variable isn't altered, all
  36. that Gene needs to do is put nihimage.hfv in /usr/local/lib/executor
  37. and the right thing will happen automatically.  An explanation
  38. follows.
  39.  
  40. Under both DOS and Linux If you don't set the MacVolumes environment
  41. variable at all, it will default to "+/exsystem.hfv;+".  The part
  42. before the semi-colon means that the first HFV file that will be
  43. opened is exsystem.hfv in the Executor Library Directory.  The
  44. Executor Library Directory is /usr/local/lib/executor under UNIX and
  45. C:\EXECUTOR (or wherever you install Executor) under DOS.  The "+"
  46. which follows the semi-colon then tells Executor that any HFV file
  47. with an extension of ".hfv" that is found in the Executor Library
  48. Directory should also be mounted as an HFV file.  It's because of this
  49. additional "+" that Gene, and other E/L users, can just drop the .hfv
  50. file in /usr/local/lib/executor without modifying anything.
  51.  
  52. On one of our Linux systems, we use the command
  53.  
  54. export MacVolumes="+;/dev/sdb"
  55.  
  56. to tell Executor that in addition to looking for .hfv files in
  57. /usr/local/lib/executor, our second SCSI drive should also be
  58. considered an HFV, so we can attach an external Mac formatted SCSI
  59. drive and use that too.  Usually we hook up a 1 gig formatted Mac
  60. drive for testing purposes.
  61.  
  62. Under DOS, we don't have to do anything special to see the SCSI drive,
  63. because E/D and E/L have slightly different rules about how they look
  64. for Mac formatted SCSI drives.  In essense, E/D looks for you and E/L
  65. needs to be told.
  66.  
  67.     --Cliff
  68.     ctm@ardi.com
  69.  
  70.