From owner-freebsd-fs@FreeBSD.ORG Wed Jul 30 16:32:32 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from freefall.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 9A3E41065729; Wed, 30 Jul 2008 16:32:30 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Thu, 31 Jul 2008 01:32:29 +0900 From: Norikatsu Shigemura To: Ulf Lilleengen Message-Id: <20080731013229.9d342ee5.nork@FreeBSD.org> In-Reply-To: <20080729211137.GA52154@nobby.studby.ntnu.no> References: <20080727125413.GG1345@garage.freebsd.pl> <488F0C71.9010902@moneybookers.com> <20080729125551.GA70379@eos.sc1.parodius.com> <1217338852.10413.1.camel@dingo-laptop> <488F2078.708@psg.com> <1217347882.10413.5.camel@dingo-laptop> <20080729211137.GA52154@nobby.studby.ntnu.no> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Randy Bush , Pawel Jakub Dawidek , Norikatsu Shigemura , Stefan Lambrev , freebsd-fs@freebsd.org, freebsd-current@freebsd.org, OutBackdingo Subject: Re: ZFS patches. 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: Wed, 30 Jul 2008 16:32:32 -0000 On Tue, 29 Jul 2008 23:11:37 +0200 Ulf Lilleengen wrote: > This patch does include ZFS boot support (for i386 only. Look in > sys/boot/i386/zfsboot and boot/zfs) I was unable to make it work though, but > I was able to install a ZFS-supporting loader, by building the loader with > LOADER_ZFS_SUPPORT=yes . > However, this feature is a bit undocumented yet, and it didn't work correctly > for me. But you can always test it out. I'm using zfsboot on my note PC, and not using UFS. I know many problems about it:-). 1. zpool configuration is too limited, only single and mirror usable. If you want to zfsboot, you can't use RAIDZ, striping and cache(zpool add ... cache ...):-(. 2. On some environment (old BIOS?), zfsboot1 can't chain to zfsboot2. Because, by size (512bytes), zfsboot1 didn't support CHS mode. 3. Yes, a bit undocumented. So you must be careful. 4. I tried to test about zfsboot supported liveCD, but I can't make it yet. Because zfsbootable loader can't boot from CD. SEE ALSO: http://lists.freebsd.org/pipermail/freebsd-fs/2008-July/004895.html http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/125878