From owner-freebsd-questions Fri Aug 16 9:57:35 2002 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 721E537B400 for ; Fri, 16 Aug 2002 09:57:33 -0700 (PDT) Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1597743E72 for ; Fri, 16 Aug 2002 09:57:33 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1002) id 22D2352A4; Fri, 16 Aug 2002 09:57:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 14F52529F; Fri, 16 Aug 2002 09:57:14 -0700 (PDT) Date: Fri, 16 Aug 2002 09:57:14 -0700 (PDT) From: Linh Pham To: MET Cc: freebsd-questions@freebsd.org Subject: Re: Installing XFree86 from the Ports In-Reply-To: <002201c24532$0fef5660$6901a8c0@SURVIVAL> Message-ID: <20020816095533.V18745-100000@q.closedsrc.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 2002-08-16, MET scribbled: # I went into the ports /usr/ports/x11/XFree86-4 and ran 'make install # clean' as suggested. A long time later snippet at the end appears. # # Simply put it seems that I'm out of space, but how is that possible. # I've installed nothing but apache, php, mysql and the standard defaults # during installation. # # So here's my question. Whets the command to check my file system's # space? And is there a system wide function to delete crap similar to # what 'make clean' does? To check the disk usage of your hard drives, run: df -k or: df -h to get more readable numbers (in MB, GB, etc.) You can run 'make distclean' from /usr/ports to clean out all of the ports under that folder... depending on what was installed and how many ports there are, it can take a while. Also look under /usr/ports/distfile to see if there are any remnant distfiles that you won't need anymore. -- Linh Pham lplist@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org closedsrc.org Every solution breeds new problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message