Results 1 to 6 of 6
Any sections that are not needed. I have centos 3.9 and I can't do any more symlinks....
- 11-12-2007 #1
/usr partition is full can you think of anything I can delete?
Any sections that are not needed. I have centos 3.9 and I can't do any more symlinks.
- 11-12-2007 #2
Let's see the results of df -h (put it in code tags please). That will give a good look at your filesystem/partitioning scheme, and what you have available for resources.
- 11-12-2007 #3It's almost all mysql as far as what's in the usr partition.Code:
Filesystem Size Used Avail Use% Mounted on /dev/sda7 888M 562M 281M 67% / /dev/sda1 198M 21M 168M 11% /boot /dev/sda8 742M 589M 116M 84% /home none 1004M 0 1004M 0% /dev/shm /dev/sda6 888M 17M 827M 2% /tmp /dev/sda2 9.7G 8.6G 636M 94% /usr /dev/sda3 2.9G 2.1G 679M 76% /var
I wish I could see recursively which folders are the largest in the mysql section.
Thanks BTW
- 11-12-2007 #4
So, space is pretty tight on all filesystems.
Actually you can:
Originally Posted by dwhs
# cd /usr && du -ks * | sort -rn | less
Or traverse even lower for the starting point (e.g. /usr/mysql ?). A few iterations of that and you should be able to identify the largest offenders.
- 11-12-2007 #5
- 11-12-2007 #6
I can't handle that level of responsibility.

Glad you got the info you needed.


Reply With Quote
