From owner-freebsd-fs@FreeBSD.ORG Fri Feb 29 23:00:58 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 F3B4B1065674 for ; Fri, 29 Feb 2008 23:00:57 +0000 (UTC) (envelope-from bp@barryp.org) Received: from itasca.hexavalent.net (itasca.hexavalent.net [67.207.138.180]) by mx1.freebsd.org (Postfix) with ESMTP id CB8728FC23 for ; Fri, 29 Feb 2008 23:00:57 +0000 (UTC) (envelope-from bp@barryp.org) Received: from host-42-60-230-24.midco.net ([24.230.60.42] helo=eden.barryp.org) by itasca.hexavalent.net with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.67) (envelope-from ) id 1JVEDp-00018U-0e for freebsd-fs@freebsd.org; Fri, 29 Feb 2008 17:00:57 -0600 Received: from geo.med.und.nodak.edu ([134.129.166.11]) by eden.barryp.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1JVEDj-00046X-5B; Fri, 29 Feb 2008 17:00:51 -0600 Message-ID: <47C88EB2.5080108@barryp.org> Date: Fri, 29 Feb 2008 17:01:06 -0600 From: Barry Pederson User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Forrest Aldrich References: <47C8656A.6080808@forrie.com> <20080229214106.GA1249@carrot.studby.ntnu.no> <20080229215535.GA5670@eos.sc1.parodius.com> <47C88085.60300@forrie.com> In-Reply-To: <47C88085.60300@forrie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: 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 23:00:58 -0000 Forrest Aldrich wrote: > Thank you for the replies. It seems that / and/or at least /boot should > remain UFS/UFS2 and the rest of the system ZFS, if so desired. > > I wonder if it's possible to convert a filesystem from UFS/2 to ZFS ;-) > Probably not without another disk nearby to mirror and copy back the > content. No conversion - I ended up installing on UFS on one disk, creating a ZFS pool on a second disk, and then using sysutils/cpdup from ports to clone the install onto one or more ZFS filesystems. Barry