From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 15:49: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 E13D716A41F for ; Thu, 29 Sep 2005 15:49:02 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 765D443D49 for ; Thu, 29 Sep 2005 15:49:02 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so56514wra for ; Thu, 29 Sep 2005 08:49:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=fDd9VyfiS3CZ3Ctg73D0w19AQo7d0LYEIHzHn25Ic4WsKaJBFaooEu1+pTsqxwKVPMc7K9+RoEg/ObR0D+yVjN3QTF4i7Dwr5eRREugmUkfhyYf9wEsmuaXpLpEkNF4OBVa/NAeBh+dbql1CpADJoRddFUJCBg27lHfmc+yK4PU= Received: by 10.54.103.17 with SMTP id a17mr503973wrc; Thu, 29 Sep 2005 08:49:01 -0700 (PDT) Received: by 10.54.159.5 with HTTP; Thu, 29 Sep 2005 08:49:01 -0700 (PDT) Message-ID: <27dbfc8c05092908491d6ad743@mail.gmail.com> Date: Thu, 29 Sep 2005 17:49:01 +0200 From: Valerio daelli To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NFS export problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Valerio daelli List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 15:49:03 -0000 Hello 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=3Droot -network 10.210.0.0 -m= ask 255.255.0.0 /raid/lower/home -maproot=3Dnobody -network 10.210.0.0 -= mask 255.255.0.0 /raid/upper/db -maproot=3Droot -network 10.210.0.0 -mas= k 255.255.0.0 /raid/upper/scratch -maproot=3Droot -network 10.210.0.0 = -mask 255.255.0.0 but we keep getting this strange errors in /var/log/messages: Sep 29 17:38:46 biopresto mountd[411]: can't change attributes for /raid/lower/home Sep 29 17:38:46 biopresto mountd[411]: bad exports list line /raid/lower/home -maproot Sep 29 17:38:46 biopresto mountd[411]: can't change attributes for /raid/upper/scratch Sep 29 17:38:46 biopresto mountd[411]: bad exports list line /raid/upper/scratch -maproot We heard that there could be some problems sharing two directories on the same filesystem. Is this true? Thanks Valerio