From owner-freebsd-questions@FreeBSD.ORG Sun Oct 31 00:10:05 2010 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 2D43B106566B for ; Sun, 31 Oct 2010 00:10:05 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id D9F218FC16 for ; Sun, 31 Oct 2010 00:10:04 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o9V0A4NA006615; Sat, 30 Oct 2010 18:10:04 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o9V0A3lt006612; Sat, 30 Oct 2010 18:10:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 30 Oct 2010 18:10:03 -0600 (MDT) From: Warren Block To: Tim Dunphy In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sat, 30 Oct 2010 18:10:04 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: can't add entries to fsab 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: Sun, 31 Oct 2010 00:10:05 -0000 On Sat, 30 Oct 2010, Tim Dunphy wrote: > I am having some trouble adding entries to /etc/fstab.. what happens > to work under CentOS does not under FreeBSD!! no surprise there, I > suppose.. heh > > > I have nfs_client_enable="YES" in my /etc/rc.conf > > Yet if I add even one line such as > > nas2.summitnhome.com:/mnt/home /home nfs rw 0 0 > > the system refuses to boot normally and I have to add the path to > /bin//sh manually each time Add the "late" option ('man mount | less +3/late') to the rw option in that line: nas2.summitnhome.com:/mnt/home /home nfs rw,late 0 0 > why on Earth can I not add entries to fstab as I do to CentOS?? Beyond knowing that they're different, dunno. Maybe the async DHCP in FreeBSD is different.