From owner-freebsd-current@FreeBSD.ORG Wed Jan 30 21:47:52 2008 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 220FA16A417 for ; Wed, 30 Jan 2008 21:47:52 +0000 (UTC) (envelope-from snow@teardrop.org) Received: from silver.teardrop.org (silver.teardrop.org [66.92.75.234]) by mx1.freebsd.org (Postfix) with ESMTP id EF51313C45B for ; Wed, 30 Jan 2008 21:47:51 +0000 (UTC) (envelope-from snow@teardrop.org) Received: by silver.teardrop.org (Postfix, from userid 100) id 82DEA95845; Wed, 30 Jan 2008 16:28:02 -0500 (EST) Date: Wed, 30 Jan 2008 16:28:02 -0500 From: James Snow To: freebsd-current@freebsd.org Message-ID: <20080130212801.GA90184@teardrop.org> References: <20070813055415.GM93381@obelix.dsto.defence.gov.au> <790a9fff0708122350w729761d1v72e6aaff414d3756@mail.gmail.com> <20070813070530.GT93381@obelix.dsto.defence.gov.au> <20070813123332.bd6dba7b.gary.jennejohn@freenet.de> <861we75zn6.fsf@ds4.des.no> <20070813134439.GX93381@obelix.dsto.defence.gov.au> <86hcn34gss.fsf@ds4.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86hcn34gss.fsf@ds4.des.no> User-Agent: Mutt/1.4.2.3i X-Mailman-Approved-At: Wed, 30 Jan 2008 22:08:04 +0000 Subject: Re: ZVOL/ZFS hosting UFS filesystems ... ERROR! 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 Jan 2008 21:47:52 -0000 I realize I'm picking up an old thread, but I was having the same problem. Quick recap: Create a UFS filesystem on a ZVOL, drop an entry in /etc/fstab, and fail to mount the UFS/ZVOL filesystem at boot even if you add 'late' to the options in /etc/fstab. On Mon, Aug 13, 2007 at 05:04:19PM +0200, Dag-Erling Sm??rgrav wrote: > "Wilkinson, Alex" writes: > > > However, having said that, /etc/rc.d/zfs is before /etc/rc.d/mountlate. > > so everything is fine? > > > Suggestions ? > > If it still doesn't work, I'll need to see the full console output from > the point where init(8) starts until the point where getty(8) starts. For me the trouble was /etc/rc.d/fsck. fsck runs before zfs and mountlate, fails to find the UFS/ZVOL filesystem, and aborts the boot process. You can work around this by setting pass# to 0 in /etc/fstab. The trouble with this approach is that since this is a UFS filesystem, ZVOL or not, I'd still like to fsck it. -Snow