From owner-freebsd-questions Sat Jan 20 15:43:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Mail6.sc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 22B2F37B402; Sat, 20 Jan 2001 15:43:04 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by Mail6.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 20 Jan 2001 18:42:56 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id f0KNhsV02064; Sat, 20 Jan 2001 18:43:54 -0500 (EST) (envelope-from dmaddox) Date: Sat, 20 Jan 2001 18:43:54 -0500 From: "Donald J . Maddox" To: Kris Kennaway Cc: Jason Hunt , freebsd-questions@FreeBSD.ORG Subject: Re: / space.. Message-ID: <20010120184354.A2002@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Kris Kennaway , Jason Hunt , freebsd-questions@FreeBSD.ORG References: <3A69CB97.3E8C85AA@blaz.homeip.net> <20010120153744.E53292@citusc17.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010120153744.E53292@citusc17.usc.edu>; from kris@FreeBSD.ORG on Sat, Jan 20, 2001 at 03:37:44PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Another thing that should be considered here is whether or not you will be enabling soft updates on this partition. Why? I used to have a / partition of about 100M total space, about 55% used, with soft updates enabled. If I tried to do a 'make installworld', it would die while installing /sbin/* everytime with a 'no space left on device' error. Softupdates does not return diskspace to the system immediately when a file is deleted, so it can be an important factor to take into account on small filesystems. On Sat, Jan 20, 2001 at 03:37:44PM -0800, Kris Kennaway wrote: > On Sat, Jan 20, 2001 at 11:32:07AM -0600, Jason Hunt wrote: > > > when implementing a server, I believe I used the default setting of > > 50 MB for the / partition, and allocated most to /var and /usr. Is > > this going to create a problem? > > Over time more and more things tend to get added to / (compare the > amount of stuff on the root FS now with the 2.2 days). I'd suggest > making it say 100M and leaving yourself the room to expand. > > For example, here are my root filesystem sizes on two of my machines: > > /dev/da0s1a 99183 62148 29101 68% / > > /dev/ad0s2a 99183 79174 12075 87% / > > These are somewhat bloated from containing a few other > non-FreeBSD-default things, but you get the idea. > > Yeah, this default should probably be changed in sysinstall.. > > Kris > > -- > NOTE: To fetch an updated copy of my GPG key which has not expired, > finger kris@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message