From owner-freebsd-current@FreeBSD.ORG Wed Feb 20 12:46:35 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 B17FF16A400 for ; Wed, 20 Feb 2008 12:46:35 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 6124A13C474 for ; Wed, 20 Feb 2008 12:46:35 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=Tm6xU7YwSxco77MWOSwD+FpjOyQir8G86zU/ECwu4gw0/RWMABV8oZlK9bDbqTsrj1hyMYg1WGvA4ygc+eYmjWPtRoOZoZxfAS4HQU1dQKYnOt/IEsu+EHvNSZ2SLwqaI6qCYBNUQrLN+bNcFyKHPKGubdFB9lrOQr5QcHbTHa0=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JRoLH-000BB2-Pa; Wed, 20 Feb 2008 15:46:31 +0300 Date: Wed, 20 Feb 2008 15:46:30 +0300 From: Eygene Ryabinkin To: Volker , "Wilhelm B. Kloke" Message-ID: References: <47BADE07.9020402@gmx.de> <20080219180227.GC73371@dracon.ht-systems.ru> <47BC0D9A.1070201@vwsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <47BC0D9A.1070201@vwsoft.com> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.7 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-current@freebsd.org Subject: Re: mount order, Was: nfs mounts don't work through fstab 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, 20 Feb 2008 12:46:35 -0000 Wilhelm, Volker, good day. Wed, Feb 20, 2008 at 12:23:06PM +0100, Volker wrote: > what about the 'late' option? You can also try the 'extra_netfs_types' option in /etc/rc.conf. Setting it to something like "nullfs:NULLFS" will mount all your nullfs mountpoints after nfs (via /etc/rc.d/mountcritremote). 'late' option should also work: it permits per-mountpoint control. What to choose is up to you: if you want to delay only the specified mountpoint, use 'late'. If you want to make all mountpoints of a known type to be mounted after nfs & others -- use extra_netfs_types. -- Eygene