From owner-freebsd-questions Thu Sep 13 8:43:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f180.law10.hotmail.com [64.4.15.180]) by hub.freebsd.org (Postfix) with ESMTP id 044F337B40F for ; Thu, 13 Sep 2001 08:43:04 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 13 Sep 2001 08:43:03 -0700 Received: from 194.128.74.5 by lw10fd.law10.hotmail.msn.com with HTTP; Thu, 13 Sep 2001 15:43:03 GMT X-Originating-IP: [194.128.74.5] From: "Graham Lillico" To: freebsd-questions@FreeBSD.ORG Subject: NFS Date: Thu, 13 Sep 2001 16:43:03 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 13 Sep 2001 15:43:03.0739 (UTC) FILETIME=[C67D60B0:01C13C6A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to share my /usr/src, /usr/obj and /usr/ports directories via NFS. My /etc/exports file looks like this /usr/src -maproot=0 -network 192.168.1 /usr/obj -maproot=0 -network 192.168.1 /usr/ports -maproot=0 -network 192.168.1 However when I restart NFS I get the following messages mountd[15755]: can't change attributes for /usr/obj mountd[15755]: bad exports list line /usr/obj -maproot mountd[15755]: can't change attributes for /usr/ports mountd[15755]: bad exports list line /usr/ports -maproot and I cannot then nfs mount any directory apart from /usr/src on a remote host. Is this because they are all part of the same filesystem, (i.e. should they be on there own filesystem)? Or is it something else? Regards Graham Lillico _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message