From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 16:20:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5989A16A420 for ; Thu, 29 Sep 2005 16:20:03 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FED43D48 for ; Thu, 29 Sep 2005 16:20:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8294 invoked from network); 29 Sep 2005 16:20:02 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Sep 2005 16:20:02 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C5F313E; Thu, 29 Sep 2005 12:20:00 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Valerio daelli , freebsd-questions@freebsd.org References: <27dbfc8c05092908491d6ad743@mail.gmail.com> <20050929181028.4680b8a7.albi@scii.nl> From: Lowell Gilbert Date: 29 Sep 2005 12:20:00 -0400 In-Reply-To: <20050929181028.4680b8a7.albi@scii.nl> Message-ID: <4464sjzw0f.fsf@be-well.ilk.org> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: NFS export problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 16:20:03 -0000 albi writes: > i might be wrong but afaik you can only export a whole slice > (==partition) via NFS on FreeBSD Not exactly; a whole filesystem would be a more precise description. This is true on all Unix systems, and to the best of my knowledge, other OS as well. [The reason is that the NFS transactions are tied to inodes or file handles, not pathnames.]