NFS export problem

albi albi at scii.nl
Thu Sep 29 09:10:32 PDT 2005


On Thu, 29 Sep 2005 17:49:01 +0200
Valerio daelli <valerio.daelli at 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


More information about the freebsd-questions mailing list