From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 16:10:32 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 853BC16A41F for ; Thu, 29 Sep 2005 16:10:32 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id D937B43D48 for ; Thu, 29 Sep 2005 16:10:31 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9972 helo=mail.aseed.antenna.nl) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EL0zO-00091T-UO; Thu, 29 Sep 2005 16:10:30 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id A953A1544B0; Thu, 29 Sep 2005 18:11:49 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 70600596BB1; Thu, 29 Sep 2005 18:11:22 +0200 (CEST) Date: Thu, 29 Sep 2005 18:10:28 +0200 From: albi To: Valerio daelli Message-Id: <20050929181028.4680b8a7.albi@scii.nl> In-Reply-To: <27dbfc8c05092908491d6ad743@mail.gmail.com> References: <27dbfc8c05092908491d6ad743@mail.gmail.com> X-Mailer: Sylpheed version 2.1.1 (GTK+ 2.8.4; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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:10:32 -0000 On Thu, 29 Sep 2005 17:49:01 +0200 Valerio daelli wrote: > I am trying to export two directories via NFS. > The two directories are on the same filesystem. > This is our /etc/exports file: > > /raid/lower/data -maproot=root -network 10.210.0.0 -mask > 255.255.0.0 you meant to write /raid/lower/data -maproot=root -network 10.210.0.0 -mask 255.255.0.0 instead i assume !? > /raid/lower/home -maproot=nobody -network 10.210.0.0 -mask > 255.255.0.0 > /raid/upper/db -maproot=root -network 10.210.0.0 -mask > 255.255.0.0 > /raid/upper/scratch -maproot=root -network 10.210.0.0 -mask > 255.255.0.0 -- cut -- > We heard that there could be some problems sharing two directories on the > same filesystem. i might be wrong but afaik you can only export a whole slice (==partition) via NFS on FreeBSD are all of these directories above slices ? see also : man exports -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import