# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#/misc  /etc/auto.misc --timeout=60
#/smb   /etc/auto.smb
#/misc  /etc/auto.misc
#/net   /etc/auto.net
is it right that all is commented out? I tried to get the autofs thing 
working - no success. Now I use /etc/fstab as workaround, having 
entered this line:
tjener:/skole/tjener/home0   /skole/tjener/home0 nfs \   
   users,rw,nosuid,rsize=8192,wsize=8192,hard,intr,auto  0 0
Any suggestions for improvements are very welcome.