From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 22:50:08 2007 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 AAB3916A418 for ; Tue, 21 Aug 2007 22:50:08 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 85A5113C46E for ; Tue, 21 Aug 2007 22:50:08 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from monju-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Tue, 21 Aug 2007 16:49:56 -0600 id 0017C671.46CB6C19.00003111 Message-ID: <46CB6C06.2010503@crackmonkey.us> Date: Tue, 21 Aug 2007 23:49:42 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Glenn Sieb References: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> In-Reply-To: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: NFS /etc/exports question.. 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: Tue, 21 Aug 2007 22:50:08 -0000 Glenn Sieb wrote: > I've recently reclaimed a Gentoo server and turned it into a FreeBSD > 6.2-RELEASE system (::sounds of cheering::). > > This is our file server, using NFS, and I had a question about /etc/exports: > > > Granted, this wasn't an issue in Linux--I used to have machines listed by > name (*.sub.olddomain.com), and had the exceptions listed with the > no_root_squash parameter. > > So, basically.. what am I missing? :-/ Any help would be greatly > appreciated. Google & man 5 exports have not been my friends today :-/ > > Thanks in advance! > Best, > --Glenn Hi Glenn, Have you checked for symlinks? NFS doesn't like symlinks for some reason. That held my /etc/exports up for a while. HtH, Adam J Richardson