From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 16:12:54 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 B5CC316A4CE for ; Thu, 1 Jan 2004 16:12:54 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978C043D3F for ; Thu, 1 Jan 2004 16:12:48 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9p1/8.12.9) with ESMTP id i020BDRI068720; Fri, 2 Jan 2004 11:11:14 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9p1/8.12.9/Submit) id i020BCpf068051; Fri, 2 Jan 2004 11:11:12 +1100 (EST) Date: Fri, 2 Jan 2004 11:11:08 +1100 From: Gautam Gopalakrishnan To: Eric F Crist Message-ID: <20040102001108.GA36815@madras.dyndns.org> References: <200401011800.23184.ecrist@adtechintegrated.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401011800.23184.ecrist@adtechintegrated.com> User-Agent: Mutt/1.4.1i 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 00:12:54 -0000 On Thu, Jan 01, 2004 at 06:00:23PM -0600, Eric F Crist wrote: > How big is necessary for a /usr partition? Mine keeps filling up and I've > deleted /usr/obj and /usr/ports/distfiles regularly. > > 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 I don't think you need such big / and /var partitions... And you could merge /home and /usr and make home dirs on /usr/home Gautam