As root, at label admin_low
,
mount a Trusted Solaris CD image that has been copied to an install server:
Add the file systems to be mounted to the file /etc/vfstab.
For example,
heron:/export/install/ts7_sparc - /export/install/ts7_sparc nfs - yes bg,intr,soft
As role admin, at label admin_low
,
create a mount point for the file system to be mounted.
$ mkdir -p /export/install/ts7_sparc |
Mount the file system.
# mount /export/install/ts7_sparc |