From owner-freebsd-current@FreeBSD.ORG Wed May 30 16:43: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 EEB2C16A421 for ; Wed, 30 May 2007 16:43:36 +0000 (UTC) (envelope-from kometen@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id C859613C480 for ; Wed, 30 May 2007 16:43:36 +0000 (UTC) (envelope-from kometen@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1149219wag for ; Wed, 30 May 2007 09:43:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rVadZtYQEMOkaL+NmJ7oVISMpbGt3kTlZsjAooJad7e49DSIlZuA1l1xd/dpbJ8eUe0eHRrv7emGdsK3kGKepPdXismriUsmFBmLjeZEo/KE/pI1FsyEDUFnHv/xbCBuHgktPq9IfqhZsnEfr6gtJ5ElmbIP8wuaP/GC0kQf/dY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t5BopEkE/FPIKIWkiClfLj3Is4iBfE1MnEFsq2ONbozO7PyqlhCUC/+59wxvec6n7Q1SeVp5OeIIIsbHHXqvt2G9/8z5VAYc35nvlr18PIpuCzfSJ+fkXzsIEZYBjCreYZR8DCLZz5F5dgng/L3JUfuezYBR36s9AWznih2p8L4= Received: by 10.115.72.1 with SMTP id z1mr4078324wak.1180543416349; Wed, 30 May 2007 09:43:36 -0700 (PDT) Received: by 10.114.194.12 with HTTP; Wed, 30 May 2007 09:43:36 -0700 (PDT) Message-ID: Date: Wed, 30 May 2007 18:43:36 +0200 From: "Claus Guttesen" To: "=?ISO-8859-1?Q?Gerrit_K=FChn?=" In-Reply-To: <20070530174944.31966e57.gerrit@pmp.uni-hannover.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070530174944.31966e57.gerrit@pmp.uni-hannover.de> Cc: freebsd-current@freebsd.org Subject: Re: 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:43:37 -0000 > 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? Try 'zpool import -f your-pool-name' and 'zfs mount -a'. You may have created your zpool while in sinlge-user-mode wihtout hostname defined. -- regards Claus When lenity and cruelty play for a kingdom, the gentlest gamester is the soonest winner. Shakespeare