From owner-freebsd-questions Fri Jun 2 17:48:35 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA07281 for questions-outgoing; Fri, 2 Jun 1995 17:48:35 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA07271 for ; Fri, 2 Jun 1995 17:48:34 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id RAA20732 ; Fri, 2 Jun 1995 17:48:24 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Charles Henrich cc: freebsd-questions@freebsd.org Subject: Re: What is wrong with /stuff -alldirs ucgtest.cl.msu.edu In-reply-to: Your message of "Fri, 02 Jun 1995 19:41:09 EDT." <199506022341.QAA00605@freefall.cdrom.com> Date: Fri, 02 Jun 1995 17:48:23 -0700 Message-ID: <20731.802140503@westhill.cdrom.com> From: Gary Palmer Sender: questions-owner@freebsd.org Precedence: bulk In message <199506022341.QAA00605@freefall.cdrom.com>, Charles Henrich writes: >Why doesnt this work in /etc/exports: > >/stuff -alldirs ucgtest.cl.msu.edu > >? It comes back with : > >Jun 2 17:36:45 phoenix mountd[68]: Could not remount /stuff: Invalid argument >Jun 2 17:36:45 phoenix mountd[68]: Bad exports list line /stuff -alldirs >ucgtest.cl.msu.edu Do you have another line in /etc/exports which exports /stuff with different arguments? Then that is your problem. Solution - merge the two lines. There was a discussion some time ago about this, and I can't remember the conclusion, but I think that this behaviour is broken. Gary