new mounts

hi,
i have currently below mounts in solaris box and i want to create new mount points.
please let me know how can i do it?
bash-3.00# df -h
Filesystem size used avail capacity Mounted on
/ 1000M 350M 609M 37% /
/dev 1000M 350M 609M 37% /dev
/home 100M 1.7M 92M 2% /home
/lib 7.9G 1.2G 6.6G 15% /lib
/opt 500M 158M 321M 33% /opt
/platform 7.9G 1.2G 6.6G 15% /platform
/sbin 7.9G 1.2G 6.6G 15% /sbin
/tui 50M 1.7M 45M 4% /sgl
/tui/home 500M 2.1M 467M 1% /sgl/home
/tui/iscape 12G 7.8G 4.0G 67% /sgl/scape
/tui/log 250M 1.7M 233M 1% /sgl/log
/tui/precise 2.0G 17M 1.9G 1% /sgl/precise
/tui/tivoli 300M 170M 122M 59% /sgl/tpivoli
/usr 7.9G 1.2G 6.6G 15% /usr
/usr/local 500M 16M 454M 4% /usr/local
proc 0K 0K 0K 0% /proc
ctfs 0K 0K 0K 0% /system/contract
swap 61G 208K 61G 1% /etc/svc/volatile
mnttab 0K 0K 0K 0% /etc/mnttab
fd 0K 0K 0K 0% /dev/fd
swap 61G 1.0M 61G 1% /tmp
swap 61G 32K 61G 1% /var/run
bash-3.00#

vfstab is giving me the following infn

cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
/proc - /proc proc - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
fd - /dev/fd fd - no -
swap - /tmp tmpfs - yes -

make a directory (mkdir /export/home/blabla)

Write it in the vfstab

set the mount command (mount blabla)

you will also need to create newfs, newfs /dev/rdsk/cxtxdxsx
once its constructed, do mount /dev/rdsk/cxtxdxsx /new_mount