Hey Bob,

Try cleaning the yum cache for unused packages...

On Fri, Mar 13, 2015 at 7:24 AM, Paul Cartwright <pbcartwright@gmail.com> wrote:
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@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


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



--
-Martin