/* Mount information for ParNFS */
/* $Id: Mountlist,v 1.3 1995/11/14 00:08:15 Rhialto Exp $ */
NET:
	FileSystem = L:NetworkFileSystem
	Device	   = parnet.device
	Unit	   = 0
	Flags	   = 0
	Unit = 0
	Flags = 0

	GlobVec = -1
/*
 * BlocksPerTrack =
 * 0: primary client defaults
 * 1: secondary client defaults
 * 2: no defaults, use Interleave
 */
	BlocksPerTrack = 0
/*
 * Interleave = 0xppppsscc, where
 * pppp: the port number the server is using (in hex)
 * ss  : the parnet address of the server (in hex, 0x01 .. 0xFE)
 * cc  : the parnet address of this client (in hex, 0x01 .. 0xFE)
 *
 *	Interleave = 0x025C0102     primary
 *	Interleave = 0x025D0201     secondary
 */
	Interleave = 0x025C0102

	Surfaces = 0
	LowCyl = 0
	HighCyl = 0
	StackSize = 2400; DosType = 0
/*
 * Specifying a dummy DosType value seems to be necessary if you give
 * a FileSystem; without it StackSize defaults to 1000.
 */

#
