From owner-freebsd-questions Tue Oct 23 14:45:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 7C04D37B405 for ; Tue, 23 Oct 2001 14:45:32 -0700 (PDT) Received: (from mph@localhost) by wopr.caltech.edu (8.11.6/8.9.3) id f9NLjS503796; Tue, 23 Oct 2001 14:45:28 -0700 (PDT) (envelope-from mph) Date: Tue, 23 Oct 2001 14:45:27 -0700 From: Matthew Hunt To: =?iso-8859-1?Q?S=F8ren_Neigaard?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Running out of space Message-ID: <20011023144527.A3584@wopr.caltech.edu> References: <1923044716.20011023234216@e-box.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <1923044716.20011023234216@e-box.dk>; from neigaard@e-box.dk on Tue, Oct 23, 2001 at 11:42:16PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Søren, On Tue, Oct 23, 2001 at 11:42:16PM +0200, Søren Neigaard wrote: > How do I figure out what under /usr takes up most space? I would start by installing the sysutils/xdu port (don't worry, it's quite small!) and then do: cd /usr du | xdu and it will graphically show you how much room things are taking up on the disk. > I have build some ports, can I easily remove the source, and how do I > do it? Yes; "cd /usr/ports && make -DNOCLEANDEPENDS distclean" will remove both the distfiles (e.g. the .tar.gz files that the source came in) and the work directories that were used to compule the ports. This has no effect on your ability to run the software you installed. -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message