Read /usr/doc/HOWTO/NFS HOWTO
On Tue, 24 Aug 1999 Reza Samadi wrote:
>
> Hassan Monzavi wrote:
> >
> > full path of pccorot is /pccorot ?
> >
> > Are you tring to mount as root?
> >
>
> No as usal user in my home directory. ( $HOME/pccorot )
>
> However I solve PART of my problem !
> The NFS Client (Digital Unix) does not use the same version
> than the Mandrake distribution (knfsd...rpm),
> I've just to launch the rpc.mountd daemon with the option
> rpc.mountd -N 3
> where 3 is the version asked by the client (Digital Unix),
> while the version of the NFS server (Linux Mandrake 6.0)
> is 2 .
>
> Unfortunaltely I cannot read the mounted directory,
> because the mount command set the uid and the gid of
> the mounted to those from the root .
> In my previous Linux version (Redhat 5.2) , I dind't have
> this pbs because the uid/guid between the client and the
> exporter path (on the Linux NFS server) was mapped by the
> following configuration in the /etc/exports file such that :
> # /etc/exports: the access control list for filesystems which may be exported
> # to NFS clients. See exports(5).
> /home/reza/ mesioq(map_static=/etc/nfs/mesioq.map)
>
>
> there the file /etc/nfs/mesioq.map was created by self
> such that :
> # /etc/nfs/mesioq.map
> uid 972 1001
> gid 3100 0
>
> Unfortunaltely the option 'map_static' does not any one
> no the solution ?
>
> thanks.
>
> --
> Reza Samadi
> ______
> Observatoire de Paris - section Meudon
> Bat. 17 - 5 places Jules Janssen F-92195 Meudon
> www : http://www.micronet.fr/~samadi/
> Tel : 01 45 07 77 21
>