From owner-freebsd-stable@FreeBSD.ORG Thu Sep 3 17:15:34 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 DF15E106566B for ; Thu, 3 Sep 2009 17:15:34 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sys07.mail.msu.edu (sys07.mail.msu.edu [35.9.75.107]) by mx1.freebsd.org (Postfix) with ESMTP id 9B8AA8FC0C for ; Thu, 3 Sep 2009 17:15:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=msu.edu; s=mail; h=Resent-From:Resent-To:Resent-Date:Resent-Message-Id: Message-ID:Date:From:Reply-To:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; bh=uilowo35q EvXo4dF0/BcwHoCztPpYFpRLfni1rskkeE=; b=vzmrkDk4UGS8azPt/IxPdGaHj x9yh33m1jTK0Ubg8MPV9JUo4NnnmpvccyzKTLZzhprVwkSmGKILG5fJTgZoWgwD0 8dN6aB77YAh0UDHrqrnzQJD8KWCV+x64Bq+Hw0H5rXqMWG7hSjQ3M3Cn9eObHa2s BEymbf77xrqLl/9SJA= Received: from user-718268.user.msu.edu ([35.10.4.118]) by sys07.mail.msu.edu with esmtpsa (Exim 4.69 #1) (TLSv1:AES256-SHA:256) id 1MjFuH-0003iy-S6 for freebsd-stable@freebsd.org; Thu, 03 Sep 2009 13:15:33 -0400 Resent-From: Lisa Besko Resent-To: freebsd-stable@freebsd.org Resent-Date: Thu, 3 Sep 2009 13:15:35 -0400 Resent-Message-Id: <4A9FF9B7.1080009@msu.edu> Resent-User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.16) Gecko/20080918 Thunderbird/2.0.0.16 Message-ID: <4A9FD29F.3010000@msu.edu> Date: Thu, 03 Sep 2009 10:28:47 -0400 From: Lisa Besko User-Agent: Thunderbird 2.0.0.16 (X11/20080918) MIME-Version: 1.0 To: Dimitry Andric References: <4A9EA37B.2020800@msu.edu> <4A9FC60A.2000904@andric.com> In-Reply-To: <4A9FC60A.2000904@andric.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Cc: Subject: Re: 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: Thu, 03 Sep 2009 17:15:34 -0000 Dimitry Andric wrote: > 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? After I mount them they say this: # zfs list NAME USED AVAIL REFER MOUNTPOINT sniffer 66.5K 1.96T 18.5K /sniffer # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT sniffer 1.99T 75K 1.99T 0% ONLINE - When it boots and they are not mounted it says: # zfs list NAME USED AVAIL REFER MOUNTPOINT sniffer 66.5K 1.96T 18.5K /sniffer # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT sniffer 1.99T 75K 1.99T 0% ONLINE - but it does not show up when I do a df. LB