Yum update failure -

Paul Cartwright pbcartwright at gmail.com
Fri Mar 13 10:24:01 UTC 2015


On 03/13/2015 06:04 AM, Bob Goodwin wrote:
>
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sda3        50G   49G     0 100% /
>
> Ok, there is the problem. Not sure what's going on or what has filled
> that?
>
> I need more coffee ...
>
> Thank you,

mine looks like
[root at pauls-server backups]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb6        48G   22G   23G  49% /

I just increased mine from 30-49 recently..
check /tmp, /var/tmp /var/log check for big files in "/"

to find large files in the current folder:
du -cks *|sort -rn|head

find large files in a folder:
du -a /FOLDER_NAME |sort -n -r|head -20


-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587




More information about the users mailing list