From owner-freebsd-arch@FreeBSD.ORG Mon Jun 2 18:06:02 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B3D37B401 for ; Mon, 2 Jun 2003 18:06:02 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF3843FB1 for ; Mon, 2 Jun 2003 18:06:00 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5315ckA007890; Mon, 2 Jun 2003 19:05:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 02 Jun 2003 19:05:32 -0600 (MDT) Message-Id: <20030602.190532.01207353.imp@bsdimp.com> To: arch@freebsd.org, gallatin@cs.duke.edu From: "M. Warner Losh" In-Reply-To: <16091.44150.539095.704531@grasshopper.cs.duke.edu> References: <20030602171942.GA87863@roark.gnf.org> <16091.44150.539095.704531@grasshopper.cs.duke.edu> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Making a dynamically-linked root X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 01:06:02 -0000 In message: <16091.44150.539095.704531@grasshopper.cs.duke.edu> Andrew Gallatin writes: : > space. Currently (on my x86 box), /bin and /sbin are 32 MB. With : > a dynamically linked root (and some pruning of some binaries), the : > /bin, /lib, and /sbin come out to 6.1 MB. This should be great for : > people with 2.x and 3.x era root partitions that are only about 50 : > MB. : : Assuming disks cost $1.00 US per gig, this 25% performance penalty : saves roughly 2.5 cents worth of disk space. Admittedly, embedded : environments need the disk savings and might not care about the : performance penalty. But that's just another argument for making it : optional. I actually have used this to upgrade a system I've been using for a while. Warner