-
/etc/auto.u
:
/u -rw rs6kf:/userfs/ULTRIX/VAX/ # for VAX hardware
/u -rw rs6kf:/userfs/ULTRIX/RISC/ # for Mips hardware
-
/etc/auto.d
:
bio -rw rs6kf:/datafs/bio
-
/etc/auto.s
:
bio -rw rs6kf:/scratch/bio
-
/etc/auto.nfs
:
local -ro rs6kf:/applfs/applb01/ULTRIX/VAX/ # for VAX hardware
install -rw rs6kf:/applfs/applb01/ULTRIX/VAX/ # for VAX hardware
local -ro rs6kf:/applfs/applb01/ULTRIX/RISC/ # for Mips hardware
install -rw rs6kf:/applfs/applb01/ULTRIX/RISC/ # for Mips hardware
-
/etc/auto.master
:
/- /etc/auto.u # direct map to allow new users in /u
/s /etc/auto.s
/d /etc/auto.d
/nfs /etc/auto.nfs
Note that the various mount points are created automatically.
- Start the automounter manually with
/usr/etc/automount -v -f /etc/auto.master
or during startup in
/etc/rc.local
:
#
echo -n 'NFS automount daemon: ' >/dev/console
[ -f /usr/etc/automount ] && {
/usr/etc/automount -f /etc/auto.master; echo 'done' >/dev/console
}
- necessary links:
ln -sf /u /usr/users