From owner-freebsd-hackers Thu Aug 17 11: 1:34 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from procyon.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by hub.freebsd.org (Postfix) with ESMTP id DBAFA37BB26 for ; Thu, 17 Aug 2000 10:59:41 -0700 (PDT) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by procyon.meridian-enviro.com (8.9.2/8.9.2) with ESMTP id MAA28285; Thu, 17 Aug 2000 12:59:37 -0500 (CDT) Received: (from rand@localhost) by delta.meridian-enviro.com (8.9.3/8.9.2) id MAA14886; Thu, 17 Aug 2000 12:59:37 -0500 (CDT) To: Peter Pentchev Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: several NFS mounts within a filesystem References: <20000816194752.A2983@ringwraith.office1.bg> From: rand@meridian-enviro.com (Douglas K. Rand) Date: 17 Aug 2000 12:59:37 -0500 In-Reply-To: Peter Pentchev's message of "Wed, 16 Aug 2000 19:47:52 +0300" Message-ID: <878ztvix9y.fsf@localhost.my.domain> Lines: 19 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Carlsbad Caverns" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ** Peter Pentchev on Wed, 16 Aug 2000 19:47:52 +0300 ** in [several NFS mounts within a filesystem] writes: Peter> OK, so it might very well be that I haven't read everything; in that Peter> case, sorry for taking your time. However.. Peter> Am I right in thinking that the kernel won't let me export more Peter> than one subdir of the same filesystem? If so, how do I get Peter> around this? What you want to do is either include the -alldirs as "Kenneth D. Merry" suggests, or list the directories you want to export on the same line. From my /etc/exports: /usr/ports /usr/src /usr/obj -network=x.x.x.0 -mask=255.255.255.0 -maproot=root /usr/ports, /use/src, and /usr/obj are all on the /usr file system, and this exports only those directories. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message