From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 13:13:47 2005 Return-Path: X-Original-To: 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 0FE9C16A41F for ; Thu, 21 Jul 2005 13:13:47 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from relay-er5.mbrd.ru (relay-er5.mbrd.ru [194.117.71.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C4BF43D53 for ; Thu, 21 Jul 2005 13:13:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.4.9]) by relay-er5.mbrd.ru with esmtp (Exim 4.x) id 1Dvarp-000NKh-Rq; Thu, 21 Jul 2005 17:13:38 +0400 Message-ID: <42DF9F80.8060705@FreeBSD.org> Date: Thu, 21 Jul 2005 17:13:36 +0400 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Norbert Koch References: <000701c58df1$cbabdd00$4801a8c0@ws-ew-3.W2KDEMIG> In-Reply-To: <000701c58df1$cbabdd00$4801a8c0@ws-ew-3.W2KDEMIG> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: /etc/exports - a strange restriction 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, 21 Jul 2005 13:13:47 -0000 Norbert Koch wrote: >>/usr/tinderbox -ro -alldirs -maproot=0:0 localhost >> > As far as I know, it is a restriction of the nfs specification. > If you only want to export a single directory, you could e.g. > use mount_null/mount_nullfs(8). Well, in my example remote host is localhost. But if I need to share files on a network? I've made a quick look at RFC1813 but could not find this restriction. But why this restriction anyway for? It's very unconvenient. -- Sem.