From owner-freebsd-questions Fri May 25 14:57:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 4192B37B422 for ; Fri, 25 May 2001 14:57:14 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 25 May 2001 22:57:13 +0100 (BST) To: "Richard E. Hawkins" Cc: freebsd-questions@FreeBSD.ORG, iedowse@maths.tcd.ie Subject: Re: mountd: "bad exports list line /home" In-Reply-To: Your message of "Fri, 25 May 2001 14:29:01 EDT." <200105251829.f4PIT1r00572@fac13.ds.psu.edu> Date: Fri, 25 May 2001 22:57:12 +0100 From: Ian Dowse Message-ID: <200105252257.aa18471@salmon.maths.tcd.ie> 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 In message <200105251829.f4PIT1r00572@fac13.ds.psu.edu>, "Richard E. Hawkins" w rites: >mountd, on both boot and hup, gives me the message > > bad exports list line /home > >There is only a single non-comment line in /etc/exports: > >/home -alldirs 192.168.0.200 Is /home the mountpoint of a filesystem? The -alldirs option allows the remote server to mount any path in a complete filesystem, so you must specify the filesystem mountpoint, not a subdirectory. Post the output of "df" and "ls -ld /home" if you still can't get it to work. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message