From owner-freebsd-questions Sat Jul 4 21:55:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21151 for freebsd-questions-outgoing; Sat, 4 Jul 1998 21:55:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from greeves.mfn.org (greeves.mfn.org [204.238.179.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21145 for ; Sat, 4 Jul 1998 21:55:30 -0700 (PDT) (envelope-from measl@greeves.mfn.org) Received: (from measl@localhost) by greeves.mfn.org (8.8.7/8.8.7) id XAA00315; Sat, 4 Jul 1998 23:56:48 -0500 (CDT) (envelope-from measl) Date: Sat, 4 Jul 1998 23:56:48 -0500 (CDT) From: User Measl Message-Id: <199807050456.XAA00315@greeves.mfn.org> To: jkf@wolfnet.org, questions@FreeBSD.ORG Subject: Re: mountd w/ -alldirs option Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This drove me berserk too the first time I encountered it :) What mountd is trying to tell you is that you need to export the root of the filesystem, and then _mount_ the subtree you really want: i.e... /etc/exports /usr -alldirs -maproot=0 -network 123.123.123.0 on the client: mount nfsservername:/usr/subtree1/subtree2/finalsubtreeIreallyWanted Hope this makes sense... J.A. Terranson sysadmin@mfn.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message