From owner-freebsd-questions@FreeBSD.ORG Fri May 16 20:01:18 2008 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 2EEA31065674 for ; Fri, 16 May 2008 20:01:18 +0000 (UTC) (envelope-from jessy@sicha.net) Received: from viefep11-int.chello.at (viefep11-int.chello.at [62.179.121.31]) by mx1.freebsd.org (Postfix) with ESMTP id 7198C8FC14 for ; Fri, 16 May 2008 20:01:17 +0000 (UTC) (envelope-from jessy@sicha.net) Received: from du.sicha.net ([84.113.235.172]) by viefep11-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20080516200116.GRY2384.viefep11-int.chello.at@du.sicha.net>; Fri, 16 May 2008 22:01:16 +0200 X-Virus-Scanned: amavisd-new at sicha.net Message-Id: <45FF7AE6-E41D-4267-BE7D-4E052A824E5A@sicha.net> From: Robert Jesacher To: Carlo.Capponi@unibo.it In-Reply-To: <20080515170909.GB33172@slackbox.xs4all.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 16 May 2008 22:01:10 +0200 References: <20080515170909.GB33172@slackbox.xs4all.nl> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-questions@freebsd.org Subject: Re: number of partitions 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: Fri, 16 May 2008 20:01:18 -0000 On 15.05.2008, at 19:09, Roland Smith wrote: > On Thu, May 15, 2008 at 09:36:06AM -0600, Carlo.Capponi@unibo.it > wrote: >> >> looks like I cannot create more than 8 partitions at boot time on a >> single >> disk. >> how to overcome this problem ? >> thanks > > Use fdisk to make up to 4 slices on the disk; e.g. ad0 gets ad0s1 to > ad0s4. > you can then create up to 6 usable partitions on each slice. > > Roland if you are on 7.0 and your box is equipped for it (memory) you could - and probably should - give ZFS a try. I use it w/o troubles and it really eliminates the partitioning (and other) hassles. Simply put: it is the next big thing in storage ;-) Have a look here: http://wiki.freebsd.org/ZFS take care, Robert