From owner-freebsd-questions Mon Feb 2 16:14:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14704 for questions-outgoing; Mon, 2 Feb 1998 16:14:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14625 for ; Mon, 2 Feb 1998 16:13:40 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id KAA02229; Tue, 3 Feb 1998 10:12:48 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA05117; Tue, 3 Feb 1998 10:12:48 +1030 (CST) (envelope-from grog) Message-ID: <19980203101247.32585@lemis.com> Date: Tue, 3 Feb 1998 10:12:47 +1030 From: Greg Lehey To: Marty Leisner Cc: jord@gnawk.dial.eunet.es, freebsd-questions@FreeBSD.ORG Subject: Re: Partitioning 3.5 G HD for FreeBSD References: <19980131102711.28276@lemis.com> <9802022328.AA13443@gnu.sdsp.mc.xerox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <9802022328.AA13443@gnu.sdsp.mc.xerox.com>; from Marty Leisner on Mon, Feb 02, 1998 at 03:28:38PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" On Mon, Feb 02, 1998 at 03:28:38PM -0800, Marty Leisner wrote: >> On Sat, Jan 31, 1998 at 12:50:55AM +0100, J. Jordana wrote: >>> >>> Sorry to ask but I haven't seen this in any FAQ. >>> >>> Coming from Linux, I want to partition a new HD with 3.5 G for FreeBSD only. >>> I would like to know the space requirements for: >>> >>> / >>> /usr >>> /usr/home >>> /usr/src >>> /usr/local >>> >>> for a full installation, all sources included from the 2.2.5 Walnut Creek >>> CDROM >> >> / 40 MB >> swap 128 MB >> /usr the rest >> >> There's no reason to have separate file systems for /usr/src and >> /usr/local. Some people prefer a separate /var file system, but I >> don't recommend that either. Instead create a directory /usr/var and >> make /var a symlink to that directory. > > Hmmm...I'm not sure I agree... > > I like to have more partitions for several reasons: > 1) if you fill up 1 partition, you still have space elsewhere Not if you have filled up all your partitions. If you only have one partition, you will have space in that partition up to the point where all partitions of a multi-partition scheme would be full. > 2) if a partition for some reason gets scrogged, the others > will still work. That's a valid point. That's why I still think a separate root file system is a good idea, and I think that there is significant merit in the idea of a combined read-only root and /usr file system. > On many systems, /usr can be read-only for all practical purposes, > with /usr/tmp on a writable system. Well, except I'd then call it /var/tmp. > I would like to see a discussion of this in documentation. Probably a good idea. First, though, a discussion here (or on one of the other fora) would help. Greg