LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   /proc filesystem has too many 2gb files hard disk getting full (https://www.linuxquestions.org/questions/suse-opensuse-60/proc-filesystem-has-too-many-2gb-files-hard-disk-getting-full-363566/)

sadun 09-15-2005 07:25 AM

/proc filesystem has too many 2gb files hard disk getting full
 
Hi all

/proc filesystem has too many 2gb files ana hard disk getting full. the path is /proc/<pid>/fd and /proc/<pid>/task/<pid>. The disk is full so i need to delete these files but whatever i know is dont delete any file from /proc filesystem. Any idea on that?

ty...

jtshaw 09-15-2005 08:05 AM

The /proc file system is a virtual filesystem. It doesn't take up any of your harddrive space at all. Your probably is likely something other then a file in /proc

sadun 09-15-2005 10:49 AM

Hi,

May i send you screenshots so you can identify better. Have mail?

ty

druuna 09-15-2005 11:00 AM

Hi,

Could you post the output of (as root):

To report filesystem disk space usage:
df -h

and

To show file space usage:
du -sH /*

jtshaw 09-15-2005 12:41 PM

EDIT: nm.....

ok, that post was just plane wrong... got my switches all backwards...

"du -s --si /*" is what you want to do..... That will give you a managable list of things you can post here. The only difference between du -s --si /* and du -sH /* is that newer versions of du will complain about the -H option.

sadun 09-16-2005 07:40 AM

Hi buddies,

Ty for your great support the problem is solved really didnt know anything about "du". Everyday you learn something :)


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