hi!
I just finished a fresh install of freebsd 8.0 and gnome and wanted to add some other programs and got the message my system is running out of space:
rootfs0 is full.
there are 25GB free in usr0.
I gave the whole system about 45GB.
What can I do?
Should I give the system more space? But that would mean a new install?
I already did this:
because I am not using a seperate /home partition.
I just finished a fresh install of freebsd 8.0 and gnome and wanted to add some other programs and got the message my system is running out of space:
Code:
$ df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/label/rootfs0 496M 494M -38M 108% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/label/var0 989M 226M 685M 25% /var
/dev/label/usr0 34G 5.7G 25G 18% /usr
procfs 4.0K 4.0K 0B 100% /proc
linprocfs 4.0K 4.0K 0B 100% /usr/compat/linux/proc
there are 25GB free in usr0.
I gave the whole system about 45GB.
What can I do?
Should I give the system more space? But that would mean a new install?
I already did this:
Code:
# mv -f /home /usr/home
# ln -s /usr/home /home