Page 1 of 1

Solaris Guest File System Full

Posted: 2. Apr 2017, 20:31
by bobyera1
I have a Solaris 10 guest on a Windows 10 host. The Solaris guest was created as a dynamically allocated storage up to 16gb. After patching, the system now is around 8.4gb, but it is reporting file system full. How do I make it use the other 7+gb of space?

Code: Select all

root@s10new # df -k
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/dsk/c0t0d0s0    8495942 8458735       0   100%    /
/devices                   0       0       0     0%    /devices
ctfs                       0       0       0     0%    /system/contract
proc                       0       0       0     0%    /proc
mnttab                     0       0       0     0%    /etc/mnttab
swap                 1284244    1012 1283232     1%    /etc/svc/volatile
objfs                      0       0       0     0%    /system/object
sharefs                    0       0       0     0%    /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
                     8495942 8458735       0   100%    /lib/libc.so.1
fd                         0       0       0     0%    /dev/fd
swap                 1283304      72 1283232     1%    /tmp
swap                 1283268      36 1283232     1%    /var/run
/dev/dsk/c0t0d0s7    7452020    7409 7370091     1%    /export/home
F_DRIVE              1939073020 82319584 1856753436     5%    /mnt/sf_F_DRIVE
F_DRIVE              1939073020 82319584 1856753436     5%    /f
root@s10new #

Re: Solaris Guest File System Full

Posted: 2. Apr 2017, 20:38
by socratis
Do you see that "/export/home"? That's unused? That's where the rest of your virtual disk is.

The question is not necessarily a VirtualBox question, but rather a Solaris version. Unless you're interested in increasing those 16 GB to something bigger, in which case you should take a look at How to resize a Virtual Drive.