[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Disk Full issue: SOLVED



Thanks, this script helped me find it no problem, had a backup log which
was written to the partition since a mount point was down... (I guess I
should use directories within the mount point so that doesn't happen
again.)




-----Original Message-----
From: Benedict Verheyen [mailto:benedict.verheyen@sjki.be] 
Sent: Monday, March 14, 2005 9:54 AM
To: Debian Linux Distro Users Discussion
Subject: Re: Disk Full issue

Rob Brenart (TT) wrote:
> I came in this Monday morning to find some problems on my debian
server
> because the disk is full.
> 
> Filesystem           1K-blocks      Used Available Use% Mounted on
> /dev/cciss/c0d0p1       256149    256149         0 100% /
> tmpfs                   453372         0    453372   0% /dev/shm
> /dev/cciss/c0d0p9      1831597    319589   1414293  19% /home
> /dev/cciss/c0d0p3     22119564   1374052  19621880   7% /srv
> /dev/cciss/c0d0p8       367063      8322    339158   3% /tmp
> /dev/cciss/c0d0p5      4807072    769760   3793128  17% /usr
> /dev/cciss/c0d0p6      2883376    289116   2447792  11% /var
> 
> I can't seem to think of anything unnecessary that may be eating up
the
> space, perhaps I just made it way too small?
> 
> Can anyone think of a common offender I should be tracking down, or is
> there a way to increase this partition without losing all my data?
> 
> 
> 
>
------------------------------------------------------------------------
> 
> ****** Message from InterScan E-Mail VirusWall NT ******
> 
> ** No virus found in attached file noname.htm
> 
> This message has been scanned, and is intended to be virus-free.
> *****************     End of message     ***************
> 

I have a script to search for big files, as that is what you first might

one to do:
find / -xdev -type f -size +1024 -exec ls -la {} \; | sort -brut " "

Change the 1024 to your own liking, it might give you some clues.

Benedict


-- 
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org



Reply to: