From owner-freebsd-stable@FreeBSD.ORG Wed Sep 2 16:55:22 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 ACA5010656AE for ; Wed, 2 Sep 2009 16:55:22 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sys51.mail.msu.edu (sys51.mail.msu.edu [35.9.75.231]) by mx1.freebsd.org (Postfix) with ESMTP id 83AF18FC14 for ; Wed, 2 Sep 2009 16:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=msu.edu; s=mail; h=Message-ID:Date:From:Reply-To:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; bh=Gt4Nu4Xq3hCf3ZmGsVcxS MEA4T9EvK1ATGjuh5hA8Go=; b=fFIApcI83e7rEcdaesC5GKCu9xu3Uh10Qbs+H n97oxbI2KHNimhq2xGGL/SNIawDAytIH/PNKTDeJkHqAzQM7o2lY4osXol9ffhHO aa3+Vl+IV5qExbZhwRSnFg2IDKRxfuX3GNgm88LjwmZ/Y8LF0UqgdgQEUeWjRYll od3+0s= Received: from user-718268.user.msu.edu ([35.10.4.118]) by sys51.mail.msu.edu with esmtpsa (Exim 4.69 #1) (TLSv1:AES256-SHA:256) id 1Mit7B-00088A-I8 for freebsd-stable@freebsd.org; Wed, 02 Sep 2009 12:55:21 -0400 Message-ID: <4A9EA37B.2020800@msu.edu> Date: Wed, 02 Sep 2009 12:55:23 -0400 From: Lisa Besko User-Agent: Thunderbird 2.0.0.16 (X11/20080918) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Subject: zfs won't automount X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: besko@msu.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2009 16:55:22 -0000 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? LB