On Thu, 29 Sep 2005 17:49:01 +0200 Valerio daelli <[EMAIL PROTECTED]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
