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

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