From owner-freebsd-stable@FreeBSD.ORG Thu Sep 3 20:30:41 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 B6036106566B for ; Thu, 3 Sep 2009 20:30:41 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-yw0-f187.google.com (mail-yw0-f187.google.com [209.85.211.187]) by mx1.freebsd.org (Postfix) with ESMTP id 725FE8FC1B for ; Thu, 3 Sep 2009 20:30:41 +0000 (UTC) Received: by ywh17 with SMTP id 17so431803ywh.3 for ; Thu, 03 Sep 2009 13:30:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=55Sf0OXlG0T7RheyoyQOOkhBjQZr2IrVRcjCcCM/1u0=; b=AlUgQTMvYd9plY0bJ1MvLqn3NCH0J1RkHne/KE0C8xXHKbTqBWqNHxPIOG76pY52W3 jFRnYXtEwCUHM9xJxuneiFhRMbn5RSqIiGXmBHO0/4TTCovJ5iv8YC+NgFZahsJtPjhz FU1PuZjD1i150qQNDhsRrURl05wR/I4YZjAfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QbK54N+BV4rmRAPPwUrqz+pohZ94MN5XRLxvq8A+w9KonN5YkVktKmAFXeNfH+xXgo ClWiYhc9glG4eFB6HYRvGb1LIvAB/lUTGhoINC8FS5CzCy2Sb/lVqrX2V6PyrvVI0Oly ZyZQx27L8EFpVHpkONk1zViNLqKz4t8ncd7ds= MIME-Version: 1.0 Received: by 10.151.25.7 with SMTP id c7mr15751577ybj.236.1252009840798; Thu, 03 Sep 2009 13:30:40 -0700 (PDT) In-Reply-To: <20090903194323.GE7186@kenyonralph.com> References: <4A9EA37B.2020800@msu.edu> <20090903194323.GE7186@kenyonralph.com> Date: Thu, 3 Sep 2009 13:30:40 -0700 Message-ID: From: Freddie Cash To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 20:30:41 -0000 On Thu, Sep 3, 2009 at 12:43 PM, Kenyon Ralph wrote: > On 2009-09-02T12:55:23-0400, 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? > > Do you have the zfs mountpoint properties set for the filesystems? Try > zfs get all | grep mountpoint. When you zfs set the mountpoint, the > No need for the grep command, just "zfs get mountpoint" is enough. That will show just the mounpoint property for all the filesystems, snapshots, and volumes. -- Freddie Cash fjwcash@gmail.com