From owner-freebsd-current@FreeBSD.ORG Wed May 30 16:19:36 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D160516A421 for ; Wed, 30 May 2007 16:19:36 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from mrelay1.uni-hannover.de (mrelay1.uni-hannover.de [130.75.2.106]) by mx1.freebsd.org (Postfix) with ESMTP id 66E8A13C4AD for ; Wed, 30 May 2007 16:19:36 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2]) by mrelay1.uni-hannover.de (8.13.8/8.13.8) with ESMTP id l4UFnj1E000954 for ; Wed, 30 May 2007 17:49:46 +0200 Received: from pmp.uni-hannover.de (arc.pmp.uni-hannover.de [130.75.117.1]) by www.pmp.uni-hannover.de (Postfix) with SMTP id D8F45863 for ; Wed, 30 May 2007 17:49:44 +0200 (CEST) Date: Wed, 30 May 2007 17:49:44 +0200 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: freebsd-current@freebsd.org Message-Id: <20070530174944.31966e57.gerrit@pmp.uni-hannover.de> Organization: Albert-Einstein-Institut (MPI =?ISO-8859-1?Q?f=FCr?= Gravitationsphysik & IGP =?ISO-8859-1?Q?Universit=E4t?= Hannover) X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146 Subject: ZFS does not load and mount at boot time X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 16:19:36 -0000 Hi folks, I'm using zfs on -currrent in form of a nanobsd image. Until recently I used my own script in rc.d/zfs to mount zfs volumes, which I had written prior to the import of zfs into -current. After switching to the script coming with -current, I found that neither the zfs kernel module is loaded, nor the volumes are mounted, although zfs_enable is set to "YES" in rc.conf. When manually running "/etc/rc.d/zfs start", zfs additionally complains that it may have been mounted before by a different host, and I have to use -f to overcome this. Are there any hints how to solve these issues? cu Gerrit