home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 56 / af056sub.adf / parnfs.lha / Mountlist < prev    next >
Text File  |  1993-12-02  |  762b  |  35 lines

  1. /* Mount information for ParNFS */
  2. /* $Id: Mountlist,v 1.2 1993/12/02 22:45:07 Rhialto Exp $ */
  3. NET:
  4.     FileSystem = L:NetworkFileSystem
  5.     Device       = parnet.device
  6.     Unit       = 0
  7.     Flags       = 0
  8.     Unit = 0
  9.     Flags = 0
  10.  
  11.     GlobVec = -1
  12. /*
  13.  * BlocksPerTrack =
  14.  * 0: primary client defaults
  15.  * 1: secundary client defaults
  16.  * 2: no defaults, use Interleave
  17.  */
  18.     BlocksPerTrack = 0
  19. /*
  20.  * Interleave = 0xppppsscc, where
  21.  * pppp: the port number the server is using (in hex)
  22.  * ss  : the parnet address of the server (in hex, 0x01 .. 0xFE)
  23.  * cc  : the parnet address of this client (in hex, 0x01 .. 0xFE)
  24.  *
  25.  *    Interleave = 0x025C0102     primary
  26.  *    Interleave = 0x025D0201     secundary
  27.  */
  28.     Interleave = 0x025C0102
  29.  
  30.     Surfaces = 0
  31.     LowCyl = 0
  32.     HighCyl = 0
  33.     StackSize = 2400
  34. #
  35.