/proc			     /proc	   proc    defaults	
SERVERIP:/usr            /usr          nfs     ro,rsize=4096,wsize=4096
SERVERIP:/lib            /lib          nfs     ro,rsize=4096,wsize=4096
SERVERIP:/bin            /bin          nfs     ro,rsize=4096,wsize=4096
SERVERIP:/sbin           /sbin         nfs     ro,rsize=4096,wsize=4096
SERVERIP:/dev            /dev          nfs     ro,rsize=4096,wsize=4096
SERVERIP:/etc            /remote_etc   nfs     ro,rsize=4096,wsize=4096
SERVERIP:/home           /home         nfs     rw,rsize=4096,wsize=4096

#
# If you want to make the server's /tmp and the client's /tmp to
# be the same, uncomment the line below. This is not
# done by default, as it may cause problems with some setups.
#SERVERIP:/tmp            /tmp          nfs     rw,rsize=4096,wsize=4096

#another suggerstion: client's /tmp is server's /tmp/CLIENTIP.
#this is better in some cases -- but do make sure the server
#has a directory /tmp/CLIENTIP!
#SERVERIP:/tmp            /tmp/CLIENTIP nfs     rw,rsize=4096,wsize=4096

# if you want the server's /var and the client's /var to be the same,
# make sure you do something with /var/{lock,run} (see also /etc/init.d/boot,
# s=xaw3don the client).
#SERVERIP:/var            /var          nfs     rw,rsize=4096,wsize=4096
