Hello
after trying to update the FreeBSD 10.0-RELEASE-p12 System my 10GB space of /usr is full
I do not understand what this negative disk space -241M means?
My Server Software is not so big. Just Apache Webserver + MySQL + PHP (Websites and databse files are in /home) and eMail-Server (sendmail) some Services like bind, ftp, sshd.
I find out with
that the most data are in:
I have try these to give free space:
in /usr/ports
in /usr/src
But nothing helps...
How can I delete some space without deleting needed system files?
after trying to update the FreeBSD 10.0-RELEASE-p12 System my 10GB space of /usr is full
Code:
/dev/ad0s1e 2,1G 324M 1,6G 17% /tmp
/dev/ad0s1f 10G 9,8G -241M 103% /usr
/dev/ad0s1g 4,7G 770M 3,5G 18% /home
I do not understand what this negative disk space -241M means?
My Server Software is not so big. Just Apache Webserver + MySQL + PHP (Websites and databse files are in /home) and eMail-Server (sendmail) some Services like bind, ftp, sshd.
I find out with
du -sh *:that the most data are in:
Code:
2,9G /usr/local
3,9G /usr/ports
1,6G /usr/src
I have try these to give free space:
portsclean -C portsclean -DP portmaster -y --clean-distfilesin /usr/ports
make cleanin /usr/src
make cleandir && make cleandir and make cleanBut nothing helps...
How can I delete some space without deleting needed system files?