Ciro Iriarte wrote:
2008/5/23 Washington Irving <washton.irving@gmail.com>:
Jerry Houston wrote:
I've been meaning to install bigger drives on my domain controller/home server, but I've been putting that off until the upcoming release of SuSE 11.0. Yesterday, however, I logged on and got a dialog telling me that disk space was running out, and I'd better do something.
So I moved 30 GB of music files temporarily to my workstation, which has a buttload of room on its drive. That seemed to take care of it, and konqueror showed 30 GB free on the server. Today after work, though, I got another message telling me that it's out of space again. 0.0 KB free.
Admittedly, I could have screwed something up -- work has been intense lately, and my concentration isn't what it should be, but I really don't know where that much space went so fast. I have 1.5 TB of new drives arriving tomorrow, but I'd like to get to the bottom of this mystery sooner, rather than later. You have something that's spewing a lot of errors to a log file.
that's one major reason I put /var on a seperate partition.
I seem to recall that there's a Linux utility or command that will list the biggest files on a drive, showing what's taking up the most room. I'm about to search through my Linux books for a reminder of that, but thought someone here might remember what it is. Try kdirstat
I'm not convinced yet that there's anything evil going on (I've got the server pretty well protected, I think), but I'd sure like to know what's using so much space. If someone has an idea what I could use to take a look, I'd surely be grateful.
Jerry in Bothell, WA
Never used kdirstat, but "du -hs /*" always helps :D
Try it. Dirstat is much quicker for finding disk-wasters. and if you're using du... drop the -h and pipe it into sort. du -s some_path_here_or_* | sort -n examples: du -s * | sort -n du -s ../* | sort -n du -s /* | sort -n But I would avoid the last one...you're doing to do du on ALL your filesystems, when quite obviously, only ONE of them is full. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org