From owner-freebsd-questions Mon Dec 30 10:22:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09052 for questions-outgoing; Mon, 30 Dec 1996 10:22:01 -0800 (PST) Received: from mordor.pii.com ([198.46.1.202]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id KAA09047 for ; Mon, 30 Dec 1996 10:21:59 -0800 (PST) Received: (from robertc@localhost) by mordor.pii.com (8.6.11/8.6.9) id JAA12128; Mon, 30 Dec 1996 09:59:35 -0800 Date: Mon, 30 Dec 1996 09:59:35 -0800 (PST) From: Robert Clark To: matthew zeier cc: freebsd-questions@freebsd.com Subject: Re: /etc/exports's -alldirs option In-Reply-To: <199612280113.TAA02212@seaweed.synasoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had a similar problem, and eventually puzzled my way through it. Seems like you can only have one line in exports that references a particular station. In other words you can't do: /mydisk/area1 -options tom /mydisk/area2 -options tom You can do something like: /mydisk/area1 /mydisk/area2 -options tom (I am absolutely not an expert on this stuff, but that is what I remember.) Email me at Robert.clark@pii.com if you need more help. On Fri, 27 Dec 1996, matthew zeier wrote: > > I'm trying to setup my box to be an NFS server. The other machines on > the network are running Solaris and using the automounter. > > I wanted to do something like: > /exports/disk1 -alldirs > > so that my clients could mount anything below that too. When mountd > starts up it complains about the syntax in that line. Check the man > page and the short descriptions at the top of /etc/exports and it looks > like I have the syntax correct. > > Anyone have any ideas what I might have messed up? > > - mz > > ---- > matthew zeier - matthew@synasoft.com - http://www.synasoft.com/~matthew/ > ........................................................................ > "To live and die, it seems, is a waste without a dream." - BoDeans >