Figure 1: Example automounter files
Example of an auto.master file:
/home auto.home
/pkgs auto.pkgs
/vol auto.vol
/- /etc/auto.special
/- auto.direct
Example of an indirect map (auto.hom):
jay homeserver:/export/home/jay
judith yeti:/export/home/judith
steve homeserver:/export/home/steve
tomr jetsam:/home/tomr
....
Example of direct map (auto.direct):
/var/adm/lib library:/vol/admin/data
/opt/pager/queue pager:/export/pager/queue
Example of the use of runtime variables:
src yeti:/vol/$ARCH/$OS/src
gnu yeti:/vol/bin/$ARCH/$OS/gnu
|