From owner-freebsd-questions@FreeBSD.ORG Mon Feb 18 21:57:17 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7345D4FD for ; Mon, 18 Feb 2013 21:57:17 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 480CE995 for ; Mon, 18 Feb 2013 21:57:16 +0000 (UTC) Received: from [10.0.10.3] ([173.88.202.176]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 18 Feb 2013 13:57:16 -0800 Message-ID: <5122A3BA.2000907@a1poweruser.com> Date: Mon, 18 Feb 2013 16:57:14 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD questions Subject: Re: How to add zfs support to FreeBSD? References: <51229B47.4070605@a1poweruser.com> In-Reply-To: <51229B47.4070605@a1poweruser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Feb 2013 21:57:16.0180 (UTC) FILETIME=[EA3BFD40:01CE0E22] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2013 21:57:17 -0000 Fbsd8 wrote: > The handbook does not cover how to add zfs support. > > How is it done? Let me reword. If zfs is in the base system why does it not show up when I look for it this way? if config -x $( sysctl -n kern.bootfile ) | grep -q '^[[:space:]]*options[[:space:]]\{1,\}ZFS\>'; then echo "yes zfs is in the kernel" fi