From owner-freebsd-current Tue May 27 16:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA08889 for current-outgoing; Tue, 27 May 1997 16:00:04 -0700 (PDT) Received: from mercury.uniserve.com (mercury.uniserve.com [204.191.197.248]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA08879 for ; Tue, 27 May 1997 16:00:02 -0700 (PDT) Received: from haven.uniserve.com (shell.uniserve.com [198.53.215.121]) by mercury.uniserve.com with SMTP id PAA09644; Tue, 27 May 1997 15:59:38 -0700 (PDT) Date: Tue, 27 May 1997 16:04:42 -0700 (PDT) From: Tom Samplonius To: Paulo Menezes cc: current@FreeBSD.ORG Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 27 May 1997, Paulo Menezes wrote: > > Hi all, > > I am trying to export several filesystems in FBSD NFS Server and it seems > rather dificult :( > I RTFMed and found nothing that could help me. Is there a problem with > mountd or with my english? :) > Can anyone tell me what is the problem with the following exports file? > > ---- > /export/home4/users -maproot=root:wheel pegasus orion centauro vega wagner > haydn > pioneer sirius mozart verdi marvin lapa > # > /export/ports -maproot=root:wheel marvin > /usr/src -maproot=root:wheel marvin lapa > # > # > /export/obj -maproot=root:wheel marvin lapa > ---- You can only have one line in exports for each filesystem that you export. The reason why is that attributes for NFS exports are set on a filesystem, by filesystem basis. For example, the /export/ports, /usr/src, and /export/obj could (and should) be specified on the same line. Tom