From owner-freebsd-questions@FreeBSD.ORG Sat May 17 10:18:15 2003 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 62A1D37B401 for ; Sat, 17 May 2003 10:18:15 -0700 (PDT) Received: from boris.st.hmc.edu (boris.ST.HMC.Edu [134.173.63.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF5E143FCB for ; Sat, 17 May 2003 10:18:14 -0700 (PDT) (envelope-from jeff@unixconsults.com) Received: from boris.st.hmc.edu (localhost.st.hmc.edu [127.0.0.1]) by boris.st.hmc.edu (8.12.6p2/8.12.6) with ESMTP id h4HHI8m9085167; Sat, 17 May 2003 10:18:08 -0700 (PDT) (envelope-from jeff@unixconsults.com) Received: from localhost (jeff@localhost)h4HHI8qt085164; Sat, 17 May 2003 10:18:08 -0700 (PDT) X-Authentication-Warning: boris.st.hmc.edu: jeff owned process doing -bs Date: Sat, 17 May 2003 10:18:06 -0700 (PDT) From: Jeff Jirsa X-X-Sender: jeff@boris.st.hmc.edu To: anclo@anclo.com In-Reply-To: <1053191414.3ec66cf6e4a43@vmail.3dresearch.com> Message-ID: <20030517101637.E85160-100000@boris.st.hmc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by unixconsults.com X-Spam-Status: No, hits=-0.5 required=5.0 tests=IN_REP_TO,SPAM_PHRASE_01_02,X_AUTH_WARNING version=2.43 cc: freebsd-questions@freebsd.org Subject: Re: freeing up space in /usr 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: Sat, 17 May 2003 17:18:15 -0000 On Sat, 17 May 2003 anclo@anclo.com wrote: > /]# df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad1s1e 1469006 1468784 -117298 109% /usr > > and: > > /usr]# du -h -d1 > 636M ./ports Really easy... `cd /usr/ports && make clean` should help. You could also check /usr/ports/distfiles for ports you've already installed, and no longer need. - Jeff