From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 06:33:07 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00F2B106566C for ; Sat, 18 Feb 2012 06:33:07 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id BED778FC19 for ; Sat, 18 Feb 2012 06:33:06 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q1I6bvuI070727 for freebsd-questions@freebsd.org; Sat, 18 Feb 2012 00:37:57 -0600 (CST) Date: Sat, 18 Feb 2012 00:37:57 -0600 (CST) From: Robert Bonomi Message-Id: <201202180637.q1I6bvuI070727@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <4F3ECF23.5000706@fisglobal.com> Subject: Re: One or Four? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 06:33:07 -0000 > From owner-freebsd-questions@freebsd.org Fri Feb 17 16:20:48 2012 > Date: Fri, 17 Feb 2012 14:05:23 -0800 > From: "Robison, Dave" > To: > Subject: One or Four? > > Hiya, > > A question has arisen with the implementation of bsdinstall in 9.x as > opposed to sysinstall in 8.x and previous versions of FreeBSD. > > It has always been FreeBSD's default to create four partitions and swap > as such: > > / > /tmp > /var > /usr > swap > > The recent changes in 9.x with bsdinstall use a default behavior which > creates only one partition and swap, with everything living under a > single "/" partition as such: > > / > swap Blame the Linux community for fostering _that_ silliness. > We'd like a show of hands to see if folks prefer the "old" style default > with 4 partitions and swap, or the newer iteration with 1 partition and > swap. *I* would stronngly prefer _five_ partitions plus swap; / /tmp /var /usr /home swap There are good arguments to be made for keeping the '/' filesystem as small as practical, _and_ restricting it to 'system' content -- preferably all "non-volatile" such that it (as well as '/usr') can be mounted read-only. The above-mentioned RO mounting does wonders for system reliability and speed of crash recovery.