From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 02:33:06 2011 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 D29351065672 for ; Mon, 3 Oct 2011 02:33:06 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 904018FC19 for ; Mon, 3 Oct 2011 02:33:06 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p932X5iB047782; Sun, 2 Oct 2011 20:33:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p932X5Yj047779; Sun, 2 Oct 2011 20:33:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 2 Oct 2011 20:33:05 -0600 (MDT) From: Warren Block To: Michael In-Reply-To: <4E891996.50902@gmail.com> Message-ID: References: <4E891996.50902@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 02 Oct 2011 20:33:06 -0600 (MDT) Cc: "freebsd-questions@freebsd.org" Subject: Re: filesystem type in new installer 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, 03 Oct 2011 02:33:06 -0000 On Mon, 3 Oct 2011, Michael wrote: > What are the valid filesystem types in Partition Editor? > Installer gives two examples: freebsd-ufs and freebsd-swap. I guess that I > can use freebsd-zfs but what are the others? And is that list accessible from > the installer itself (some kind of help system) or should I look in external > documentation? > > It's in the news that it supports geli, zfs and others but I don't see any of > these options in the installer. Where should I look? Short-term, the gpart(8) man page: http://www.freebsd.org/cgi/man.cgi?query=gpart&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&arch=default&format=html Scroll down to Partition Types. Long-term... don't know. FWIW, I agree that the program should be self-documenting. That might be difficult with all the partition schemes.