LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   F10: root full (!) (https://www.linuxquestions.org/questions/fedora-35/f10-root-full-711699/)

Kropotkin 03-15-2009 03:30 AM

F10: root full (!)
 
Hi all,

I have been running Fedora on my desktop since FC2 rc3 or thereabouts. I thought by now I had gauged diskspace requirements pretty well, but I guess I am mistaken: I have run out of space on my root partition. :(

Unfortunately, the OS is not installed on a LVM partition. :(:(:(

I just freed up a little space by moving /usr/local to a different drive. This is what the relevant partitions now look like:

Code:

Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3            9.7G  8.6G  595M  94% /
/dev/sda6            1.4G  367M  938M  29% /var
/dev/sda2              49G  15G  32G  32% /home
/dev/sda1              99M  45M  49M  48% /boot

FYI: /tmp has 30M.

For my purposes, root has usually required about 5G. Something seems to be gobbling up diskspace. Any ideas?

Thanks

repo 03-15-2009 03:35 AM

Different kernel sources in /usr/src/ ?

syg00 03-15-2009 03:39 AM

"du / -x --max-depth=1 | sort -nr | less"
Pick the baddie and work your way down.

JulianTosh 03-15-2009 03:41 AM

use 'du' to find out what directories are taking up space..

from / do 'du -h --max-depth=1'

cd into the largest directory and do it again and again until you get to the directory where all the space is being used up. Once you figure that out, you'll be able to determine how to proceed.


All times are GMT -5. The time now is 06:23 PM.