From owner-freebsd-stable@FreeBSD.ORG Thu Sep 3 13:35:05 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A69106568B for ; Thu, 3 Sep 2009 13:35:04 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9F99C8FC1B for ; Thu, 3 Sep 2009 13:35:04 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:c8ab:4715:9f7c:d628] (unknown [IPv6:2001:7b8:3a7:0:c8ab:4715:9f7c:d628]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 8F98C5C59; Thu, 3 Sep 2009 15:35:03 +0200 (CEST) Message-ID: <4A9FC60A.2000904@andric.com> Date: Thu, 03 Sep 2009 15:35:06 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4pre) Gecko/20090901 Shredder/3.0b4pre MIME-Version: 1.0 To: besko@msu.edu References: <4A9EA37B.2020800@msu.edu> In-Reply-To: <4A9EA37B.2020800@msu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: zfs won't automount X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2009 13:35:05 -0000 On 2009-09-02 18:55, Lisa Besko wrote: > I have a system that has a simple zfs raid 0 volume on it and it will > now mount when the system boots. After the system is up I can run > /etc/rc.d/zfs start and it's fine. I don't see any errors in the log > file other than the ZFS is experimental in FreeBSD message. I'm running > FreeBSD 7.2 stable. I have zfs_enable="YES" in the rc.conf file. Am I > missing something? What do "zpool list" and "zfs list" say?