Info Node: (am-utils.info)Network Filesystem Group
(am-utils.info)Network Filesystem Group
Network Filesystem Group (`nfsx')
=================================
The "nfsx" (`type:=nfsx') filesystem allows a group of filesystems
to be mounted from a single NFS server. The implementation is layered
above the `nfs' implementation so keep-alives work in the same way.
The options are the same as for the `nfs' filesystem with one
difference.
The following options should be specified:
`rhost'
the remote fileserver. The default value is taken from the local
host name (`${host}') if no other value is specified.
`rfs'
is a list of filesystems to mount, and must be specified. The
list is in the form of a comma separated strings.
For example:
pub type:=nfsx;rhost:=gould;\
rfs:=/public,/,graphics,usenet;fs:=${autodir}/${rhost}/root
The first string defines the root of the tree, and is applied as a
prefix to the remaining members of the list which define the individual
filesystems. The first string is _not_ used as a filesystem name. A
parallel operation is used to determine the local mount points to
ensure a consistent layout of a tree of mounts.
Here, the _three_ filesystems, `/public', `/public/graphics' and
`/public/usenet', would be mounted.
A local mount point, `${fs}', _must_ be specified. The default
local mount point will not work correctly in the general case. A
suggestion is to use `fs:=${autodir}/${rhost}/root'.