Re: NFS export problem
From: albi (albi_at_scii.nl)
Date: 09/29/05
- Previous message: Valerio daelli: "NFS export problem"
- In reply to: Valerio daelli: "NFS export problem"
- Next in thread: Lowell Gilbert: "Re: NFS export problem"
- Reply: Lowell Gilbert: "Re: NFS export problem"
- Reply: Will Maier: "Re: NFS export problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Sep 2005 18:10:28 +0200 To: Valerio daelli <valerio.daelli@gmail.com>
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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Valerio daelli: "NFS export problem"
- In reply to: Valerio daelli: "NFS export problem"
- Next in thread: Lowell Gilbert: "Re: NFS export problem"
- Reply: Lowell Gilbert: "Re: NFS export problem"
- Reply: Will Maier: "Re: NFS export problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|