From owner-freebsd-questions@FreeBSD.ORG Fri Oct 30 23:24:05 2009 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 5515A106566B for ; Fri, 30 Oct 2009 23:24:05 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout020.mac.com (asmtpout020.mac.com [17.148.16.95]) by mx1.freebsd.org (Postfix) with ESMTP id 41A938FC12 for ; Fri, 30 Oct 2009 23:24:05 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp020.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KSC00GHAP043D70@asmtp020.mac.com> for freebsd-questions@freebsd.org; Fri, 30 Oct 2009 16:24:04 -0700 (PDT) Message-id: <3B847F38-9057-4713-A486-3A281E54AE71@mac.com> From: Chuck Swiger To: yuri@rawbw.com In-reply-to: <4AEB7412.5030801@rawbw.com> Date: Fri, 30 Oct 2009 16:24:04 -0700 References: <4AEB5F7B.1060202@rawbw.com> <1CBF5D4E-1FAD-4340-9754-D7BD5BFE08C7@mac.com> <4AEB7412.5030801@rawbw.com> X-Mailer: Apple Mail (2.936) Cc: freebsd-questions@freebsd.org Subject: Re: Why do I get errors from mountd (can't change attributes for ... bad exports list line ...) ? 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: Fri, 30 Oct 2009 23:24:05 -0000 On Oct 30, 2009, at 4:17 PM, Yuri wrote: > The workaround suggested in this PR eliminates the messages, but > causes client to get "Permission denied message" > Because the modified mount points are for different nets. Assuming /usr/diskless, /usr/local, and /usr/home are all on the same / usr filesystem, just set up one export using -alldirs instead. However, you cannot export subdirectories of /usr with different permissions (some ro, some rw) to the same subnet...you would have to use different filesystems to do that. Regards, -- -Chuck