Een softpartitie groter maken, kan on the fly. In dit voorbeeld zal d604 er 2Gb bij krijgen.
metattach d604 2G
Daarna met growfs om het bruikbaar te maken
growfs -M /etc/opt/oracle /dev/md/rdsk/d604
Enlarging a softpartition
# Enlarging a softpartition
metattach d101 50g # Here is d101 the soft partition and 50g the size to grow with.
growfs -M /export/home /dev/md/rdsk/d101 # /export/home is the mountpoint of d101.
THERE IS NO WAY TO SHRINK A SOFT PARTITION!