Re: NFS export problem

2005-09-29 Thread Charles Swiger
On Sep 29, 2005, at 11:49 AM, Valerio daelli wrote: We heard that there could be some problems sharing two directories on the same filesystem. Is this true? Sort of. Try using the "-alldirs" option in the second column of your /etc/exports file, this will allow you to mount subdirectories

Re: NFS export problem

2005-09-29 Thread Will Maier
On Thu, Sep 29, 2005 at 06:10:28PM +0200, albi wrote: > On Thu, 29 Sep 2005 17:49:01 +0200 Valerio daelli <[EMAIL PROTECTED]> wrote: > > /raid/lower/data -maproot=root -network 10.210.0.0 -mask > > 255.255.0.0 > you meant to write > /raid/lower/data -maproo

Re: NFS export problem

2005-09-29 Thread Lowell Gilbert
albi <[EMAIL PROTECTED]> writes: > i might be wrong but afaik you can only export a whole slice > (==partition) via NFS on FreeBSD Not exactly; a whole filesystem would be a more precise description. This is true on all Unix systems, and to the best of my knowledge, other OS as well. [The reason

Re: NFS export problem

2005-09-29 Thread albi
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 -mask > 255.2

NFS export problem

2005-09-29 Thread Valerio daelli
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=root -network 10.210.0.0 -mask 255.255.0.0 /raid/lower/home -maproot=nobody -network 10.210.0.0