Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ auto.vol(5) — SunOS 4.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

automount(8)

AUTO.VOL(5)  —  FILE FORMATS

NAME

auto.vol− automount map for volumes

SYNOPSIS

/etc/auto.vol

AVAILABILTITY

Sun386i systems only. 

DESCRIPTION

auto.vol resides in the /etc directory, and contains automount(8) map entries for volumes.  On Sun386i systems, this file is used to build the auto.vol Yellow Pages map used by automount(8) at system startup.  automouunt reads the auto.master Yellow Pages map, which contains an entry for auto.vol and /vol. 

References to /vol/volume_name are translated by the automount daemon using the auto.vol map, and cause the directory specified in the map entry to be mounted. 

The concept of a volume is that it is a self contained directory hierarchy that can be NFS mounted. It is referenced using a known volume_name. The use of an automount map is suggested so that the volume and its contents can be referenced through /vol.  This is advantageous because location-transparency (i.e., which host the volume is on) and replication of read-only volumes can be provided using the automount mechanism.  The format of the entry is described in automount An example entry is:

archivesystem4:/export/archive

In the above example, the archive volume is currently on line on system4.  Users and programs can reference it via /vol/archive.  If for some reason the volume had to be moved to another system, system2 for example, the network or system administrator simply edits the map entry for the archive volume and changes the hostname to system2 and then rebuilds the Yellow Pages maps. 

archivesystem2:/export/archive

Users and programs can continue to refer to the archive volume using /vol/archive, unaware that the volume was moved to another system. 

FILES

/etc/auto.vol

SEE ALSO

automount(8)

Sun Release 4.0  —  Last change: 19 February 1988

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026