From owner-freebsd-stable@FreeBSD.ORG Thu Sep 3 19:43:26 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 8A9D11065670 for ; Thu, 3 Sep 2009 19:43:26 +0000 (UTC) (envelope-from kenyon@kenyonralph.com) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.123]) by mx1.freebsd.org (Postfix) with ESMTP id 465748FC20 for ; Thu, 3 Sep 2009 19:43:26 +0000 (UTC) Received: from voodoo.kenyonralph.com ([76.176.200.148]) by cdptpa-omta01.mail.rr.com with ESMTP id <20090903194325246.DVTQ8054@cdptpa-omta01.mail.rr.com> for ; Thu, 3 Sep 2009 19:43:25 +0000 Received: from voodoo.kenyonralph.com (localhost [127.0.0.1]) by voodoo.kenyonralph.com (Postfix) with ESMTP id 2737F181C16 for ; Thu, 3 Sep 2009 12:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kenyonralph.com; h=date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=postfix; bh=uzEYF0wsfQ+a+RH3pMtqUbOjisAtHqsA7uvd BWESEB8=; b=Nf/J4fuWL7I3xH778+/SEsv33nqaAC5plzO9nMtN4hFchiWO/DzM /+8DIW79PbEoA9piBb01C8z8ixSpWIBpR2YEDtaJcZGVwuXcvOTtGN+Q+Xj0C0aK RCONwWnVVoaYn7NRy1/KEwixQh3CDSYAY+BRFbAhZ5IgZR5kNohEX68= Received: by voodoo.kenyonralph.com (Postfix, from userid 1000) id AD2D018236F; Thu, 3 Sep 2009 12:43:23 -0700 (PDT) Date: Thu, 3 Sep 2009 12:43:23 -0700 From: Kenyon Ralph To: freebsd-stable@freebsd.org Message-ID: <20090903194323.GE7186@kenyonralph.com> Mail-Followup-To: freebsd-stable@freebsd.org References: <4A9EA37B.2020800@msu.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Oiv9uiLrevHtW1RS" Content-Disposition: inline In-Reply-To: <4A9EA37B.2020800@msu.edu> X-Operating-System: Ubuntu 9.04 Linux 2.6.28-15-generic on i686 User-Agent: Mutt/1.5.18 (2008-05-17) 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 19:43:26 -0000 --Oiv9uiLrevHtW1RS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 =20 > now mount when the system boots. After the system is up I can run =20 > /etc/rc.d/zfs start and it's fine. I don't see any errors in the log =20 > file other than the ZFS is experimental in FreeBSD message. I'm running = =20 > FreeBSD 7.2 stable. I have zfs_enable=3D"YES" in the rc.conf file. Am I= =20 > 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 filesystem will automatically be mounted there. The zfs man page has the details. Kenyon --Oiv9uiLrevHtW1RS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkqgHFsACgkQmFtUtJKnbnV8EACgtchvH+dags3kxj+eKWlmyZlf HDsAn1aV33YW4OqSTWWOohn9lzeOH/A5 =3qXt -----END PGP SIGNATURE----- --Oiv9uiLrevHtW1RS--