From owner-freebsd-current@FreeBSD.ORG Mon Aug 13 05:55:19 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 EDB3016A468 for ; Mon, 13 Aug 2007 05:55:19 +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 E241213C442 for ; Mon, 13 Aug 2007 05:55:18 +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 l7D5iOh7010726 for ; Mon, 13 Aug 2007 15:14:24 +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 15:25:11 +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 15:25:11 +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 l7D5sGof098196 for ; Mon, 13 Aug 2007 13:54:16 +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 l7D5sG1t098195 for freebsd-current@freebsd.org; Mon, 13 Aug 2007 13:54:16 +0800 (WST) (envelope-from wilkinsa) Date: Mon, 13 Aug 2007 13:54:16 +0800 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org Message-ID: <20070813055415.GM93381@obelix.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Organisation: Defence Science Technology Organisation User-Agent: Mutt/1.5.16 (2007-06-09) X-OriginalArrivalTime: 13 Aug 2007 05:55:12.0059 (UTC) FILETIME=[833220B0:01C7DD6E] X-TM-AS-Product-Ver: SMEX-7.0.0.1526-5.0.1021-15354.001 X-TM-AS-Result: No--6.933700-0.000000-31 Content-Transfer-Encoding: 7bit Subject: 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 05:55:20 -0000 Hi all, I need to use UFS within a ZVOL so that I can use POSIX ACLs. i.e. since ZFS on FreeBSD doesn't (yet) support POSIX ACLs. The problem -~-~-~-~-~- /boot/kernel/zfs.ko seems to be loaded after /etc/fstab is read. And I need zfs.ko to be loaded before /etc/fstab is read i.e because to mount a ZVOL automatically defined in fstab(5) zfs.ko needs to be loaded. 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 ? Thanks -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.