From owner-freebsd-questions@FreeBSD.ORG Mon Feb 8 14:20:29 2010 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 08738106568F for ; Mon, 8 Feb 2010 14:20:29 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id ABE168FC0C for ; Mon, 8 Feb 2010 14:20:28 +0000 (UTC) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id o18EIZTA057002; Mon, 8 Feb 2010 09:18:35 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id o18EIUWJ057001; Mon, 8 Feb 2010 09:18:30 -0500 (EST) (envelope-from jerrymc) Date: Mon, 8 Feb 2010 09:18:30 -0500 From: Jerry McAllister To: Peter Steele Message-ID: <20100208141830.GD56831@gizmo.acns.msu.edu> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB383B25CD@MBX03.exg5.exghost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB383B25CD@MBX03.exg5.exghost.com> User-Agent: Mutt/1.4.2.2i Cc: "freebsd-questions@freebsd.org" Subject: Re: Should root partition be first partition? 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: Mon, 08 Feb 2010 14:20:29 -0000 On Mon, Feb 08, 2010 at 08:09:48AM -0600, Peter Steele wrote: > I've set up a system with gpart and have the swap partition first followed > by root, var, and so on. This works fine but I've seen documents that always > have root first, then swap. Is there any reason that root should be the > first partition or can it follow swap space? It should work, but there are so many things that might assume to have / (root) as the first partition on a bootable drive that maybe it is best to just stick with that convention. ////jerry > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >