Date: Tue, 23 Oct 2001 14:45:27 -0700 From: Matthew Hunt <mph@astro.caltech.edu> To: =?iso-8859-1?Q?S=F8ren_Neigaard?= <neigaard@e-box.dk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Running out of space Message-ID: <20011023144527.A3584@wopr.caltech.edu> In-Reply-To: <1923044716.20011023234216@e-box.dk>; from neigaard@e-box.dk on Tue, Oct 23, 2001 at 11:42:16PM %2B0200 References: <1923044716.20011023234216@e-box.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <mph@astro.caltech.edu> * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011023144527.A3584>