| |
Automount
Automounter provides an on-demand method of mounting NFS file system
and automatically unmounts them after a designated time period of inactivity (default 5 min).
For automount to work, autofs package has to be installed.
The autofs uses so called "indirect" maps.
Automount maps configuration:
The master map /etc/auto.master:
access directory indirect map file timeout in sec.
A client request to access a directory tree whose root is listed in the
master map (such as cd /mnt/software) will cause the automounter to
search the specified map for a server to satisfy the request.
The indirect map files,
/etc/auto.nfs-docs:
/etc/auto.nfs-soft
/etc/auto.nfs-home:
To start automount daemon, run
After you modify the maps, run
To invoke autofs at the startup, run
To verify that the autofs is running,
|
|