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>
next in thread | raw e-mail | index | archive | help
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 <http://10.210.0.0> -m= ask 255.255.0.0 <http://255.255.0.0> /raid/lower/home -maproot=3Dnobody -network 10.210.0.0 <http://10.210.0.0>-= mask 255.255.0.0 <http://255.255.0.0> /raid/upper/db -maproot=3Droot -network 10.210.0.0 <http://10.210.0.0> -mas= k 255.255.0.0 <http://255.255.0.0> /raid/upper/scratch -maproot=3Droot -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27dbfc8c05092908491d6ad743>