From owner-freebsd-questions Wed Jul 24 23:53:25 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA21912 for questions-outgoing; Wed, 24 Jul 1996 23:53:25 -0700 (PDT) Received: from tick.cslab.tuwien.ac.at (root@tick.cslab.tuwien.ac.at [193.170.72.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA21906 for ; Wed, 24 Jul 1996 23:53:21 -0700 (PDT) Received: from trick.cslab.tuwien.ac.at (kaplan@trick.cslab.tuwien.ac.at [193.170.72.35]) by tick.cslab.tuwien.ac.at (8.6.11/8.6.11) with ESMTP id IAA05179 for ; Thu, 25 Jul 1996 08:53:18 +0200 From: Leon Kaplan Received: (kaplan@localhost) by trick.cslab.tuwien.ac.at (8.6.11/8.6.11) id IAA27712 for questions@freebsd.org; Thu, 25 Jul 1996 08:53:17 +0200 Message-Id: <199607250653.IAA27712@trick.cslab.tuwien.ac.at> Subject: Re: Quick NFS Question To: questions@freebsd.org Date: Thu, 25 Jul 1996 08:53:16 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Hello; > > I have a question on exporting NFS filesystems. Is only possible to > export partitions, such as /, and /usr. What I want to do is export > /usr/two, but I keep getting a permision denied error. First question: as far as I have seen yes. Again as far as I know Linux Can export mounted filesystems that are mounted in a subdirectory but FreeBSD seems to follow the standard for NFS which says that you must export each filesystem explictly. (Note: I do not intend to start a Linux - FreeBSD discussion with the above!!) Second question: a) what are the permissions on that directory (d--------- ?) b) did you try to mount (on the client side) as root? if so you might have to include a -maproot= option in your /etc/exports. > > Thanks, > Blair > Hope a) the above was correct b) it helps ;-) Leon Aaron Kaplan.