Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2005 18:10:28 +0200
From:      albi <albi@scii.nl>
To:        Valerio daelli <valerio.daelli@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: NFS export problem
Message-ID:  <20050929181028.4680b8a7.albi@scii.nl>
In-Reply-To: <27dbfc8c05092908491d6ad743@mail.gmail.com>
References:  <27dbfc8c05092908491d6ad743@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 29 Sep 2005 17:49:01 +0200
Valerio daelli <valerio.daelli@gmail.com> 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 <http://10.210.0.0>; -mask
> 255.255.0.0 <http://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 <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>;
-- 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



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