From owner-freebsd-fs@FreeBSD.ORG Fri Feb 29 20:19:21 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43E211065675 for ; Fri, 29 Feb 2008 20:19:21 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrie.com (demon.dce.harvard.edu [140.247.198.85]) by mx1.freebsd.org (Postfix) with ESMTP id E8E8A8FC2F for ; Fri, 29 Feb 2008 20:19:20 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from dhcp-103-0-64.de-dhcp.harvard.edu (dce-gw.harvard.edu [140.247.198.51]) (authenticated bits=0) by forrie.com (8.14.2/8.13.8) with ESMTP id m1TK4xow047234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 29 Feb 2008 15:05:04 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <47C8656A.6080808@forrie.com> Date: Fri, 29 Feb 2008 15:04:58 -0500 From: Forrest Aldrich User-Agent: Thunderbird 2.0.0.13pre (Macintosh/20080229) MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/6047/Fri Feb 29 13:51:13 2008 on mail.forrie.com X-Virus-Status: Clean Subject: ZFS as / filesystem on 7.0 ? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 20:19:21 -0000 I recently updated my existing 6.x systems to 7.0. Excited to see ZFS support, after looking through the current documentation, it doesn't appear we can use ZFS as the / filesystem, or am I mistaken (or is that even advisable). The sysinstall doesn't seem to provide you with the option for ZFS on the newly created partitions. So I could have / as UFS2 and /usr (et al) as ZFS. Could someone clarify? Perhaps I missed something in the documentation. Thanks.