From owner-freebsd-questions Sun Feb 2 06:41:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20232 for questions-outgoing; Sun, 2 Feb 1997 06:41:11 -0800 (PST) Received: from david.siemens.de (david.siemens.de [146.254.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA20226 for ; Sun, 2 Feb 1997 06:41:03 -0800 (PST) Received: from salomon.mchp.siemens.de (salomon.mchp.siemens.de [139.23.33.13]) by david.siemens.de (8.8.5/8.8.0) with ESMTP id PAA22929 for ; Sun, 2 Feb 1997 15:36:38 +0100 (MET) Received: from curry.mchp.siemens.de (smtpd@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.4/8.8.4) with ESMTP id PAA02196 for ; Sun, 2 Feb 1997 15:40:52 +0100 (MET) Received: (from smtpd@localhost) by curry.mchp.siemens.de (8.8.5/8.8.5) id PAA15725 for ; Sun, 2 Feb 1997 15:40:50 +0100 (MET) From: Andre Albsmeier Message-Id: <199702021440.PAA28848@server.us.tld> Subject: How to export directory with subdirs To: freebsd-questions@freebsd.org Date: Sun, 2 Feb 1997 15:40:40 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, is it possible to export a directory including all its subdirs without exporting the whole filesystem? I want to export /var/spool/pcnfs including all subdirectories. As far as I have understood exports(5), the alldirs option works only with the root of a filesystem (which in my case is the /var filsystem) which I don't want to export to all the PCs. Thanks -Andre