From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 23:51:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B00916A41F for ; Tue, 23 Aug 2005 23:51:40 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A320143D45 for ; Tue, 23 Aug 2005 23:51:39 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 6245 invoked from network); 24 Aug 2005 09:51:38 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Aug 2005 09:51:38 +1000 Message-ID: <430BB685.50601@meijome.net> Date: Wed, 24 Aug 2005 09:51:33 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Kinsey References: <28830225.1124758310311.JavaMail.root@elwamui-karabash.atl.sa.earthlink.net> <430A772F.103@daleco.biz> In-Reply-To: <430A772F.103@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eric Murphy , freebsd-questions@freebsd.org Subject: Re: NFS 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, 23 Aug 2005 23:51:40 -0000 Kevin Kinsey wrote: > Eric Murphy wrote: > > If I chmod my $HOMEDIR to 777, then you can read/write > to it. But, if I export it via /etc/exports (NFS), you can't > mount it unless you're root. Expected behavior, seems > to me, in light of my experience with 'Nixes. why not use an automounter (amd..any others?) to take care of the mounting/unmounting @ the client end, and let the user simply access the /host/[hostname]/share/ mountpoint as needed? Beto