From owner-freebsd-questions@FreeBSD.ORG Sat May 17 10:10:16 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 B3AB037B401 for ; Sat, 17 May 2003 10:10:16 -0700 (PDT) Received: from smtp.telissant.com (h-66-167-251-2.PHLAPAFG.covad.net [66.167.251.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A89043F3F for ; Sat, 17 May 2003 10:10:16 -0700 (PDT) (envelope-from anclo@anclo.com) Received: by smtp.telissant.com (Postfix, from userid 33) id 3D31E169333; Sat, 17 May 2003 13:10:15 -0400 (EDT) To: freebsd-questions@FreeBSD.org Message-ID: <1053191414.3ec66cf6e4a43@vmail.3dresearch.com> Date: Sat, 17 May 2003 13:10:14 -0400 (EDT) From: anclo@anclo.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 X-Originating-IP: 209.195.177.46 Subject: 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:10:17 -0000 I attempted to install (from port) pwgen not realizing that it will require some X stuff for which I didn't have space. I ended up running out of space in my /usr partition. This is what I got: /]# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 403150 48736 322162 13% / /dev/ad0s1f 581934 8 535372 0% /tmp /dev/ad1s1e 1469006 1468784 -117298 109% /usr /dev/ad0s1e 483822 6072 439046 1% /var procfs 4 4 0 100% /proc and: /usr]# du -h -d1 10M ./bin 8.2M ./include 18M ./lib 9.6M ./libdata 16M ./libexec 108M ./local 6.4M ./sbin 99M ./share 416M ./src 636M ./ports 66M ./compat 4.0K ./games 9.5M ./obj 308K ./home 31M ./X11R6 1.4G . Is there a relatively painless way to free up some space in /usr? Thanx for any advice, Anclo