Re: [linux-audio-user] ext3 filesystem

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] ext3 filesystem
From: R Parker (rtp405_AT_yahoo.com)
Date: Mon Nov 22 2004 - 19:59:03 EET


--- Frank Barknecht <fbar_AT_footils.org> wrote:

> Hallo,
> Paul Coccoli hat gesagt: // Paul Coccoli wrote:
> > Also, have you checked for any core files lying
> around? If you have a
> > process that's dumping core and being restarted,
> your disk can fill up
> > quickly. You can use find to remove any core
> files on disk:
> >
> > find / -name "core.*" -exec rm {} \;
>
> Oops, I'd say you should not run this at all: It
> will also find files
> like "core.pd", "core.txt" or "core.c" which
> probably are *not*
> coredumps. Better use:

I caught that one. :) I did 'find / -name "core"' and
manually removed the several dumps that were laying
around.

ron

> $ find / -name "core" -exec rm {} \;
>
> Ciao
> --
> Frank Barknecht _
> ______footils.org__
>

                
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
 


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Nov 22 2004 - 20:01:03 EET