From owner-freebsd-current@FreeBSD.ORG Mon Aug 13 07:06:34 2007 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 1DDC316A419 for ; Mon, 13 Aug 2007 07:06:34 +0000 (UTC) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7DFCD13C48D for ; Mon, 13 Aug 2007 07:06:33 +0000 (UTC) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: from ednmsw510.dsto.defence.gov.au (ednmsw510.dsto.defence.gov.au [131.185.68.11]) by digger1.defence.gov.au (8.13.8/8.13.8) with ESMTP id l7D6tcUk028367 for ; Mon, 13 Aug 2007 16:25:38 +0930 (CST) Received: from ednex510.dsto.defence.gov.au (ednex510.dsto.defence.gov.au) by ednmsw510.dsto.defence.gov.au (Clearswift SMTPRS 5.2.9) with ESMTP id for ; Mon, 13 Aug 2007 16:36:27 +0930 Received: from obelix.dsto.defence.gov.au ([203.6.60.208]) by ednex510.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Aug 2007 16:36:26 +0930 Received: from obelix.dsto.defence.gov.au (localhost [127.0.0.1]) by obelix.dsto.defence.gov.au (8.14.1/8.14.1) with ESMTP id l7D75USI098695 for ; Mon, 13 Aug 2007 15:05:30 +0800 (WST) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by obelix.dsto.defence.gov.au (8.14.1/8.14.1/Submit) id l7D75U5q098694 for freebsd-current@freebsd.org; Mon, 13 Aug 2007 15:05:30 +0800 (WST) (envelope-from wilkinsa) Date: Mon, 13 Aug 2007 15:05:30 +0800 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org Message-ID: <20070813070530.GT93381@obelix.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org References: <20070813055415.GM93381@obelix.dsto.defence.gov.au> <790a9fff0708122350w729761d1v72e6aaff414d3756@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <790a9fff0708122350w729761d1v72e6aaff414d3756@mail.gmail.com> Organisation: Defence Science Technology Organisation User-Agent: Mutt/1.5.16 (2007-06-09) X-OriginalArrivalTime: 13 Aug 2007 07:06:26.0876 (UTC) FILETIME=[772F6FC0:01C7DD78] X-TM-AS-Product-Ver: SMEX-7.0.0.1526-5.0.1021-15354.001 X-TM-AS-Result: No--4.542900-0.000000-2 Content-Transfer-Encoding: 7bit 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: Mon, 13 Aug 2007 07:06:34 -0000 0n Mon, Aug 13, 2007 at 01:50:32AM -0500, Scot Hetzel wrote: >On 8/13/07, Wilkinson, Alex wrote: >> Currently when boostrapping I get the following error: >> >> "Can't stat /dev/zvol/data_dg/export/ufs >> Unknown error; help! >> ERROR: ABORTING BOOT (sending SIGTERM to parent)!" >> >> And I drop into single user mode. >> >> The line causing this in fstab(5) is: >> >> /dev/zvol/data_dg/export/ufs /export/mod ufs rw,acls 1 1 >> >> Can anyone recommend how I can get around this ? >> >Try using: > > /dev/zvol/data_dg/export/ufs /export/mod ufs rw,acls,late 1 1 > >I had a similar problem, except I was mounting UFS filesystems >(/dev/ad0s2d) on to a mount point that was in a ZFS filesystem. When >I added the 'late' option, I nolonger saw messages that the mount >point didn't exist. Unfortuneately the 'late' option does not help. Exact same problem as I have described above with 'late' included in fstab(5). :-( I am dropped into single user mode, then I have to: #/etc/rc.d/hostid start #/etc/rc.d/zfs start #mount /export/mod #^D And THEN all is good. OR set "noauto" in fstab(5) for /export/mod :-( -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email.