# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $ # Sample auto.master file # Format of this file: # mountpoint map options # For details of the format look at autofs(8). #/misc /etc/auto.misc --timeout=60 # WARNING: for some reason with ltssun1 a large wsize (default on linux 2.4) # does not work, without any message! With the default server size of 32768 # packets get lost (?!!!), that does not happen on other machines with the # same kernel. Is it the network card ? or the PCMCIA bus ? ????? # Limit the NFS wsize and rsize for all automounts to 8192, which anyhow # appears to be faster than other sizes. # LTS NFS shares /ltshome /etc/auto.ltshome --timeout 60 hard,intr,retry=1,wsize=8192,rsize=8192 # Using the "soft" option instead of the "hard" option # allows to fail file operations on unavailable NFS servers, # but it can cause data loss. /temp /etc/auto.temp --timeout 60 soft,intr,retry=1,wsize=8192,rsize=8192