<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Kemp, Levi wrote:
<blockquote
 cite="midF61B3F3722111146AF452DF29FDCCF5F038D1BE3@xchg03.bolivar.k12.mo.us"
 type="cite">
  <pre wrap="">This is hopefully a really easy question. When I installed K12LTSP6 I left everything default, including the LVM. After learning how to resize LV's so that I can have space for another drive(I wanted to test Edubuntu, and K12LTSP 5EL) I find that on my 140GB drive(5 36GB SAS RAID) I only have 24GB left. I'm only using the server for terminals so <b>what can I do to hunt down the source of all this used space?</b> Home directories are on a different server, even though local ones are being made for local settings. Over 500 different people have logged into the Server, could that be a problem? Thanks for the help.</pre>
</blockquote>
Here's a receipe I use to find disk hogs.  Apply repeatedly from the
top ("/") down.  At each level it will show the largest disk usage. 
You should quickly be able to tell where your disk space has gone.<br>
<br>
<tt>du -s /* | sort -nr | head<br>
<br>
</tt>best,<br>
-tim<tt><br>
<br>
</tt>
</body>
</html>