From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 05:19:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D736116A4CE for ; Fri, 4 Mar 2005 05:19:04 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9410F43D55 for ; Fri, 4 Mar 2005 05:19:04 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (unknown [127.0.0.1]) by mwinf1104.wanadoo.fr (SMTP Server) with ESMTP id 41D6E1C0008D for ; Fri, 4 Mar 2005 06:19:03 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1104.wanadoo.fr (SMTP Server) with ESMTP id 28D351C00087 for ; Fri, 4 Mar 2005 06:19:03 +0100 (CET) X-ME-UUID: 20050304051903167.28D351C00087@mwinf1104.wanadoo.fr Date: Fri, 4 Mar 2005 06:19:02 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <534555829.20050304061902@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: /boot like linux! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 05:19:04 -0000 Jesse Guardiani writes: > I'm a FreeBSD 5.3 user as well as a Gentoo Linux user. > In Gentoo linux, you only have to create 3 partitions: > > /boot > swap > / > > In FreeBSD, you seem to have to create many more: > > / > swap > /usr > /var > /tmp You don't _have_ to create these partitions. They are just the suggested configuration (and the default if you have the system create partitions for you). All you really need is a swap partition and a root partition (/). -- Anthony