From owner-freebsd-questions Thu Aug 16 8:37: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clem.mscd.edu (clem.mscd.edu [147.153.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 5DE7437B40C for ; Thu, 16 Aug 2001 08:36:57 -0700 (PDT) (envelope-from baram@mscd.edu) Received: from CONVERSION-DAEMON.clem.mscd.edu by clem.mscd.edu (PMDF V6.0-025 #39412) id <0GI607J013DADN@clem.mscd.edu> for freebsd-questions@FreeBSD.ORG; Thu, 16 Aug 2001 09:36:46 -0600 (MDT) Received: from localhost by clem.mscd.edu (PMDF V6.0-025 #39412) with ESMTP id <0GI607J013DADO@clem.mscd.edu> for freebsd-questions@FreeBSD.ORG; Thu, 16 Aug 2001 09:36:46 -0600 (MDT) Date: Thu, 16 Aug 2001 09:36:46 -0600 (MDT) From: Alex Baram Subject: nfs exports from the same filesystem To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII 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 Hi, I want to export a couple of directories. The directories are located on the same filesystem and are being exported to the same host. One directory in read-only and another directory in read-write. Here is the exports file I use: /etc/exports: ## Export my home dir read-write /home/alex nova ## Export rcs read-only /home/rcs -ro nova When I restart mountd, only /home/alex gets exported and I see this error in /var/log/messages: Aug 16 09:26:13 clem mountd[45972]: can't change attributes for /home/rcs Aug 16 09:26:13 clem mountd[45972]: bad exports list line /home/rcs -ro nova Can I export more than one directory on the same filesystem to a single host? If not, is there any other way to achieve the same effect? Thanks! ps: Please reply to me as I am not subscribed to this list To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message