Use zonecfg to configure the lofs mount; this will work nicely for CDs in addition to ordinary filesystems:
# zonecfg -z zone1
zonecfg:zone1> add fs
zonecfg:zone1:fs> set dir=/depot
zonecfg:zone1:fs> set special=/depot
zonecfg:zone1:fs> set type=lofs
zonecfg:zone1:fs> add options [nodevices]
zonecfg:zone1:fs> end
zonecfg:zone1> commit
zonecfg:zone1> exit
special is the directory from the global zone to mount; dir is the mount [...]
-
« Home
-
RSS Feeds