none		/			tmpfs	defaults	1 1
none		/dev/pts		devpts	gid=5,mode=620	0 0
none		/dev/shm		tmpfs	defaults	0 0
none		/proc			proc	defaults	0 0

# To use a local disk on the nodes (make sure the mountpoints exist in 
# the VNFS!!!)
#/dev/hda2	/scratch		ext3	defaults	0 0
#/dev/hda1	none			swap	defaults	0 0

# NFS mounts can be defined here.  Macros available are:
#
#   %{admin ipaddr}		IP address of the master's admin IP
#   %{cluster ipaddr}		IP address of the master's cluster IP
#   %{sharedfs ipaddr}		IP address of the master's sharedfs IP
#   %{vnfs dir}			The VNFS directory as defined in master.conf
#   %{sharedfs dir}		The shared filesystem path in master.conf
#
# For example, if you wanted to mount /opt from the master, you can do this:
#%{sharedfs ipaddr}:/opt	/opt	nfs	ro		0 0

# Or if you are using SGE, you can do this:
#%{sharedfs ipaddr}:/sge /sge    nfs     rw,bg,rsize=8192,wsize=8192 0 0

# This is the mount for doing the Ramdisk/NFS hybrid
%{sharedfs ipaddr}:%{vnfs dir} %{vnfs dir} nfs ro,rsize=8192,wsize=8192 0 0

%{sharedfs ipaddr}:%{sharedfs dir} %{sharedfs dir} nfs rw,rsize=8192,wsize=8192 0 0

