Re: /proc/kcore too big - how to empty
- From: "Rajko M." <kakomo123@xxxxxxxxxxxx>
- Date: Thu, 08 Dec 2005 02:28:07 +0000
MML wrote:
> Please suggest how to empty /proc/kcore. Or, is it needed ata all?
> My / has 5Gb total space 3.25 of which is taken by /proc/kcore. I do
> know that's my RAM image (4Gb of RAM on this machine, but motherboard
> allows only 3.25Gb to be addressed (!?)) and that it shouldn't consume
> real hard disk space, but YOU reports that I almost got no space to do
> the upgrades.
> Now, everything might be all OK upgrade wise, but I didn't want to
> proceed before asking for an advice.
>
> Any suggestions?
>
> Kind regards,
> Mladen
>
> --
Mladen,
The proc is virtual file system that doesn't take any space on your HD.
The /proc is only mount point for procfs (proc file system).
The /proc/kcore doesn't occupy any space on HD. It is representation of
computer RAM.
What YaST reports is real HD space, and 5GB for SUSE is not that much.
My installation is not very big and it takes 6GB.
You can use command line tools to see what is taking most of the space.
Look in:
#man du
for options for du (disk usage) and see
#df
to see how much space you have on all mounted media.
The df is very fast, but gives only per partition/media usage.
It reports real disk space only.
The du is rather slow if you want details for whole HD, but it reports all
mounted file systems if you don't limit scope using options.
I find usefull
#du -kx --max-depth=1 <here_directory_you_ want_to_check>
For instance:
#du -kx --max-depth=1 /
will list the biggest users of disk space in root directory, skipping
virtual file systems, network mounted disks etc. That will give you real
usage of your hard disk.
--
Regards,
Rajko.
.
- Follow-Ups:
- Re: /proc/kcore too big - how to empty
- From: MML
- Re: /proc/kcore too big - how to empty
- References:
- /proc/kcore too big - how to empty
- From: MML
- /proc/kcore too big - how to empty
- Prev by Date: Re: Web Rhapsody, Firefox, Suse 10.0
- Next by Date: Re: Display Problems
- Previous by thread: /proc/kcore too big - how to empty
- Next by thread: Re: /proc/kcore too big - how to empty
- Index(es):
Relevant Pages
|
|