I am using Solaris on a VirtualBox image. The image has 16.00 GB as virtual size and 6.69 GB as actual size. The disk is full. Why in Solaris I see a 6GB disk and not a 16GB disk? Is there a way to extend it instead of configuring another disk?
UPDATE: Solaris disks
Filesystem size used avail capacity Mounted on
/dev/dsk/c0d0s0 6.4G 5.7G 703M 90% /
/devices 0K 0K 0K 0% /devices
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 709M 952K 708M 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
sharefs 0K 0K 0K 0% /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
6.4G 5.7G 703M 90% /lib/libc.so.1
fd 0K 0K 0K 0% /dev/fd
swap 708M 80K 708M 1% /tmp
swap 708M 24K 708M 1% /var/run
/dev/dsk/c0d0s7 8.8G 8.9M 8.7G 1% /export/home
-bash-3.00$ cat vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/dsk/c0d0s1 - - swap - no -
/dev/dsk/c0d0s0 /dev/rdsk/c0d0s0 / ufs 1 no -
/dev/dsk/c0d0s7 /dev/rdsk/c0d0s7 /export/home ufs 2 yes -
/devices - /devices devfs - no -
sharefs - /etc/dfs/sharetab sharefs - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
swap - /tmp tmpfs - yes -
df -hplease? – Iain♦ Feb 3 '11 at 12:33