From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 09:27:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BDC16A4CE for ; Fri, 2 Jan 2004 09:27:00 -0800 (PST) Received: from radicalv.com (secure.radicalv.com [216.118.91.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4068043D45 for ; Fri, 2 Jan 2004 09:26:59 -0800 (PST) (envelope-from ecrist@adtechintegrated.com) Received: (qmail 57112 invoked from network); 2 Jan 2004 17:26:53 -0000 Received: from unknown (HELO 192.168.1.107) (66.41.18.160) by mail.radicalv.com with SMTP; 2 Jan 2004 17:26:53 -0000 From: Eric F Crist Organization: AdTech Integrated Systems, Inc To: Scott W , Gautam Gopalakrishnan Date: Fri, 2 Jan 2004 11:26:37 -0600 User-Agent: KMail/1.5 References: <200401011800.23184.ecrist@adtechintegrated.com> <20040102001108.GA36815@madras.dyndns.org> <3FF4F069.10109@mindcore.net> In-Reply-To: <3FF4F069.10109@mindcore.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401021126.37229.ecrist@adtechintegrated.com> cc: freebsd-questions@freebsd.org Subject: Re: File system full? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 17:27:00 -0000 On Thursday 01 January 2004 10:15 pm, Scott W wrote: > >>Here's my df -h readout: > >> > >>$ df -h > >>Filesystem Size Used Avail Capacity Mounted on > >>/dev/ad0s3a 1008M 92M 835M 10% / > >>/dev/ad0s2 1020M 19M 1001M 2% /dos > >>/dev/ad0s3g 4.8G 69M 4.3G 2% /home > >>/dev/ad0s3e 3.9G 3.9G -260.5M 107% /usr > >>/dev/ad0s3f 1008M 27M 900M 3% /var > >>/dev/ad0s1 24G 22G 2.9G 88% /nt > >>procfs 4.0K 4.0K 0B 100% /proc > >>/dev/da0s1 61M 61M 632K 99% /umass > Advice- leave /var and / the size they are, they're fine if the box > stays up as a server and runs any public services- apache logs and even > messages log files can fill up /var relatively quickly, and if you add a > database or any other service that can potentially log verbosely if it > encounters any problems (or if you enable debug logging), /var can grow > quickly. I'm probably going to leave everything as it is. I ran a make clean from the /usr/ports directory, did nothing else, and this is now my df -h readout: $ df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s3a 1008M 92M 835M 10% / /dev/ad0s3g 4.8G 70M 4.3G 2% /home /dev/ad0s3e 3.9G 2.2G 1.4G 61% /usr /dev/ad0s3f 1008M 27M 900M 3% /var /dev/ad0s1 24G 22G 2.9G 88% /nt procfs 4.0K 4.0K 0B 100% /proc /dev/ad0s2 1020M 19M 1001M 2% /dos $ As you can see, there is a massive decrease in parition use after that completed. What I didn't think about was that I compiled all the following 'hog' sources, kde, apsfilter, and x. Thanks for the help/advice! -- Eric F Crist AdTech Integrated Systems, Inc (612) 998-3588