Thanks for your reply. My pkg control scripts have this entry:
FILESYSTEMS
# Define the filesystems which are used by this package. The filesystems
# are defined as pairs of entries specifying the logical volume and the
# mount point for the file system. Each filesystem will be fsck'd prior
# to being mounted. The filesystems will be mounted in the order specified
# during package startup and will be unmounted in reverse order during
# package shutdown. Ensure that volume groups referenced by the logical
# volume definitions below are included in volume group definitions
# above.
#
# Example: LV[0]=/dev/vg01/lvol1; FS[0]=/pkg1
# LV[1]=/dev/pkg2/lvol1; FS[1]=/pkg2
#
LV[0]="/dev/vg02/lvol1"; FS[0]="/data/u01"
LV[1]="/dev/vg02/lvol2"; FS[1]="/data/u02"
LV[2]="/dev/vg03/lvol1"; FS[2]="/data/u03"
LV[3]="/dev/vg03/lvol4"; FS[3]="/data/u04"
So I suspect this means I am running an older version of SG? Bit disappointing.
Phil C
Do I have to?