Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2005 17:49:01 +0200
From:      Valerio daelli <valerio.daelli@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   NFS export problem
Message-ID:  <27dbfc8c05092908491d6ad743@mail.gmail.com>

index | next in thread | raw e-mail

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=root -network 10.210.0.0 <http://10.210.0.0>; -mask
255.255.0.0 <http://255.255.0.0>;
/raid/lower/home -maproot=nobody -network 10.210.0.0 <http://10.210.0.0>-mask
255.255.0.0 <http://255.255.0.0>;
/raid/upper/db -maproot=root -network 10.210.0.0 <http://10.210.0.0>; -mask
255.255.0.0 <http://255.255.0.0>;
/raid/upper/scratch -maproot=root -network 10.210.0.0 <http://10.210.0.0>-mask
255.255.0.0 <http://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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27dbfc8c05092908491d6ad743>