From owner-freebsd-current@FreeBSD.ORG Fri Jul 24 01:14:42 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D83011065670 for ; Fri, 24 Jul 2009 01:14:42 +0000 (UTC) (envelope-from emikulic@gmail.com) Received: from ipmail03.adl6.internode.on.net (ipmail03.adl6.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id 596B28FC15 for ; Fri, 24 Jul 2009 01:14:42 +0000 (UTC) (envelope-from emikulic@gmail.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAKukaEqWZZrw/2dsb2JhbAC+bJIThA0F X-IronPort-AV: E=Sophos;i="4.43,259,1246804200"; d="scan'208";a="9062378" Received: from ppp154-240.static.internode.on.net ([150.101.154.240]) by ipmail03.adl6.internode.on.net with ESMTP; 24 Jul 2009 10:29:13 +0930 Received: by ppp154-240.static.internode.on.net (Poo-fix, from userid 1001) id D21E15C44; Fri, 24 Jul 2009 10:59:12 +1000 (EST) Date: Fri, 24 Jul 2009 10:59:12 +1000 From: Emil Mikulic To: Thomas Backman Message-ID: <20090724005912.GB89091@dmr.ath.cx> References: <451cb3010907181027q13d5c345w8962a648c7682ed8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Cc: McLone , FreeBSD current Subject: Re: [bug] ZFS zvol dev entry disappearing upon reboot 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: Fri, 24 Jul 2009 01:14:43 -0000 On Thu, Jul 23, 2009 at 09:31:19AM +0200, Thomas Backman wrote: > OK, I've found the problem we have here... Or, rather, I've found the > *reason* (and this shows why I previously said I couldn't reproduce). I > haven't found it in source, though. > > UFS filesystems in fstab are mounted *before* the /dev/zvol directory is > populated, at least on my system! I remember running into this! I tried to solve it using the "late" mount flag in fstab but couldn't get it working. In the end I just stuck a bunch of manual "mount" commandlines in /etc/rc.local. What a cop-out. :( --Emil