From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 09:31:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A4F5106564A for ; Wed, 26 Jan 2011 09:31:16 +0000 (UTC) (envelope-from sa@mbg.se) Received: from server3.mbg.se (c-7-202-233-83.cust.bredband2.com [83.233.202.7]) by mx1.freebsd.org (Postfix) with ESMTP id EFAE28FC08 for ; Wed, 26 Jan 2011 09:31:15 +0000 (UTC) Received: from dator1.hbg.mbg.se (server7 [83.233.202.1]) (authenticated bits=0) by server3.mbg.se (8.14.4/8.14.4) with ESMTP id p0Q9VAeK077657 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 26 Jan 2011 10:31:11 +0100 (CET) (envelope-from sa@mbg.se) Message-ID: <4D3FE9DE.8070203@mbg.se> Date: Wed, 26 Jan 2011 10:31:10 +0100 From: =?ISO-8859-1?Q?Sven-=C5ke_Svensson?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.16) Gecko/20101216 Thunderbird/3.0.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=8.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on server3.mbg.se Subject: Monting nfs at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 09:31:16 -0000 Hi I have some workstations where I mount working directories at boot. The directories that should be mounting are in /etc/fstab. All workstations are FreeBSD 8.1 and there are both i386 and amd64. On the i386 machines it works very well. But on the amd64 something happends. When booting amd64 it looks like it try to mount the nfs directories before the network is up. On the screen I can see that it try to mount and then there is a line telling that the network interface is up. There it locks up for some minutes before it continue and mounting. When the system is up it all works well but it's annoying to wait nearly five minutes for an workstation to came up. These amd64 machines are from different vendors and have different network devices. Maybe there are some easy configuration fix, but I can't find it. Best regards Sven