Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AUTOUNMOUNTD(8)		    System Manager's Manual	       AUTOUNMOUNTD(8)

NAME
       autounmountd -- daemon unmounting automounted filesystems

SYNOPSIS
       autounmountd [-d] [-r time] [-t time] [-v]

DESCRIPTION
       The  autounmountd  daemon  is  responsible  for	unmounting filesystems
       mounted by automountd(8).  On startup, autounmountd retrieves a list of
       filesystems that	have the automounted mount option set.	 The  list  is
       updated every time a filesystem is mounted or unmounted.	 After a spec-
       ified  time  passes,  autounmountd  attempts  to	 unmount a filesystem,
       retrying	after some time	if necessary.

       These options are available:

       -d  Debug mode: increase	verbosity and do not daemonize.

       -r  Number of seconds to	wait  before  trying  to  unmount  an  expired
	   filesystem  after  a	 previous  attempt  failed,  possibly  due  to
	   filesystem being busy.  The default value is	600, or	ten minutes.

       -t  Number of seconds to	wait before trying to  unmount	a  filesystem.
	   The default value is	600, or	ten minutes.

       -v  Increase verbosity.

EXIT STATUS
       The autounmountd	utility	exits 0	on success, and	>0 if an error occurs.

SEE ALSO
       auto_master(5), autofs(5), automount(8),	automountd(8)

HISTORY
       The autounmountd	daemon appeared	in FreeBSD 10.1.

AUTHORS
       The   autounmountd   was	  developed   by   Edward   Tomasz   Napierala
       <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation.

FreeBSD	14.3		       December	13, 2014	       AUTOUNMOUNTD(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=autounmountd&sektion=8&manpath=FreeBSD+14.3-RELEASE+and+Ports>

home | help