From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 20:45:38 2004 Return-Path: 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 6C49116A4CE for ; Sat, 28 Feb 2004 20:45:38 -0800 (PST) Received: from tmgcon.com (tmgcon.com [128.121.216.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A5FF43D2F for ; Sat, 28 Feb 2004 20:45:38 -0800 (PST) (envelope-from gentoo@tmgcon.com) Received: from kereru.tmgcon1.co.nz (210-54-91-85.dialup.xtra.co.nz [210.54.91.85]) by tmgcon.com (8.12.10/8.12.6) with ESMTP id i1T4ja6A046390 for ; Sun, 29 Feb 2004 04:45:37 GMT Received: from gentoo (unknown [192.168.0.64]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kereru.tmgcon1.co.nz (Postfix) with ESMTP id DD76ACFEF for ; Sun, 29 Feb 2004 17:45:34 +1300 (NZDT) From: Tom Munro Glass To: freebsd-questions@freebsd.org Date: Sun, 29 Feb 2004 17:45:33 +1300 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200402291745.34112.gentoo@tmgcon.com> Subject: NFS sharing /usr/ports and /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 04:45:38 -0000 I want to NFS share /usr/ports and /usr/src from a master machine for use by other machines. If I specify -network and -mask options for each share, I get the error: mountd[101]: can't change attributes for /usr/src mountd[101]: bad exports list line /usr/src but if I don't have any options, the share works OK? What am I doing wrong? Tom Munro Glass