From owner-freebsd-newbies Thu Oct 4 5:48:37 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 4C85937B40A for ; Thu, 4 Oct 2001 05:48:28 -0700 (PDT) Received: from hades.hell.gr (patr530-a077.otenet.gr [212.205.215.77]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f94CmOh25437; Thu, 4 Oct 2001 15:48:24 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f94CMep41758; Thu, 4 Oct 2001 15:22:40 +0300 (EEST) (envelope-from charon@labs.gr) Date: Thu, 4 Oct 2001 15:22:39 +0300 From: Giorgos Keramidas To: John Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: How much space Message-ID: <20011004152239.A41705@hades.hell.gr> References: <009a01c14bfc$b274ded0$9500a8c0@mad> <3BBB4454.E2C30186@acuson.com> <000601c14c86$371ab3b0$0a00000a@johnny2k> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c14c86$371ab3b0$0a00000a@johnny2k> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John wrote: > > How much if you want to keep up to date via cvsup ? Hello John, tracking -CURRENT here, and the disk space I am using for keeping the sources to everything and the ports are shown below: hades!root:[/usr/src]# du -sk . 361911 . # after removing all the `work' directories from ports. hades!root:[/usr/ports]# du -sk . 116388 . The real requirements should be somewhat smaller, if you are using CVSup to update the sources (and not CVS, like I do). Those CVS/ directories in each subdirectory of my tree take up some space, which you won't need when updating with CVSup. You should also have about 300 Mb of space in /usr/obj to build the world before installing it. You can nuke the entire /usr/obj when you finish your `installworld' though, and free the space. All this sums up to 350 + 300 + 110 Mb of space. That means you will need close to 800 Mb for the sources of everything, not including the uncompressed source and build directories of any ports you install. If you do not clean your /usr/ports tree very often, you'll need a bit more, since there are ports that require as little as 1 Mb of space to uncompress and build, but there are also ports that need more than a few dozens of Mb (KDE, Gnome, Emacs and TeX come to mind). To have the sources, and their compiled versions, plus some space to store your own personal data and a little breathing space, an installation would probably take close to 2 Gb, IMHO. I hope this helps a bit, -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message